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()"8 "SdMasterPage";"com::sun::star::drawing::XShapeBinder#optional";"bind()"12 "SdMasterPage";"com::sun::star::drawing::XShapes";"add()"13 "SdMasterPage";"com::sun::star::drawing::XShapes";"remove()"14 "SdMasterPage";"com::sun::star::container::XNamed#optional";"getName()"23 "SdMasterPage";"com::sun::star::drawing::XShapeGrouper";"group()"24 "SdMasterPage";"com::sun::star::drawing::XShapeGrouper";"ungroup()"[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()2759 void SAL_CALL SdMasterPage::acquire() throw() in acquire()2764 void SAL_CALL SdMasterPage::release() throw() in release()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()[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)
2779 SdMasterPage* pSdPage = SdMasterPage::getImplementation( xPage ); in remove()
35 -o sd.SdMasterPage
86 public class SdMasterPage extends TestCase { class
Completed in 53 milliseconds