]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBox.h
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetBox.h
index 236525e7a88cb24e17fb61e43cebecc56384835f..9c498b67e3939b78ad3e7d39e78dcf65ed73bf8a 100644 (file)
@@ -102,6 +102,8 @@ public:
        ///
        DisplayType display() const { return Inline; }
        ///
+       ColorCode backgroundColor(PainterInfo const &) const;
+       ///
        bool allowParagraphCustomization(idx_type = 0) const { return !forcePlainLayout(); }
        ///
        bool forcePlainLayout(idx_type = 0) const;
@@ -112,7 +114,8 @@ public:
        ///
        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;
        ///