Searched refs:gotoEndOfWord (Results 1 – 14 of 14) sorted by relevance
87 tRes.tested("gotoEndOfWord()", oObj.gotoEndOfWord(false) ); in _gotoEndOfWord()97 log.println("gotoEndOfWord() = " + oObj.gotoEndOfWord(false)); in _isEndOfWord()109 oObj.gotoEndOfWord(false); in _isStartOfWord()
131 oWordC.gotoEndOfWord(false); in createTestEnvironment()
143 oWordC.gotoEndOfWord(false); in createTestEnvironment()
90 boolean gotoEndOfWord( [in] boolean bExpand );
178 xWordCursor.gotoEndOfWord(true); in createExampleData()
109 xWordCursor.gotoEndOfWord(true); in main()
306 virtual sal_Bool SAL_CALL gotoEndOfWord(sal_Bool bExpand)
91 "ScCellTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoEndOfWord()"
91 "ScHeaderFooterTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoEndOfWord()"
91 "SvxUnoTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoEndOfWord()"
91 "SwXTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoEndOfWord()"
99 "SwXTextViewCursor";"com::sun::star::text::XWordCursor#optional";"gotoEndOfWord()"
3277 bSuccess = xWordCursor.gotoEndOfWord(true); in testMetaXTextCursor()3293 bSuccess = xWordCursor.gotoEndOfWord(false); in testMetaXTextCursor()
1539 SwXTextCursor::gotoEndOfWord(sal_Bool Expand) throw (uno::RuntimeException) in gotoEndOfWord() function in SwXTextCursor
Completed in 54 milliseconds