]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Minor string fixes
[lyx.git] / src / insets / InsetHyperlink.h
index 8b6d8fb04fc4166ba11e855bfeca69d4ef613c26..1dd3e08e2ca3d24d65cb247b647349c7b08d0469 100644 (file)
@@ -38,17 +38,18 @@ public:
        ///
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t const, bool const) const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///