]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Get rid of regex_constants::match_partial
[lyx.git] / src / insets / InsetWrap.h
index f533e6d0a3b8553da4c2d54dfbc54e9b78fea318..ce6b73eb03539cfdd0338712f5edb6afc34b64b5 100644 (file)
@@ -67,7 +67,8 @@ 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;
        ///
@@ -83,7 +84,7 @@ private:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        Inset * clone() const { return new InsetWrap(*this); }