]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetScript.h
index decfee37aeca3a3e7683ac51759295f2e40950c8..1aee8e8dd00852085b125e70cd4bc8c27c744d8d 100644 (file)
@@ -80,8 +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; }
        ///
+       bool inheritFont() const { return true; }
+       ///
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
@@ -123,6 +129,8 @@ private:
        friend class InsetScriptParams;
        ///
        InsetScriptParams params_;
+       /// The font of containing inset; this is necessary to compute shift
+       mutable FontInfo outer_font_;
 };