Home
last modified time | relevance | path

Searched refs:jumpToPage (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/offapi/com/sun/star/text/
H A DXPageCursor.idl58 // DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToPage
61 boolean jumpToPage( [in] short nPage );
/AOO41X/main/qadevOOo/tests/java/ifc/text/
H A D_XPageCursor.java142 tRes.tested("jumpToPage()", oObj.jumpToPage(n)); in _jumpToPage()
/AOO41X/main/sw/source/ui/vba/
H A Dvbaselection.cxx500 xPageCursor->jumpToPage( ( sal_Int16 )( nPage ) ); in GoTo()
/AOO41X/main/sw/source/ui/inc/
H A Dunotxvw.hxx205 …virtual sal_Bool SAL_CALL jumpToPage(sal_Int16 nPage) throw( ::com::sun::star::uno::RuntimeExcepti…
/AOO41X/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextViewCursor.csv89 "SwXTextViewCursor";"com::sun::star::text::XPageCursor";"jumpToPage()"
/AOO41X/main/sw/source/ui/uno/
H A Dunotxvw.cxx1577 sal_Bool SwXTextViewCursor::jumpToPage(sal_Int16 nPage) throw( uno::RuntimeException ) in jumpToPage() function in SwXTextViewCursor