]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Better TOC output for XHTML, per Rob and Pavel.
[lyx.git] / src / insets / InsetBibtex.h
index ec6ed3a7070e77693ef67f1722328d167f22646d..6e38fcc407258d9a3b1a7837fb154e9ee1f88d12 100644 (file)
@@ -50,11 +50,9 @@ public:
        ///
        DisplayType display() const { return AlignCenter; }
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
-       void updateBuffer(ParIterator const &, UpdateType);
-       ///
-       void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const;
+       void collectBibKeys(InsetIterator const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
@@ -81,7 +79,7 @@ private:
        ///
        void editDatabases() const;
        ///
-       void fillWithBibKeys(BiblioInfo &) const;
+       void parseBibTeXFiles() const;
 
        /// \name Private functions inherited from Inset class
        //@{