]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.h
add the background image to distribution tarball
[lyx.git] / src / BiblioInfo.h
index c4c27e30b09492b6f9372871cd69984a76ec97c7..1bd428c626bb732dbe1fcfe00d13e216e4f1c966 100644 (file)
@@ -66,7 +66,7 @@ public:
                        Buffer const & buf, bool richtext) const;
        /// \return formatted BibTeX data for a citation label
        docstring const getLabel(BibTeXInfo const * const xref,
-               Buffer const & buf, std::string const & format, bool richtext,
+               Buffer const & buf, docstring const & format, bool richtext,
                docstring before, docstring after, docstring dialog, bool next = false) const;
        ///
        const_iterator find(docstring const & f) const { return bimap_.find(f); }
@@ -114,7 +114,7 @@ private:
        /// be the one referenced in the crossref field.
        docstring getValueForKey(std::string const & key, Buffer const & buf,
                docstring const & before, docstring const & after, docstring const & dialog,
-               BibTeXInfo const * const xref = 0) const;
+               BibTeXInfo const * const xref, size_t maxsize = 4096) const;
        /// replace %keys% in a format string with their values
        /// called from getInfo()
        /// format strings may contain:
@@ -131,7 +131,7 @@ private:
        /// "%!key%" are substituted with their definition.
        /// moreover, keys that look like "%_key%" are treated as translatable
        /// so that things like "pp." and "vol." can be translated.
-       docstring expandFormat(std::string const & fmt,
+       docstring expandFormat(docstring const & fmt,
                BibTeXInfo const * const xref, int & counter,
                Buffer const & buf, docstring before = docstring(),
                docstring after = docstring(), docstring dialog = docstring(),