Lines Matching refs:xTheInstance
382 Reference<XInterface > xTheInstance; member in cppu::OFactoryComponentHelper
388 sal_Bool isInstance() {return xTheInstance.is();} in isInstance()
449 if( !xTheInstance.is() ) in createInstance()
452 if( !xTheInstance.is() ) in createInstance()
453 xTheInstance = OSingleFactoryHelper::createInstance(); in createInstance()
455 return xTheInstance; in createInstance()
466 if( !xTheInstance.is() ) in createInstanceWithArguments()
470 if( !xTheInstance.is() ) in createInstanceWithArguments()
471 xTheInstance = OSingleFactoryHelper::createInstanceWithArguments( Arguments ); in createInstanceWithArguments()
473 return xTheInstance; in createInstanceWithArguments()
486 if( !xTheInstance.is() ) in createInstanceWithContext()
490 if( !xTheInstance.is() ) in createInstanceWithContext()
491 xTheInstance = OSingleFactoryHelper::createInstanceWithContext( xContext ); in createInstanceWithContext()
493 return xTheInstance; in createInstanceWithContext()
505 if( !xTheInstance.is() ) in createInstanceWithArgumentsAndContext()
509 if( !xTheInstance.is() ) in createInstanceWithArgumentsAndContext()
510 …xTheInstance = OSingleFactoryHelper::createInstanceWithArgumentsAndContext( rArguments, xContext ); in createInstanceWithArgumentsAndContext()
512 return xTheInstance; in createInstanceWithArgumentsAndContext()
528 x = xTheInstance; in dispose()
529 xTheInstance = Reference<XInterface >(); in dispose()