]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetHyperlink.h
index acecd16d2a0595a71e4a0546996005cb4ed528b7..4e428c767decca41ad0fab381bc42580bdf03667 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 contextMenu(BufferView const &, int, int) const;
+       docstring contextMenuName() const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///