Home
last modified time | relevance | path

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

/trunk/main/eventattacher/source/
H A Deventattacher.cxx241 Reference< XInvocationAdapterFactory > m_xInvocationAdapterFactory; member in comp_EventAttacher::EventAttacherImpl
321 m_xInvocationAdapterFactory = xALAS; in initialize()
388 if( !m_xInvocationAdapterFactory.is() ) in getInvocationAdapterService()
391 m_xInvocationAdapterFactory = Reference< XInvocationAdapterFactory >( xIFace, UNO_QUERY ); in getInvocationAdapterService()
393 return m_xInvocationAdapterFactory; in getInvocationAdapterService()