]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.h
ws changes mostly
[lyx.git] / src / dociterator.h
index 50d8d4e72df044b1f8274fc2949c7718a426e6d1..b5a1e80659cd622587cda55c9b86dcef605732af 100644 (file)
@@ -92,10 +92,6 @@ public:
        pos_type & pos() { return back().pos(); }
        /// return the last position within the paragraph
        pos_type lastpos() const;
-       /// return the display row of the cursor with in the top par
-       row_type crow() const;
-       /// return the display row of the cursor with in the top par
-       row_type lastcrow() const;
 
        /// return the number of embedded cells
        size_t nargs() const;
@@ -155,11 +151,15 @@ public:
        /// the row in the paragraph we're in
        Row const & textRow() const;
        ///
-       LyXText * text() const;
+       LyXText * text();
+       ///
+       LyXText const * text() const;
        ///
        InsetBase * innerInsetOfType(int code) const;
        ///
-       LyXText * innerText() const;
+       LyXText * innerText();
+       ///
+       LyXText const * innerText() const;
 
        //
        // elementary moving