Lines Matching refs:SdDrawPagesAccess
790 mxDrawPagesAccess = xDrawPages = (drawing::XDrawPages*)new SdDrawPagesAccess(*this); in getDrawPages()
2366 SdDrawPagesAccess::SdDrawPagesAccess( SdXImpressDocument& rMyModel ) throw() in SdDrawPagesAccess() function in SdDrawPagesAccess
2371 SdDrawPagesAccess::~SdDrawPagesAccess() throw() in ~SdDrawPagesAccess()
2376 sal_Int32 SAL_CALL SdDrawPagesAccess::getCount() in getCount()
2387 uno::Any SAL_CALL SdDrawPagesAccess::getByIndex( sal_Int32 Index ) in getByIndex()
2411 uno::Any SAL_CALL SdDrawPagesAccess::getByName( const OUString& aName ) throw(container::NoSuchElem… in getByName()
2441 uno::Sequence< OUString > SAL_CALL SdDrawPagesAccess::getElementNames() throw(uno::RuntimeException) in getElementNames()
2462 sal_Bool SAL_CALL SdDrawPagesAccess::hasByName( const OUString& aName ) throw(uno::RuntimeException) in hasByName()
2485 uno::Type SAL_CALL SdDrawPagesAccess::getElementType() in getElementType()
2491 sal_Bool SAL_CALL SdDrawPagesAccess::hasElements() in hasElements()
2503 uno::Reference< drawing::XDrawPage > SAL_CALL SdDrawPagesAccess::insertNewByIndex( sal_Int32 nIndex… in insertNewByIndex()
2529 void SAL_CALL SdDrawPagesAccess::remove( const uno::Reference< drawing::XDrawPage >& xPage ) in remove()
2585 OUString SAL_CALL SdDrawPagesAccess::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
2590 sal_Bool SAL_CALL SdDrawPagesAccess::supportsService( const OUString& ServiceName ) throw(uno::Runt… in supportsService()
2595 uno::Sequence< OUString > SAL_CALL SdDrawPagesAccess::getSupportedServiceNames( ) throw(uno::Runti… in getSupportedServiceNames()
2603 void SAL_CALL SdDrawPagesAccess::dispose( ) throw (uno::RuntimeException) in dispose()
2608 void SAL_CALL SdDrawPagesAccess::addEventListener( const uno::Reference< lang::XEventListener >& )… in addEventListener()
2613 void SAL_CALL SdDrawPagesAccess::removeEventListener( const uno::Reference< lang::XEventListener >&… in removeEventListener()