]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
Implemented spellchecking inside insets. Small fixes. Baruchs fix.
[features.git] / src / insets / insettabular.h
index 5d5af999f4c06ee5d951720f69d2069eb67a10c3..10ec2bf72a9fa8e00775e58f5fbc1b543889a121 100644 (file)
@@ -209,6 +209,10 @@ public:
        Paragraph * firstParagraph() const;
        ///
        LyXCursor const & cursor(BufferView *) const;
+       ///
+       string selectNextWord(BufferView *, float & value) const;
+       void selectSelectedWord(BufferView *);
+       void toggleSelection(BufferView *, bool kill_selection);
 
        //
        // Public structures and variables
@@ -284,6 +288,8 @@ private:
        bool isRightToLeft(BufferView *);
        ///
        void getSelection(int & scol, int & ecol, int & srow, int & erow) const;
+       ///
+       string selectNextWordInt(BufferView *, float & value) const;
 
        //
        // Private structures and variables