/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/ |
H A D | _XTextCursor.java | 120 bLeft = oObj.goLeft(n, true); in _goLeft() 201 bStart = !oObj.goLeft(n, false) ; in _gotoStart()
|
H A D | _XTextTableCursor.java | 114 oObj.goLeft(i,false); in _goRight() 130 bLeft = oObj.goLeft(i,false); in _goLeft()
|
H A D | _XTextRangeCompare.java | 127 cursor2.goLeft((short)7, true); in _compareRegionEnds() 167 cursor2.goLeft((short)7, true); in _compareRegionStarts()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLIndexTOCContext.cxx | 241 rImport->GetCursor()->goLeft(2, sal_False); in StartElement() 283 rHelper->GetCursor()->goLeft(1, sal_True); in EndElement()
|
H A D | XMLSectionImportContext.cxx | 347 rHelper->GetCursor()->goLeft(1, sal_True); in EndElement()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLTableHeaderFooterContext.cxx | 185 if( GetImport().GetTextImport()->GetCursor()->goLeft( 1, sal_True ) ) in EndElement() 253 if( GetImport().GetTextImport()->GetCursor()->goLeft( 1, sal_True ) ) in EndElement()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 245 xCursor->goLeft( 1, true ); in RemoveLastParagraph() 1045 xCur->goLeft( 1 , true ); in finishParagraph() 1210 xCursor->goLeft(1, true); in appendTextSectionAfter() 2512 xCrsr->goLeft( 1, false ); in PushFieldContext() 3770 bool bIsStart = !xCursor->goLeft(1, false); in AddBookmark()
|
/trunk/test/testuno/source/fvt/uno/sw/bookmark/ |
H A D | CheckBookmarks.java | 121 xTextCursor.goLeft((short)10, true); in updateBookmarkContent()
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | XTextCursor.idl | 79 boolean goLeft( [in] short nCount,
|
H A D | XTextTableCursor.idl | 83 boolean goLeft( [in] short nCount,
|
/trunk/main/offapi/com/sun/star/view/ |
H A D | XViewCursor.idl | 89 boolean goLeft( [in] short nCount, [in] boolean bExpand );
|
/trunk/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 1290 cursor.goLeft((short) 1, false); in Topics() 1564 cursor.goLeft((short) 1, false); in formatTable()
|
/trunk/main/sw/inc/ |
H A D | unotextcursor.hxx | 283 virtual sal_Bool SAL_CALL goLeft(sal_Int16 nCount, sal_Bool bExpand)
|
/trunk/main/xmloff/source/draw/ |
H A D | ximppage.cxx | 190 mxCursor->goLeft( 1, sal_True ); in EndElement()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXTextTableCursor.csv | 77 "SwXTextTableCursor";"com::sun::star::text::XTextTableCursor";"goLeft()"
|
H A D | com.sun.star.comp.office.SwXTextCursor.csv | 96 "SwXTextCursor";"com::sun::star::text::XTextCursor";"goLeft()"
|
H A D | com.sun.star.comp.office.SwXTextViewCursor.csv | 104 "SwXTextViewCursor";"com::sun::star::text::XTextCursor";"goLeft()"
|
/trunk/main/sw/source/ui/vba/ |
H A D | vbaselection.cxx | 212 xTextTableCursor->goLeft( nCount, sal_False ); in NextCell()
|
/trunk/main/editeng/source/uno/ |
H A D | unotext2.cxx | 608 sal_Bool SAL_CALL SvxUnoTextCursor::goLeft( sal_Int16 nCount, sal_Bool bExpand ) in goLeft() function in SvxUnoTextCursor
|
/trunk/main/sc/workben/ |
H A D | test.cxx | 356 xCursor->goLeft(5, TRUE); // letzte 5 Zeichen im 1. Absatz in lcl_SetText() 459 xCursor->goLeft(1,TRUE); in lcl_Annotations()
|
/trunk/main/xmloff/source/table/ |
H A D | XMLTableImport.cxx | 742 mxCursor->goLeft( 1, sal_True ); in EndElement()
|
/trunk/main/sw/source/ui/inc/ |
H A D | unotxvw.hxx | 196 …virtual sal_Bool SAL_CALL goLeft( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno…
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellTextCursor.csv | 96 "ScCellTextCursor";"com::sun::star::text::XTextCursor";"goLeft()"
|
H A D | com.sun.star.comp.office.ScHeaderFooterTextCursor.csv | 96 "ScHeaderFooterTextCursor";"com::sun::star::text::XTextCursor";"goLeft()"
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/ |
H A D | com.sun.star.comp.office.SvxUnoTextCursor.csv | 96 "SvxUnoTextCursor";"com::sun::star::text::XTextCursor";"goLeft()"
|