]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Get rid of xmlize, bringing no advantage over escapeString.
[lyx.git] / src / insets / InsetBibtex.h
index 4f38d840704055a4e19c391aaeb6d94febbb8773..932fb0f48a720e1b550ee34766f07ecfc293e3f3 100644 (file)
@@ -48,14 +48,14 @@ public:
        ///
        InsetCode lyxCode() const { return BIBTEX_CODE; }
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;
@@ -64,7 +64,9 @@ public:
        ///
        void validate(LaTeXFeatures &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
+       ///
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        std::string contextMenuName() const;
        //@}
@@ -82,7 +84,7 @@ public:
 
 private:
        ///
-       void editDatabases() const;
+       void editDatabases(docstring const & db = docstring()) const;
        ///
        void parseBibTeXFiles(support::FileNameList &) const;
        ///