Home
last modified time | relevance | path

Searched refs:xTheInstance (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cppuhelper/source/
H A Dfactory.cxx382 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()
[all …]