Searched refs:gotoNextWord (Results 1 – 15 of 15) sorted by relevance
63 oObj.gotoNextWord(false); in _gotoPreviousWord()76 tRes.tested("gotoNextWord()", oObj.gotoNextWord(false) ); in _gotoNextWord()
563 xWordCursor.gotoNextWord( false ); in TextCursorExample()564 xWordCursor.gotoNextWord( false ); in TextCursorExample()565 xWordCursor.gotoNextWord( false ); in TextCursorExample()566 xWordCursor.gotoNextWord( false ); in TextCursorExample()567 xWordCursor.gotoNextWord( true ); in TextCursorExample()
176 xWordCursor.gotoNextWord(false); in createExampleData()177 xWordCursor.gotoNextWord(false); in createExampleData()
107 xWordCursor.gotoNextWord(false); in main()108 xWordCursor.gotoNextWord(false); in main()
65 xWordCursor.gotoNextWord(True);
65 boolean gotoNextWord( [in] boolean bExpand );
76 xWordCursor.gotoNextWord(true);
302 virtual sal_Bool SAL_CALL gotoNextWord(sal_Bool bExpand)
89 "ScCellTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoNextWord()"
89 "ScHeaderFooterTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoNextWord()"
89 "SvxUnoTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoNextWord()"
89 "SwXTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoNextWord()"
97 "SwXTextViewCursor";"com::sun::star::text::XWordCursor#optional";"gotoNextWord()"
3258 bSuccess = xWordCursor.gotoNextWord(true); in testMetaXTextCursor()3265 bSuccess = xWordCursor.gotoNextWord(false); in testMetaXTextCursor()
1446 SwXTextCursor::gotoNextWord(sal_Bool Expand) throw (uno::RuntimeException) in gotoNextWord() function in SwXTextCursor
Completed in 129 milliseconds