Lines Matching refs:SdMasterPage

2419 		SdMasterPage* pMasterPage = SdMasterPage::getImplementation( xMasterPage );  in setMasterPage()
2724 SdMasterPage::SdMasterPage( SdXImpressDocument* pModel, SdPage* pPage ) throw() in SdMasterPage() function in SdMasterPage
2729 SdMasterPage::~SdMasterPage() throw() in ~SdMasterPage()
2734 Any SAL_CALL SdMasterPage::queryInterface( const uno::Type & rType ) in queryInterface()
2759 void SAL_CALL SdMasterPage::acquire() throw() in acquire()
2764 void SAL_CALL SdMasterPage::release() throw() in release()
2769 UNO3_GETIMPLEMENTATION2_IMPL( SdMasterPage, SdGenericDrawPage );
2772 Sequence< uno::Type > SAL_CALL SdMasterPage::getTypes() throw(uno::RuntimeException) in getTypes()
2819 Sequence< sal_Int8 > SAL_CALL SdMasterPage::getImplementationId() throw(uno::RuntimeException) in getImplementationId()
2835 OUString SAL_CALL SdMasterPage::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
2840 Sequence< OUString > SAL_CALL SdMasterPage::getSupportedServiceNames() throw(uno::RuntimeException) in getSupportedServiceNames()
2855 sal_Bool SAL_CALL SdMasterPage::supportsService( const OUString& ServiceName ) in supportsService()
2862 sal_Bool SAL_CALL SdMasterPage::hasElements() throw(uno::RuntimeException) in hasElements()
2874 uno::Type SAL_CALL SdMasterPage::getElementType() in getElementType()
2881 sal_Int32 SAL_CALL SdMasterPage::getCount() in getCount()
2891 Any SAL_CALL SdMasterPage::getByIndex( sal_Int32 Index ) in getByIndex()
2902 void SdMasterPage::setBackground( const Any& rValue ) in setBackground()
3008 void SdMasterPage::getBackground( Any& rValue ) throw() in getBackground()
3065 void SAL_CALL SdMasterPage::setName( const OUString& aName ) in setName()
3102 OUString SAL_CALL SdMasterPage::getName( ) in getName()
3121 Reference< drawing::XDrawPage > SAL_CALL SdMasterPage::getNotesPage() in getNotesPage()
3141 void SAL_CALL SdMasterPage::add( const Reference< drawing::XShape >& xShape ) throw(uno::RuntimeExc… in add()
3146 void SAL_CALL SdMasterPage::remove( const Reference< drawing::XShape >& xShape ) throw(uno::Runtime… in remove()
3178 xPage = (::cppu::OWeakObject*)new SdMasterPage( pModel, pPage ); in createUnoPageImpl()