]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Fixes for/in insettabular/text.
[lyx.git] / src / BufferView.h
index 822033ede2199a20f0b34f3e0d51cd5b7cb1bcb4..5eaaf1b53f6a68c11757b056ac5771914fc2a6b8 100644 (file)
@@ -80,9 +80,9 @@ public:
        ///
        void gotoError();
        ///
-       void cursorPrevious();
+       void cursorPrevious(LyXText *);
        ///
-       void cursorNext();
+       void cursorNext(LyXText *);
        /// 
        bool available() const;
        ///
@@ -100,6 +100,8 @@ public:
        */
        LyXText * text;
        ///
+       LyXText * getLyXText() const;
+       ///
        int workWidth() const;
        ///
        UpdatableInset * theLockingInset() const;
@@ -230,6 +232,7 @@ public:
 
        ///
        void pushIntoUpdateList(Inset * i);
+#if 0
        ///
        void workAreaExpose();
        ///
@@ -246,9 +249,12 @@ public:
        void enterView();
        ///
        void leaveView();
+#endif
        ///
        bool ChangeRefs(string const & from, string const & to);
        ///
+       bool ChangeRefsIfUnique(string const & from, string const & to);
+       ///
        void pasteClipboard(bool asPara);
        ///
        void stuffClipboard(string const &) const;