]> 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 c618574a4735ec98380152e435f7f6f0dec3daa0..fd447f8cb35a87c1d45947740331542eacb236b2 100644 (file)
@@ -48,7 +48,7 @@ public:
        ///
        InsetCode lyxCode() const { return BIBTEX_CODE; }
        ///
-       DisplayType display() const { return Display; }
+       DisplayType display() const { return AlignCenter; }
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
@@ -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
        //@{