Lines Matching refs:TargetPropertiesCreator
61 class TargetPropertiesCreator : public ::comphelper::OBaseMutex, class
67 …eference< uno::XInterface >( static_cast<cppu::OWeakObject*>(new TargetPropertiesCreator( xContext… in createInstance()
85 ~TargetPropertiesCreator(); // we're a ref-counted UNO class. _We_ destroy ourselves.
89 TargetPropertiesCreator(const TargetPropertiesCreator&);
90 TargetPropertiesCreator& operator=( const TargetPropertiesCreator& );
92 TargetPropertiesCreator( const uno::Reference< uno::XComponentContext >& rxContext );
99 return TargetPropertiesCreator::createInstance( rSMgr ); in createInstance_TargetPropertiesCreator()
409 …TargetPropertiesCreator::TargetPropertiesCreator( const uno::Reference< uno::XComponentContext >& … in TargetPropertiesCreator() function in animcore::TargetPropertiesCreator
414 TargetPropertiesCreator::~TargetPropertiesCreator() in ~TargetPropertiesCreator()
418 void SAL_CALL TargetPropertiesCreator::disposing() in disposing()
424 …uno::Sequence< animations::TargetProperties > SAL_CALL TargetPropertiesCreator::createInitialTarge… in createInitialTargetProperties()
479 …::rtl::OUString SAL_CALL TargetPropertiesCreator::getImplementationName() throw( uno::RuntimeExcep… in getImplementationName()
484 …sal_Bool SAL_CALL TargetPropertiesCreator::supportsService( const ::rtl::OUString& ServiceName ) t… in supportsService()
489 …uno::Sequence< ::rtl::OUString > SAL_CALL TargetPropertiesCreator::getSupportedServiceNames() thr… in getSupportedServiceNames()
498 … ::rtl::OUString SAL_CALL TargetPropertiesCreator::getServiceName( ) throw (uno::RuntimeException) in getServiceName()