Lines Matching refs:TVFactory

43 TVFactory::TVFactory( const uno::Reference< XMultiServiceFactory >& xMSF )  in TVFactory()  function in TVFactory
49 TVFactory::~TVFactory() in ~TVFactory()
59 TVFactory::acquire( in acquire()
68 TVFactory::release( in release()
77 TVFactory::queryInterface( in queryInterface()
94 XTYPEPROVIDER_IMPL_3( TVFactory,
106 TVFactory::getImplementationName() in getImplementationName()
109 return TVFactory::getImplementationName_static(); in getImplementationName()
114 TVFactory::supportsService( in supportsService()
125 TVFactory::getSupportedServiceNames( void ) in getSupportedServiceNames()
128 return TVFactory::getSupportedServiceNames_static(); in getSupportedServiceNames()
136 TVFactory::createInstance( in createInstance()
156 TVFactory::createInstanceWithArguments( in createInstanceWithArguments()
202 TVFactory::getAvailableServiceNames( ) in getAvailableServiceNames()
216 TVFactory::getImplementationName_static() in getImplementationName_static()
223 TVFactory::getSupportedServiceNames_static() in getSupportedServiceNames_static()
233 TVFactory::createServiceFactory( in createServiceFactory()
239 TVFactory::getImplementationName_static(), in createServiceFactory()
240 TVFactory::CreateInstance, in createServiceFactory()
241 TVFactory::getSupportedServiceNames_static() ) ); in createServiceFactory()
247 TVFactory::CreateInstance( in CreateInstance()
250 XServiceInfo* xP = (XServiceInfo*) new TVFactory( xMultiServiceFactory ); in CreateInstance()
280 if ( TVFactory::getImplementationName_static().compareToAscii( pImplName ) == 0 ) in component_getFactory()
282 xFactory = TVFactory::createServiceFactory( xSMgr ); in component_getFactory()