]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetBibtex.h
index 6883191ed6817878a050b00069c699b83a28f227..a4310ad2058b82b95bc96545bf447292036d2eb8 100644 (file)
@@ -38,6 +38,8 @@ public:
        bool addDatabase(docstring const &);
        ///
        bool delDatabase(docstring const &);
+       ///
+       void write(std::ostream &) const;
 
        /// \name Public functions inherited from Inset class
        //@{
@@ -52,7 +54,8 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        void collectBibKeys(InsetIterator const &) const;
        ///