X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetScript.h;h=3107b6255dd24c28a837bd42dc5f7d463f875204;hb=1bd422355430d4753e48eee298dafaf8c1ac458f;hp=96597d2dac4adf50cc41ea8c98f1e4adda657931;hpb=8995a8387a03361b6a7ff44b447a90a6187b1a14;p=lyx.git diff --git a/src/insets/InsetScript.h b/src/insets/InsetScript.h index 96597d2dac..3107b6255d 100644 --- a/src/insets/InsetScript.h +++ b/src/insets/InsetScript.h @@ -80,9 +80,16 @@ 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; + bool inheritFont() const { return false; } + /// + int plaintext(odocstringstream & ods, OutputParams const & op, + size_t max_length = INT_MAX) const; /// int docbook(odocstream &, OutputParams const &) const; ///