X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDocIterator.h;h=471f52d4be18079a6638682a540efff7fb99f7fe;hb=57b69a5efddf9f3c148007322f00dad6c253a2ed;hp=74dd47438ff85609ba5b8917bcadcd20c3a44c17;hpb=e93444e7e9d6f1aeabd356d414d4e5af3cea8569;p=lyx.git diff --git a/src/DocIterator.h b/src/DocIterator.h index 74dd47438f..471f52d4be 100644 --- a/src/DocIterator.h +++ b/src/DocIterator.h @@ -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;