]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
nomenclWidest(): take (proper) formatting into account.
[lyx.git] / src / insets / InsetScript.h
index 84ed50e1b12a09c94749556d8a98004b44fecc49..3107b6255dd24c28a837bd42dc5f7d463f875204 100644 (file)
@@ -82,8 +82,12 @@ public:
        ///
        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 false; }
+       ///
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///