]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Add a document-wide default bibliography style \biblio_style.
[lyx.git] / src / insets / InsetHyperlink.h
index ddf35af8533e4631c71a94def965960656c70f3b..fb4c8919790c474d7a2b5f2e5de51ff619d7c4fb 100644 (file)
@@ -36,15 +36,17 @@ public:
        ///
        bool isInToc() const { return true; }
        ///
-       void tocString(odocstream &) const;
+       void toString(odocstream &) const;
+       ///
+       void forToc(docstring &, size_t) const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///