Searched refs:goDown (Results 1 – 11 of 11) sorted by relevance
/trunk/main/sw/source/ui/vba/ |
H A D | vbaselection.cxx | 227 xTextTableCursor->goDown( nCount, sal_False ); in NextCell() 360 xViewCursor->goDown( nCount, bExpand ); in MoveDown()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/ |
H A D | _XTextTableCursor.java | 93 bDown = oObj.goDown(i,false); in _goDown()
|
/trunk/main/offapi/com/sun/star/view/ |
H A D | XViewCursor.idl | 59 boolean goDown( [in] short nCount, [in] boolean bExpand );
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | XTextTableCursor.idl | 122 boolean goDown( [in] short nCount,
|
/trunk/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 977 xTableCursor.goDown( (short)1, false); in AutoTextExample() 984 xTableCursor.goDown( (short)1, false); in AutoTextExample()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXTextTableCursor.csv | 80 "SwXTextTableCursor";"com::sun::star::text::XTextTableCursor";"goDown()"
|
/trunk/main/sw/source/ui/inc/ |
H A D | unotxvw.hxx | 224 …virtual sal_Bool SAL_CALL goDown(sal_Int16 nCount, sal_Bool bExpand) throw( ::com::sun::star::uno:…
|
/trunk/main/sw/inc/ |
H A D | unotbl.hxx | 253 …virtual sal_Bool SAL_CALL goDown( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno…
|
/trunk/main/sc/workben/ |
H A D | test.cxx | 513 xCursor->goDown( 1, FALSE ); in lcl_Cursor()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 1973 sal_Bool SwXTextViewCursor::goDown(sal_Int16 nCount, sal_Bool bExpand) throw( uno::RuntimeException… in goDown() function in SwXTextViewCursor
|
/trunk/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 1615 sal_Bool SwXTextTableCursor::goDown(sal_Int16 Count, sal_Bool Expand) throw( uno::RuntimeException ) in goDown() function in SwXTextTableCursor
|
Completed in 93 milliseconds