Home
last modified time | relevance | path

Searched refs:xTextViewCursor (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java356 XTextViewCursor xTextViewCursor = xViewCursor.getViewCursor(); in getCharWidth() local
357 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()
H A DViewHandler.java108 XTextViewCursor xTextViewCursor = xTextViewCursorSupplier.getViewCursor(); in collapseViewCursorToStart() local
109 xTextViewCursor.collapseToStart(); in collapseViewCursorToStart()
/aoo4110/main/sw/source/ui/vba/
H A Dwordvbahelper.cxx64 uno::Reference< text::XTextViewCursor > xTextViewCursor = xTextViewCursorSupp->getViewCursor(); in getXTextViewCursor() local
65 return xTextViewCursor; in getXTextViewCursor()
H A Dvbarange.cxx188 uno::Reference< text::XTextViewCursor > xTextViewCursor = word::getXTextViewCursor( xModel ); in Select() local
189 xTextViewCursor->gotoRange( mxTextCursor->getStart(), sal_False ); in Select()
190 xTextViewCursor->gotoRange( mxTextCursor->getEnd(), sal_True ); in Select()

Completed in 24 milliseconds