]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetoptarg.h
index 292732b83c9adcd460b521ffaa8a02ce71974aff..5521a56f4feda2643420961a28d265b4fe120b86 100644 (file)
@@ -39,11 +39,18 @@ public:
        int linuxdoc(Buffer const &, std::ostream &,
                  OutputParams const &) const;
 
+       /// Standard plain text output -- short-circuited
+       int plaintext(Buffer const &, std::ostream &,
+                 OutputParams const &) const;
+
        /// Outputting the optional parameter of a LaTeX command
        int latexOptional(Buffer const &, std::ostream &,
                          OutputParams const &) const;
        /// Write out tothe .lyx file
        void write(Buffer const & buf, std::ostream & os) const;
+
+       /// should paragraph indendation be ommitted in any case?
+       virtual bool neverIndent() const { return true; }
 protected:
        InsetOptArg(InsetOptArg const &);
 private: