]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Check in InsetLabel if LFUN_INSET_MODIFY is intended for us.
[lyx.git] / src / insets / InsetRef.h
index 8f8ce848a298ec538f691f5d3904f5904fcf77ae..21a7ec1c7c5a21514120c5c911001f93665bd285 100644 (file)
@@ -51,9 +51,10 @@ public:
        ///
        DisplayType display() const { return Inline; }
        ///
-       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;
        ///
@@ -67,7 +68,7 @@ public:
        ///
        void updateBuffer(ParIterator const & it, UpdateType);
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        bool forceLTR() const { return true; }
        //@}