Home
last modified time | relevance | path

Searched refs:gotoStartOfWord (Results 1 – 12 of 12) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XWordCursor.java96 log.println("gotoStartOfWord() = " + oObj.gotoStartOfWord(false)) ; in _isEndOfWord()
110 oObj.gotoStartOfWord(false); in _isStartOfWord()
122 oObj.gotoStartOfWord(false); in _gotoStartOfWord()
124 tRes.tested("gotoStartOfWord()", oObj.gotoStartOfWord(false) ); in _gotoStartOfWord()
/trunk/main/scripting/examples/python/
H A DCapitalise.py64 xWordCursor.gotoStartOfWord(False);
/trunk/main/offapi/com/sun/star/text/
H A DXWordCursor.idl101 boolean gotoStartOfWord( [in] boolean bExpand );
/trunk/main/scripting/examples/beanshell/Capitalise/
H A Dcapitalise.bsh72 xWordCursor.gotoStartOfWord(false);
/trunk/main/sw/inc/
H A Dunotextcursor.hxx308 virtual sal_Bool SAL_CALL gotoStartOfWord(sal_Bool bExpand)
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellTextCursor.csv92 "ScCellTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoStartOfWord()"
H A Dcom.sun.star.comp.office.ScHeaderFooterTextCursor.csv92 "ScHeaderFooterTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoStartOfWord()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextCursor.csv92 "SvxUnoTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoStartOfWord()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextCursor.csv92 "SwXTextCursor";"com::sun::star::text::XWordCursor#optional";"gotoStartOfWord()"
H A Dcom.sun.star.comp.office.SwXTextViewCursor.csv100 "SwXTextViewCursor";"com::sun::star::text::XWordCursor#optional";"gotoStartOfWord()"
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java3285 bSuccess = xWordCursor.gotoStartOfWord(true); in testMetaXTextCursor()
3295 bSuccess = xWordCursor.gotoStartOfWord(false); in testMetaXTextCursor()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx1577 SwXTextCursor::gotoStartOfWord(sal_Bool Expand) throw (uno::RuntimeException) in gotoStartOfWord() function in SwXTextCursor

Completed in 68 milliseconds