Searched refs:gotoPreviousWord (Results 1 – 11 of 11) sorted by relevance
64 tRes.tested("gotoPreviousWord()", oObj.gotoPreviousWord(false) ); in _gotoPreviousWord()75 oObj.gotoPreviousWord(false) ; in _gotoNextWord()
79 boolean gotoPreviousWord( [in] boolean bExpand );
304 virtual sal_Bool SAL_CALL gotoPreviousWord(sal_Bool bExpand)
90 "ScCellTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoPreviousWord()"
90 "ScHeaderFooterTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoPreviousWord()"
90 "SvxUnoTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoPreviousWord()"
90 "SwXTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoPreviousWord()"
98 "SwXTextViewCursor";"com::sun::star::text::XWordCursor#optional";"gotoPreviousWord()"
582 xWordCursor.gotoPreviousWord( true ); in TextCursorExample()
3268 bSuccess = xWordCursor.gotoPreviousWord(true); in testMetaXTextCursor()3275 bSuccess = xWordCursor.gotoPreviousWord(false); in testMetaXTextCursor()
1496 SwXTextCursor::gotoPreviousWord(sal_Bool Expand) throw (uno::RuntimeException) in gotoPreviousWord() function in SwXTextCursor
Completed in 1613 milliseconds