Lines Matching refs:SdDrawPage

1548 …const OUString aBookmarkName( SdDrawPage::getPageApiNameFromUiName( static_cast<SdPage*>(SvxFmDraw…  in getBookmarkURL()
1567 const String aBookmarkName( SdDrawPage::getUiNameFromPageApiName( rURL.copy( nIndex+1 ) ) ); in setBookmarkURL()
2064 SdDrawPage::SdDrawPage( SdXImpressDocument* pModel, SdPage* pPage ) throw() in SdDrawPage() function in SdDrawPage
2069 SdDrawPage::~SdDrawPage() throw() in ~SdDrawPage()
2074 Any SAL_CALL SdDrawPage::queryInterface( const uno::Type & rType ) in queryInterface()
2097 void SAL_CALL SdDrawPage::acquire() throw() in acquire()
2102 void SAL_CALL SdDrawPage::release() throw() in release()
2107 UNO3_GETIMPLEMENTATION2_IMPL( SdDrawPage, SdGenericDrawPage );
2110 Sequence< uno::Type > SAL_CALL SdDrawPage::getTypes() throw(uno::RuntimeException) in getTypes()
2158 Sequence< sal_Int8 > SAL_CALL SdDrawPage::getImplementationId() throw(uno::RuntimeException) in getImplementationId()
2173 OUString SdDrawPage::getPageApiName( SdPage* pPage ) in getPageApiName()
2220 OUString SdDrawPage::getPageApiNameFromUiName( const String& rUIName ) in getPageApiNameFromUiName()
2263 String SdDrawPage::getUiNameFromPageApiName( const OUString& rApiName ) in getUiNameFromPageApiName()
2269 OUString SAL_CALL SdDrawPage::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
2274 Sequence< OUString > SAL_CALL SdDrawPage::getSupportedServiceNames() throw(uno::RuntimeException) in getSupportedServiceNames()
2289 sal_Bool SAL_CALL SdDrawPage::supportsService( const OUString& ServiceName ) in supportsService()
2296 void SAL_CALL SdDrawPage::setName( const OUString& rName ) in setName()
2376 OUString SAL_CALL SdDrawPage::getName() in getName()
2387 Reference< drawing::XDrawPage > SAL_CALL SdDrawPage::getMasterPage( ) in getMasterPage()
2410 void SAL_CALL SdDrawPage::setMasterPage( const Reference< drawing::XDrawPage >& xMasterPage ) in setMasterPage()
2449 Reference< drawing::XDrawPage > SAL_CALL SdDrawPage::getNotesPage() in getNotesPage()
2470 sal_Int32 SAL_CALL SdDrawPage::getCount() in getCount()
2476 Any SAL_CALL SdDrawPage::getByIndex( sal_Int32 Index ) in getByIndex()
2483 uno::Type SAL_CALL SdDrawPage::getElementType() in getElementType()
2489 sal_Bool SAL_CALL SdDrawPage::hasElements() in hasElements()
2496 void SAL_CALL SdDrawPage::add( const Reference< drawing::XShape >& xShape ) throw(uno::RuntimeExcep… in add()
2501 void SAL_CALL SdDrawPage::remove( const Reference< drawing::XShape >& xShape ) throw(uno::RuntimeEx… in remove()
2521 void SdDrawPage::setBackground( const Any& rValue ) in setBackground()
2609 void SdDrawPage::getBackground( Any& rValue ) throw() in getBackground()
2633 if( dynamic_cast< SdDrawPage* >( xIA.get() ) == this ) in setNavigationOrder()
3182 xPage = (::cppu::OWeakObject*)new SdDrawPage( pModel, pPage ); in createUnoPageImpl()