]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetquotes.h
index cd554cf2803bccdefeaa8bb07bf70de703dfeb59..31903afbd6da010e312e921fb30857e61a499eed 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *      
  *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-1999 The LyX Team
+ *          Copyright 1995-2000 The LyX Team
  *
  * ====================================================== */
 
@@ -65,7 +65,8 @@ public:
            \item grd <- german double quote right 
            \item etc.
          \end{itemize}
-         */ 
+         */
+       explicit
        InsetQuotes(string const & str = "eld");
        /// Create the right quote inset after character c
        InsetQuotes(char c, BufferParams const & params);
@@ -81,19 +82,17 @@ public:
        ///
        LyXFont ConvertFont(LyXFont font);
        ///
-       void Write(ostream &) const;
+       void Write(std::ostream &) const;
        ///
        void Read(LyXLex & lex);
        ///
-       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;
-#endif
+       int Ascii(std::ostream &) const;
        ///
-       int Linuxdoc(string & file) const;
+       int Linuxdoc(std::ostream &) const;
        ///
-       int DocBook(string & file) const;
+       int DocBook(std::ostream &) const;
        ///
        void Validate(LaTeXFeatures &) const;
        ///