]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
Add Nomenclature to the TOC.
[lyx.git] / src / insets / InsetFoot.h
index f77ae3fedf2ed7c33472651079caed9fbc737811..f308b142e6cb244ab9170a6d9dd1f9ff6f8559fe 100644 (file)
@@ -34,13 +34,14 @@ private:
        ///
        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;
        /// Update the counters of this inset and of its contents
        void updateBuffer(ParIterator const &, UpdateType);
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///