]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetNote.h
index dc7de0e3f3e2369a4bce6d82e10c9f5d75c7c512..dd580da8a024b8895e1a8933bfddb3bab8df7e4a 100644 (file)
@@ -73,6 +73,8 @@ private:
        ///
        bool allowSpellCheck() const;
        ///
+       FontInfo getFont() const;
+       ///
        void write(std::ostream &) const;
        ///
        void read(Lexer & lex);
@@ -83,7 +85,8 @@ private:
        ///
        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;
        ///
@@ -93,7 +96,7 @@ private:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///