Home
last modified time | relevance | path

Searched refs:goDown (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx227 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.java93 bDown = oObj.goDown(i,false); in _goDown()
/trunk/main/offapi/com/sun/star/view/
H A DXViewCursor.idl59 boolean goDown( [in] short nCount, [in] boolean bExpand );
/trunk/main/offapi/com/sun/star/text/
H A DXTextTableCursor.idl122 boolean goDown( [in] short nCount,
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java977 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 Dcom.sun.star.comp.office.SwXTextTableCursor.csv80 "SwXTextTableCursor";"com::sun::star::text::XTextTableCursor";"goDown()"
/trunk/main/sw/source/ui/inc/
H A Dunotxvw.hxx224 …virtual sal_Bool SAL_CALL goDown(sal_Int16 nCount, sal_Bool bExpand) throw( ::com::sun::star::uno:…
/trunk/main/sw/inc/
H A Dunotbl.hxx253 …virtual sal_Bool SAL_CALL goDown( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno…
/trunk/main/sc/workben/
H A Dtest.cxx513 xCursor->goDown( 1, FALSE ); in lcl_Cursor()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1973 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 Dunotbl.cxx1615 sal_Bool SwXTextTableCursor::goDown(sal_Int16 Count, sal_Bool Expand) throw( uno::RuntimeException ) in goDown() function in SwXTextTableCursor

Completed in 74 milliseconds