X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBiblioInfo.cpp;h=07c0b67f9aa2712e6fcdab44c7e5efbc88439d8a;hb=ab81c23656b59aa14c41b8acc45f0f3e410ed785;hp=a9f48e44577ed28eea1a66389b0699ad0b7c63d2;hpb=5685080356bebfb5d38b8597cf41f960d82e7a8e;p=lyx.git diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index a9f48e4457..07c0b67f9a 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -503,8 +503,8 @@ docstring const BibTeXInfo::getAuthorOrEditorList(Buffer const * buf, } -docstring const BibTeXInfo::getAuthorList(Buffer const * buf, - docstring const & author, bool const full, bool const forceshort, +docstring const BibTeXInfo::getAuthorList(Buffer const * buf, + docstring const & author, bool const full, bool const forceshort, bool const allnames, bool const beginning) const { // Maxnames treshold depend on engine @@ -760,7 +760,7 @@ docstring parseOptions(docstring const & format, string & optkey, /* FIXME Bug #9131 revealed an oddity in how we are generating citation information -when more than one key is given. We end up building a longer and longer format +when more than one key is given. We end up building a longer and longer format string as we go, which we then have to re-parse, over and over and over again, rather than generating the information for the individual keys and then putting all of that together. We do that to deal with the way separators work, from what