]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
tex2lyx/text.cpp: fix typos
[lyx.git] / src / insets / InsetQuotes.h
index feb162b06d1ee5a404cc021f893fbec3f6158d63..af0136e939f50001d0d150339cf81c776784c38f 100644 (file)
@@ -62,13 +62,13 @@ public:
            \item etc.
          \end{itemize}
          */
-       explicit InsetQuotes(Buffer const & buf, std::string const & str = "eld");
+       explicit InsetQuotes(Buffer * buf, std::string const & str = "eld");
        /// Create the right quote inset after character c
-       InsetQuotes(Buffer const & buffer, char_type c);
+       InsetQuotes(Buffer * buffer, char_type c);
        /// Direct access to inner/outer quotation marks
-       InsetQuotes(Buffer const & buf, char_type c, QuoteTimes t);
+       InsetQuotes(Buffer * buf, char_type c, QuoteTimes t);
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -78,14 +78,18 @@ public:
        ///
        void read(Lexer & lex);
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
+       ///
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
 
-       /// the string that is passed to the TOC
-       void tocString(odocstream &) const;
+       /// 
+       void toString(odocstream &) const;
+       ///
+       void forToc(docstring &, size_t maxlen) const;
 
        ///
        void validate(LaTeXFeatures &) const;