Lines Matching refs:SdDrawPagesAccess

786 		mxDrawPagesAccess = xDrawPages = (drawing::XDrawPages*)new SdDrawPagesAccess(*this);  in getDrawPages()
2336 SdDrawPagesAccess::SdDrawPagesAccess( SdXImpressDocument& rMyModel ) throw() in SdDrawPagesAccess() function in SdDrawPagesAccess
2341 SdDrawPagesAccess::~SdDrawPagesAccess() throw() in ~SdDrawPagesAccess()
2346 sal_Int32 SAL_CALL SdDrawPagesAccess::getCount() in getCount()
2357 uno::Any SAL_CALL SdDrawPagesAccess::getByIndex( sal_Int32 Index ) in getByIndex()
2381 uno::Any SAL_CALL SdDrawPagesAccess::getByName( const OUString& aName ) throw(container::NoSuchElem… in getByName()
2411 uno::Sequence< OUString > SAL_CALL SdDrawPagesAccess::getElementNames() throw(uno::RuntimeException) in getElementNames()
2432 sal_Bool SAL_CALL SdDrawPagesAccess::hasByName( const OUString& aName ) throw(uno::RuntimeException) in hasByName()
2455 uno::Type SAL_CALL SdDrawPagesAccess::getElementType() in getElementType()
2461 sal_Bool SAL_CALL SdDrawPagesAccess::hasElements() in hasElements()
2473 uno::Reference< drawing::XDrawPage > SAL_CALL SdDrawPagesAccess::insertNewByIndex( sal_Int32 nIndex… in insertNewByIndex()
2499 void SAL_CALL SdDrawPagesAccess::remove( const uno::Reference< drawing::XDrawPage >& xPage ) in remove()
2555 OUString SAL_CALL SdDrawPagesAccess::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
2560 sal_Bool SAL_CALL SdDrawPagesAccess::supportsService( const OUString& ServiceName ) throw(uno::Runt… in supportsService()
2565 uno::Sequence< OUString > SAL_CALL SdDrawPagesAccess::getSupportedServiceNames( ) throw(uno::Runti… in getSupportedServiceNames()
2573 void SAL_CALL SdDrawPagesAccess::dispose( ) throw (uno::RuntimeException) in dispose()
2578 void SAL_CALL SdDrawPagesAccess::addEventListener( const uno::Reference< lang::XEventListener >& )… in addEventListener()
2583 void SAL_CALL SdDrawPagesAccess::removeEventListener( const uno::Reference< lang::XEventListener >&… in removeEventListener()