]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
Improve handling of top and bottom margin
[lyx.git] / src / insets / InsetNomencl.h
index 4d11a47d793c0bfd7f99f442558440dc300053d0..b36527c7bb02036ea192898ef133058ae82d0c6d 100644 (file)
@@ -28,9 +28,6 @@ public:
        ///
        InsetNomencl(Buffer * buf, InsetCommandParams const &);
 
-       ///
-       int docbookGlossary(odocstream &) const;
-
        /// \name Public functions inherited from Inset class
        //@{
        ///
@@ -48,9 +45,9 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        /// Does nothing at the moment.
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes
@@ -92,15 +89,15 @@ public:
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        InsetCode lyxCode() const;
        ///
        bool hasSettings() const { return true; }
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///