Lines Matching refs:OFactoryComponentHelper
284 class OFactoryComponentHelper class
290 OFactoryComponentHelper( in OFactoryComponentHelper() function in cppu::OFactoryComponentHelper
307 OFactoryComponentHelper( in OFactoryComponentHelper() function in cppu::OFactoryComponentHelper
326 OFactoryComponentHelper( in OFactoryComponentHelper() function in cppu::OFactoryComponentHelper
338 ~OFactoryComponentHelper() in ~OFactoryComponentHelper()
392 Any SAL_CALL OFactoryComponentHelper::queryInterface( const Type & rType ) in queryInterface()
405 Any OFactoryComponentHelper::queryAggregation( const Type & rType ) in queryAggregation()
413 Sequence< Type > OFactoryComponentHelper::getTypes() in getTypes()
427 Sequence< sal_Int8 > OFactoryComponentHelper::getImplementationId() in getImplementationId()
444 Reference<XInterface > OFactoryComponentHelper::createInstance() in createInstance()
460 Reference<XInterface > OFactoryComponentHelper::createInstanceWithArguments( in createInstanceWithArguments()
480 Reference< XInterface > OFactoryComponentHelper::createInstanceWithContext( in createInstanceWithContext()
498 Reference< XInterface > OFactoryComponentHelper::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext()
519 void OFactoryComponentHelper::dispose() in dispose()
544 sal_Bool SAL_CALL OFactoryComponentHelper::releaseOnNotification() throw(::com::sun::star::uno::Run… in releaseOnNotification()
555 class ORegistryFactoryHelper : public OFactoryComponentHelper,
565 : OFactoryComponentHelper( in ORegistryFactoryHelper()
638 Any ret( OFactoryComponentHelper::queryInterface( type ) ); in queryInterface()
648 OFactoryComponentHelper::acquire(); in acquire()
654 OFactoryComponentHelper::release(); in release()
661 Sequence< Type > types( OFactoryComponentHelper::getTypes() ); in getTypes()
1068 return new OFactoryComponentHelper( in createSingleFactory()
1091 return new OFactoryComponentHelper( in createOneInstanceFactory()
1127 return new OFactoryComponentHelper( in createSingleComponentFactory()
1138 return new OFactoryComponentHelper( in createOneInstanceComponentFactory()