Searched refs:SdMasterPage (Results 1 – 6 of 6) sorted by relevance
1 "SdMasterPage";"com::sun::star::container::XIndexAccess";"getCount()"2 "SdMasterPage";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "SdMasterPage";"com::sun::star::lang::XServiceInfo";"getImplementationName()"4 "SdMasterPage";"com::sun::star::lang::XServiceInfo";"supportsService()"5 "SdMasterPage";"com::sun::star::lang::XServiceInfo";"getSupportedServiceNames()"6 "SdMasterPage";"com::sun::star::drawing::XShapeCombiner#optional";"combine()"7 "SdMasterPage";"com::sun::star::drawing::XShapeCombiner#optional";"split()"8 "SdMasterPage";"com::sun::star::drawing::XShapeBinder#optional";"bind()"9 "SdMasterPage";"com::sun::star::drawing::XShapeBinder#optional";"unbind()"10 "SdMasterPage";"com::sun::star::container::XElementAccess";"getElementType()"[all …]
2419 SdMasterPage* pMasterPage = SdMasterPage::getImplementation( xMasterPage ); in setMasterPage()2724 SdMasterPage::SdMasterPage( SdXImpressDocument* pModel, SdPage* pPage ) throw() in SdMasterPage() function in SdMasterPage2729 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()[all …]
231 class SdMasterPage : public ::com::sun::star::presentation::XPresentationPage, class241 SdMasterPage( SdXImpressDocument* pModel, SdPage* pInPage ) throw();242 virtual ~SdMasterPage() throw();244 UNO3_GETIMPLEMENTATION_DECL(SdMasterPage)
2809 SdMasterPage* pSdPage = SdMasterPage::getImplementation( xPage ); in remove()
35 -o sd.SdMasterPage
86 public class SdMasterPage extends TestCase { class