X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetref.h;h=b9e63412de15d4f2f014d28051b573f678f8c85b;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=2d6d2b45fcfdfbb65dd9d4df707afa258c0cbb9a;hpb=def72111a5ac739cf8c5377a67adeee64c37e1ab;p=lyx.git diff --git a/src/insets/insetref.h b/src/insets/insetref.h index 2d6d2b45fc..b9e63412de 100644 --- a/src/insets/insetref.h +++ b/src/insets/insetref.h @@ -4,7 +4,7 @@ * * LyX, The Document Processor * - * Copyright (C) 1997 LyX Team (this file was created this year) + * Copyright 1997 LyX Team (this file was created this year) * * ====================================================== */ @@ -47,8 +47,8 @@ public: /// void Edit(BufferView *, int, int, unsigned int); /// - unsigned char Editable() const { - return 1; + EDITABLE Editable() const { + return IS_EDITABLE; } /// bool display() const { return false; } @@ -61,20 +61,13 @@ public: /// void gotoLabel(); /// - int Latex(ostream &, signed char fragile) const; -#ifndef USE_OSTREAM_ONLY + int Latex(std::ostream &, bool fragile, bool free_spc) const; /// - int Latex(string & file, signed char fragile) const; + int Ascii(std::ostream &) const; /// - int Linuxdoc(string & file) const; + int Linuxdoc(std::ostream &) const; /// - int DocBook(string & file) const; -#else - /// - int Linuxdoc(ostream &) const; - /// - int DocBook(ostream &) const; -#endif + int DocBook(std::ostream &) const; private: /// This function escapes 8-bit characters string escape(string const &) const;