X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetWrap.h;h=ce6b73eb03539cfdd0338712f5edb6afc34b64b5;hb=dae8555234f0e5c8358b91c307d91b219c664617;hp=b1539fc971fe5c294dd97acbf272ee3f939d4c38;hpb=d65020b293ab208b1391f96a731e53e0c7274a02;p=lyx.git diff --git a/src/insets/InsetWrap.h b/src/insets/InsetWrap.h index b1539fc971..ce6b73eb03 100644 --- a/src/insets/InsetWrap.h +++ b/src/insets/InsetWrap.h @@ -65,9 +65,10 @@ private: /// docstring toolTip(BufferView const & bv, int x, int y) const; /// - int latex(odocstream &, 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; /// @@ -83,7 +84,7 @@ private: /// void doDispatch(Cursor & cur, FuncRequest & cmd); /// - docstring name() const; + docstring layoutName() const; /// Inset * clone() const { return new InsetWrap(*this); }