Lines Matching refs:SdXCustomPresentationAccess
281 SdXCustomPresentationAccess::SdXCustomPresentationAccess(SdXImpressDocument& rMyModel) throw() in SdXCustomPresentationAccess() function in SdXCustomPresentationAccess
286 SdXCustomPresentationAccess::~SdXCustomPresentationAccess() throw() in ~SdXCustomPresentationAccess()
291 OUString SAL_CALL SdXCustomPresentationAccess::getImplementationName() in getImplementationName()
297 sal_Bool SAL_CALL SdXCustomPresentationAccess::supportsService( const OUString& ServiceName ) in supportsService()
303 uno::Sequence< OUString > SAL_CALL SdXCustomPresentationAccess::getSupportedServiceNames() in getSupportedServiceNames()
312 uno::Reference< uno::XInterface > SAL_CALL SdXCustomPresentationAccess::createInstance() in createInstance()
319 uno::Reference< uno::XInterface > SAL_CALL SdXCustomPresentationAccess::createInstanceWithArguments… in createInstanceWithArguments()
326 void SAL_CALL SdXCustomPresentationAccess::insertByName( const OUString& aName, const uno::Any& aEl… in insertByName()
380 void SAL_CALL SdXCustomPresentationAccess::removeByName( const OUString& Name ) in removeByName()
397 void SAL_CALL SdXCustomPresentationAccess::replaceByName( const OUString& aName, const uno::Any& aE… in replaceByName()
405 uno::Any SAL_CALL SdXCustomPresentationAccess::getByName( const OUString& aName ) in getByName()
426 uno::Sequence< OUString > SAL_CALL SdXCustomPresentationAccess::getElementNames() in getElementNames()
449 sal_Bool SAL_CALL SdXCustomPresentationAccess::hasByName( const OUString& aName ) in hasByName()
457 uno::Type SAL_CALL SdXCustomPresentationAccess::getElementType() in getElementType()
463 sal_Bool SAL_CALL SdXCustomPresentationAccess::hasElements() in hasElements()
472 SdCustomShow * SdXCustomPresentationAccess::getSdCustomShow( const OUString& Name ) const throw() in getSdCustomShow()