]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcharstyle.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetcharstyle.h
index 3b2453e4bdc96f276fa211c88b7c05b7c81fddcc..84c20cbb588a3b10d3a0afa1f1f4fb8618bad423 100644 (file)
@@ -80,12 +80,18 @@ public:
        ///
        int plaintext(Buffer const &, std::ostream &,
                  OutputParams const &) const;
+       /// the string that is passed to the TOC
+       virtual int textString(Buffer const &, std::ostream & os,
+               OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
 
        ///
        InsetCharStyleParams const & params() const { return params_; }
 
+       /// should paragraph indendation be ommitted in any case?
+       bool neverIndent() const { return true; }
+
 protected:
        InsetCharStyle(InsetCharStyle const &);
        virtual void doDispatch(LCursor & cur, FuncRequest & cmd);