]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / DocIterator.h
index 74dd47438ff85609ba5b8917bcadcd20c3a44c17..471f52d4be18079a6638682a540efff7fb99f7fe 100644 (file)
@@ -167,6 +167,8 @@ public:
        Paragraph & innerParagraph() const;
        /// return the inner text slice.
        CursorSlice const & innerTextSlice() const;
+       /// returns a DocIterator for the containing text inset
+       DocIterator getInnerText() const;
        /// the first and last positions of a word at top cursor slice
        /// \warning only works within text!
        FontSpan locateWord(word_location const loc) const;