Home
last modified time | relevance | path

Searched refs:NavigationOrderAccess (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmloff/source/draw/
H A Dximppage.cxx560 class NavigationOrderAccess : public ::cppu::WeakImplHelper1< XIndexAccess > class
563 NavigationOrderAccess( std::vector< Reference< XShape > >& rShapes );
577 NavigationOrderAccess::NavigationOrderAccess( std::vector< Reference< XShape > >& rShapes ) in NavigationOrderAccess() function in NavigationOrderAccess
583 sal_Int32 SAL_CALL NavigationOrderAccess::getCount( ) throw (RuntimeException) in getCount()
588 Any SAL_CALL NavigationOrderAccess::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException,… in getByIndex()
597 Type SAL_CALL NavigationOrderAccess::getElementType( ) throw (RuntimeException) in getElementType()
602 sal_Bool SAL_CALL NavigationOrderAccess::hasElements( ) throw (RuntimeException) in hasElements()
637 …PARAM( "NavigationOrder" ) ), Any( Reference< XIndexAccess >( new NavigationOrderAccess( aShapes )… in SetNavigationOrder()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunopage.cxx2649 class NavigationOrderAccess : public ::cppu::WeakImplHelper1< XIndexAccess > class
2652 NavigationOrderAccess( SdrPage* pPage );
2666 NavigationOrderAccess::NavigationOrderAccess( SdrPage* pPage ) in NavigationOrderAccess() function in NavigationOrderAccess
2684 sal_Int32 SAL_CALL NavigationOrderAccess::getCount( ) throw (RuntimeException) in getCount()
2689 Any SAL_CALL NavigationOrderAccess::getByIndex( sal_Int32 Index ) throw (IndexOutOfBoundsException,… in getByIndex()
2698 Type SAL_CALL NavigationOrderAccess::getElementType( ) throw (RuntimeException) in getElementType()
2703 sal_Bool SAL_CALL NavigationOrderAccess::hasElements( ) throw (RuntimeException) in hasElements()
2712 return Any( Reference< XIndexAccess >( new NavigationOrderAccess( GetPage() ) ) ); in getNavigationOrder()

Completed in 36 milliseconds