Home
last modified time | relevance | path

Searched refs:SdMasterPage (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/qadevOOo/objdsc/sd/
H A Dcom.sun.star.comp.office.SdMasterPage.csv1 "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 …]
/AOO41X/main/sd/source/ui/unoidl/
H A Dunopage.cxx2419 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()
[all …]
H A Dunopage.hxx231 class SdMasterPage : public ::com::sun::star::presentation::XPresentationPage, class
241 SdMasterPage( SdXImpressDocument* pModel, SdPage* pInPage ) throw();
242 virtual ~SdMasterPage() throw();
244 UNO3_GETIMPLEMENTATION_DECL(SdMasterPage)
H A Dunomodel.cxx2809 SdMasterPage* pSdPage = SdMasterPage::getImplementation( xPage ); in remove()
/AOO41X/main/sd/qa/unoapi/
H A Dsd.sce35 -o sd.SdMasterPage
/AOO41X/main/qadevOOo/tests/java/mod/_sd/
H A DSdMasterPage.java86 public class SdMasterPage extends TestCase { class