Lines Matching refs:SdXCustomPresentationAccess

283 SdXCustomPresentationAccess::SdXCustomPresentationAccess(SdXImpressDocument& rMyModel) throw()  in SdXCustomPresentationAccess()  function in SdXCustomPresentationAccess
288 SdXCustomPresentationAccess::~SdXCustomPresentationAccess() throw() in ~SdXCustomPresentationAccess()
293 OUString SAL_CALL SdXCustomPresentationAccess::getImplementationName() in getImplementationName()
299 sal_Bool SAL_CALL SdXCustomPresentationAccess::supportsService( const OUString& ServiceName ) in supportsService()
305 uno::Sequence< OUString > SAL_CALL SdXCustomPresentationAccess::getSupportedServiceNames() in getSupportedServiceNames()
314 uno::Reference< uno::XInterface > SAL_CALL SdXCustomPresentationAccess::createInstance() in createInstance()
321 uno::Reference< uno::XInterface > SAL_CALL SdXCustomPresentationAccess::createInstanceWithArguments… in createInstanceWithArguments()
328 void SAL_CALL SdXCustomPresentationAccess::insertByName( const OUString& aName, const uno::Any& aEl… in insertByName()
382 void SAL_CALL SdXCustomPresentationAccess::removeByName( const OUString& Name ) in removeByName()
399 void SAL_CALL SdXCustomPresentationAccess::replaceByName( const OUString& aName, const uno::Any& aE… in replaceByName()
407 uno::Any SAL_CALL SdXCustomPresentationAccess::getByName( const OUString& aName ) in getByName()
428 uno::Sequence< OUString > SAL_CALL SdXCustomPresentationAccess::getElementNames() in getElementNames()
451 sal_Bool SAL_CALL SdXCustomPresentationAccess::hasByName( const OUString& aName ) in hasByName()
459 uno::Type SAL_CALL SdXCustomPresentationAccess::getElementType() in getElementType()
465 sal_Bool SAL_CALL SdXCustomPresentationAccess::hasElements() in hasElements()
474 SdCustomShow * SdXCustomPresentationAccess::getSdCustomShow( const OUString& Name ) const throw() in getSdCustomShow()