Searched refs:xTextViewCursor (Results 1 – 4 of 4) sorted by relevance
356 XTextViewCursor xTextViewCursor = xViewCursor.getViewCursor(); in getCharWidth() local357 xTextViewCursor.gotoStart(false); in getCharWidth()358 int iFirstPos = xTextViewCursor.getPosition().X; in getCharWidth()359 xTextViewCursor.gotoEnd(false); in getCharWidth()360 int iLastPos = xTextViewCursor.getPosition().X; in getCharWidth()
108 XTextViewCursor xTextViewCursor = xTextViewCursorSupplier.getViewCursor(); in collapseViewCursorToStart() local109 xTextViewCursor.collapseToStart(); in collapseViewCursorToStart()
64 uno::Reference< text::XTextViewCursor > xTextViewCursor = xTextViewCursorSupp->getViewCursor(); in getXTextViewCursor() local65 return xTextViewCursor; in getXTextViewCursor()
188 uno::Reference< text::XTextViewCursor > xTextViewCursor = word::getXTextViewCursor( xModel ); in Select() local189 xTextViewCursor->gotoRange( mxTextCursor->getStart(), sal_False ); in Select()190 xTextViewCursor->gotoRange( mxTextCursor->getEnd(), sal_True ); in Select()
Completed in 40 milliseconds