Home
last modified time | relevance | path

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

/aoo41x/main/comphelper/source/misc/
H A Dlegacysingletonfactory.cxx98 Reference< XInterface > m_xTheInstance; member in comphelper::LegacySingletonFactory
108 ,m_xTheInstance ( ) in LegacySingletonFactory()
145 if ( m_xTheInstance.is() ) in impl_nts_ensureInstance()
148 m_xTheInstance = (*m_componentFactoryFunc)( _rxContext ); in impl_nts_ensureInstance()
149 if ( !m_xTheInstance.is() ) in impl_nts_ensureInstance()
161 return m_xTheInstance; in createInstanceWithContext()
174 Reference< XInitialization > xInit( m_xTheInstance, UNO_QUERY_THROW ); in createInstanceWithArgumentsAndContext()
177 return m_xTheInstance; in createInstanceWithArgumentsAndContext()

Completed in 13 milliseconds