]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Get rid of regex_constants::match_partial
[lyx.git] / src / insets / InsetText.h
index d16d41a249fe74cf0c2b2063415f0682042ba274..1a6d123ac6981d98f116a26add9d18d956b1e4d6 100644 (file)
@@ -170,7 +170,7 @@ public:
        ///
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t) const;
        ///
        void addToToc(DocIterator const & di, bool output_active) const;
        ///
@@ -217,6 +217,8 @@ protected:
        docstring getCaptionText(OutputParams const &) const;
        ///
        docstring getCaptionHTML(OutputParams const &) const;
+       ///
+       void iterateForToc(DocIterator const & cdit, bool output_active) const;
 private:
        ///
        bool drawFrame_;