Searched refs:SdMasterPagesAccess (Results 1 – 7 of 7) sorted by relevance
1 "SdMasterPagesAccess";"com::sun::star::container::XIndexAccess";"getCount()"2 "SdMasterPagesAccess";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "SdMasterPagesAccess";"com::sun::star::drawing::XDrawPages";"insertNewByIndex()"4 "SdMasterPagesAccess";"com::sun::star::drawing::XDrawPages";"remove()"5 "SdMasterPagesAccess";"com::sun::star::container::XElementAccess";"getElementType()"6 "SdMasterPagesAccess";"com::sun::star::container::XElementAccess";"hasElements()"
807 mxMasterPagesAccess = xMasterPages = new SdMasterPagesAccess(*this); in getMasterPages()2592 SdMasterPagesAccess::SdMasterPagesAccess( SdXImpressDocument& rMyModel ) throw() in SdMasterPagesAccess() function in SdMasterPagesAccess2597 SdMasterPagesAccess::~SdMasterPagesAccess() throw() in ~SdMasterPagesAccess()2602 void SAL_CALL SdMasterPagesAccess::dispose( ) throw (uno::RuntimeException) in dispose()2618 sal_Int32 SAL_CALL SdMasterPagesAccess::getCount() in getCount()2633 uno::Any SAL_CALL SdMasterPagesAccess::getByIndex( sal_Int32 Index ) in getByIndex()2657 uno::Type SAL_CALL SdMasterPagesAccess::getElementType() in getElementType()2663 sal_Bool SAL_CALL SdMasterPagesAccess::hasElements() in hasElements()2670 uno::Reference< drawing::XDrawPage > SAL_CALL SdMasterPagesAccess::insertNewByIndex( sal_Int32 nIns… in insertNewByIndex()2769 void SAL_CALL SdMasterPagesAccess::remove( const uno::Reference< drawing::XDrawPage >& xPage ) in remove()[all …]
88 friend class SdMasterPagesAccess;279 class SdMasterPagesAccess : public ::cppu::WeakImplHelper3< ::com::sun::star::drawing::XDrawPages, … class285 SdMasterPagesAccess( SdXImpressDocument& rMyModel ) throw();286 virtual ~SdMasterPagesAccess() throw();
58 public class SdMasterPagesAccess extends TestCase { class
36 -o sd.SdMasterPagesAccess
28 job=sd.SdMasterPagesAccess
154 job156=sd.SdMasterPagesAccess
Completed in 76 milliseconds