Searched refs:SdDrawPage (Results 1 – 10 of 10) sorted by relevance
1 "SdDrawPage";"com::sun::star::container::XIndexAccess";"getCount()"2 "SdDrawPage";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "SdDrawPage";"com::sun::star::lang::XServiceInfo";"getImplementationName()"4 "SdDrawPage";"com::sun::star::lang::XServiceInfo";"supportsService()"5 "SdDrawPage";"com::sun::star::lang::XServiceInfo";"getSupportedServiceNames()"6 "SdDrawPage";"com::sun::star::drawing::XShapeCombiner#optional";"combine()"7 "SdDrawPage";"com::sun::star::drawing::XShapeCombiner#optional";"split()"8 "SdDrawPage";"com::sun::star::form::XFormsSupplier#optional";"getForms()"9 "SdDrawPage";"com::sun::star::drawing::XShapeBinder#optional";"bind()"10 "SdDrawPage";"com::sun::star::drawing::XShapeBinder#optional";"unbind()"[all …]
1548 …const OUString aBookmarkName( SdDrawPage::getPageApiNameFromUiName( static_cast<SdPage*>(SvxFmDraw… in getBookmarkURL()1567 … const String aBookmarkName( SdDrawPage::getUiNameFromPageApiName( rURL.copy( nIndex+1 ) ) ); in setBookmarkURL()2064 SdDrawPage::SdDrawPage( SdXImpressDocument* pModel, SdPage* pPage ) throw() in SdDrawPage() function in SdDrawPage2069 SdDrawPage::~SdDrawPage() throw() in ~SdDrawPage()2074 Any SAL_CALL SdDrawPage::queryInterface( const uno::Type & rType ) in queryInterface()2097 void SAL_CALL SdDrawPage::acquire() throw() in acquire()2102 void SAL_CALL SdDrawPage::release() throw() in release()2107 UNO3_GETIMPLEMENTATION2_IMPL( SdDrawPage, SdGenericDrawPage );2110 Sequence< uno::Type > SAL_CALL SdDrawPage::getTypes() throw(uno::RuntimeException) in getTypes()2158 Sequence< sal_Int8 > SAL_CALL SdDrawPage::getImplementationId() throw(uno::RuntimeException) in getImplementationId()[all …]
169 class SdDrawPage : public ::com::sun::star::drawing::XMasterPageTarget, class180 SdDrawPage( SdXImpressDocument* pModel, SdPage* pInPage ) throw();181 virtual ~SdDrawPage() throw();183 UNO3_GETIMPLEMENTATION_DECL( SdDrawPage )
108 SdDrawPage* pPage = SdDrawPage::getImplementation( xPage ); in insertByIndex()
2428 if( aName == SdDrawPage::getPageApiName( pPage ) ) in getByName()2456 *pNames++ = SdDrawPage::getPageApiName( pPage ); in getElementNames()2477 if( aName == SdDrawPage::getPageApiName( pPage ) ) in hasByName()2543 SdDrawPage* pSvxPage = SdDrawPage::getImplementation( xPage ); in remove()
585 pInfo->SetBookmark( SdDrawPage::getUiNameFromPageApiName( aString ) ); in setPropertyValue()792 aString = SdDrawPage::getPageApiNameFromUiName( pInfo->GetBookmark() ); in getPropertyValue()804 aURL += SdDrawPage::getPageApiNameFromUiName( aName ); in getPropertyValue()
30 -o sd.SdDrawPage
27 job=sd.SdDrawPage
93 public class SdDrawPage extends TestCase { class
116 friend class SdDrawPage;