]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbib.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetbib.h
index 50cf26f368cb19c7627fdbce6c86a11570828513..e51b236deaf9dfa610932c7067697f6cad72947f 100644 (file)
@@ -41,7 +41,7 @@ public:
        ///
        void read(Buffer const *, LyXLex & lex);
        ///
-       virtual string const getScreenLabel() const;
+       virtual string const getScreenLabel(Buffer const *) const;
        ///
        void edit(BufferView *, int x, int y, unsigned int button);
        ///
@@ -87,7 +87,7 @@ public:
                return new InsetBibtex(params(), same_id);
        }
        ///
-       string const getScreenLabel() const;
+       string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
@@ -102,6 +102,8 @@ public:
        ///
        std::vector<std::pair<string,string> > const getKeys(Buffer const *) const;
        ///
+       std::vector<string> const getFiles(Buffer const &) const;
+       ///
        bool addDatabase(string const &);
        ///
        bool delDatabase(string const &);