]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Delay bibfileCache first update up until it is used.
[lyx.git] / src / lyxtext.h
index feb0b273ff1ceb2e10074984e29461e772862bf6..9a03033cf96d49ff0d23729887ad2876e2942a6f 100644 (file)
@@ -386,6 +386,12 @@ private:
        void charInserted();
        /// set 'number' font property
        void number(LCursor & cur);
+
+       /// paste plain text at current cursor.
+       /// \param str string to paste
+       /// \param asParagraphs whether to paste as paragraphs or as lines
+       void pasteString(LCursor & cur, docstring const & str,
+                       bool asParagraphs);
 };
 
 } // namespace lyx