]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Check in InsetLabel if LFUN_INSET_MODIFY is intended for us.
[lyx.git] / src / insets / InsetQuotes.h
index d13603e9bd647f86a8d9835808b3b5da54e1f315..743208ff394744380934fff9812b8c4b1b043092 100644 (file)
@@ -68,7 +68,7 @@ public:
        /// Direct access to inner/outer quotation marks
        InsetQuotes(Buffer * buf, char_type c, QuoteTimes t);
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -78,9 +78,10 @@ public:
        ///
        void read(Lexer & lex);
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///