X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetScript.h;h=11864d305c4a39e01d37939ad7ed6ef8fff83751;hb=e4c46abeb7385960c9dd42494e3c7c1f3e699b56;hp=96597d2dac4adf50cc41ea8c98f1e4adda657931;hpb=88d9fc574ee3d4d6926aa84f09a489b75616caf0;p=lyx.git diff --git a/src/insets/InsetScript.h b/src/insets/InsetScript.h index 96597d2dac..11864d305c 100644 --- a/src/insets/InsetScript.h +++ b/src/insets/InsetScript.h @@ -80,9 +80,14 @@ public: /// void read(Lexer & lex); /// + bool forcePlainLayout(idx_type = 0) const { return true; } + /// + bool allowParagraphCustomization(idx_type = 0) const { return false; } + /// bool neverIndent() const { return true; } /// - 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; ///