X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferparams.h;h=aeed3a1572df767b4e0c6a568f280455be63a493;hb=cb52251ccff29d6cbfa13ab90a96be566e3f41ac;hp=4f611a7c8d2f31f4e7171bde4ab764a4e3e6b6e8;hpb=bd659b25fb6e2df5d02273ee1ce4699aa5723e2e;p=lyx.git diff --git a/src/bufferparams.h b/src/bufferparams.h index 4f611a7c8d..aeed3a1572 100644 --- a/src/bufferparams.h +++ b/src/bufferparams.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * ====================================================== */ @@ -110,9 +110,15 @@ public: /// void writeFile(std::ostream &) const; + /// + void setPaperStuff(); + /// void useClassDefaults(); + /// + bool hasClassDefaults() const; + /// VSpace const & getDefSkip() const { return defskip; } @@ -190,9 +196,9 @@ public: /// string pagestyle; /// - array temp_bullets; + boost::array temp_bullets; /// - array user_defined_bullets; + boost::array user_defined_bullets; /// void readPreamble(LyXLex &); /// @@ -201,6 +207,10 @@ public: void readGraphicsDriver(LyXLex &); /// bool use_amsmath; + /// + bool use_natbib; + /// + bool use_numerical_citations; /// Time ago we agreed that this was a buffer property [ale990407] string parentname; private: