]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
added a parseError signal to Buffer and use it
[lyx.git] / src / lyxtext.h
index 7e44bfb02ce1c21cc425cecbb0a62628554ba846..6aa0bdc3b16d96db610add00a78d9392bd20c518 100644 (file)
@@ -418,7 +418,7 @@ public:
        ///
        void copySelection();
        ///
-       void pasteSelection();
+       void pasteSelection(size_t sel_index = 0);
 
        /** the DTP switches for paragraphs. LyX will store the top settings
         always in the first physical paragraph, the bottom settings in the
@@ -471,8 +471,8 @@ public:
        void checkParagraph(ParagraphList::iterator pit, lyx::pos_type pos);
        ///
        int workWidth() const;
-       ///
-       int workWidth(Inset * inset) const;
+       /// returns width of row containing inset
+       int workWidth(Inset const * inset) const;
 
        ///
        void computeBidiTables(Buffer const *, RowList::iterator row) const;