]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Do not output deleted rows columns if show changes in output is false
[lyx.git] / src / insets / InsetBibtex.h
index f2b8dd15763a141ffaebd810b6cf5c00273372aa..fd447f8cb35a87c1d45947740331542eacb236b2 100644 (file)
@@ -57,6 +57,9 @@ public:
        ///
        void updateBuffer(ParIterator const &, UpdateType);
        ///
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype, TocBackend & backend) const;
+       ///
        void collectBibKeys(InsetIterator const &, support::FileNameList &) const;
        ///
        void validate(LaTeXFeatures &) const;
@@ -79,11 +82,15 @@ public:
 
 private:
        ///
-       void editDatabases() const;
+       void editDatabases(docstring const & db = docstring()) const;
        ///
        void parseBibTeXFiles(support::FileNameList &) const;
        ///
        bool usingBiblatex() const;
+       ///
+       docstring getRefLabel() const;
+       ///
+       std::map<std::string, std::string> getFileEncodings() const;
 
        /// \name Private functions inherited from Inset class
        //@{