]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetIndex.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / insets / InsetIndex.h
index 504eb84720a860b6107ec8634c5dc1c3cc04b8fa..a999ee5bb3195b77793c26a64c4ad727733e1559 100644 (file)
@@ -57,9 +57,9 @@ private:
        ///
        void read(Lexer & lex);
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
@@ -68,7 +68,7 @@ private:
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
-       /// should paragraph indendation be omitted in any case?
+       /// should paragraph indentation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
        void addToToc(DocIterator const & di, bool output_active,
@@ -105,7 +105,7 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
@@ -119,7 +119,7 @@ public:
        ///
        bool hasSettings() const;
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes