Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java66 private XComponentContext m_xDelegate; field in ComponentContext
86 m_xDelegate = xDelegate; in ComponentContext()
104 else if (m_xDelegate != null) in ComponentContext()
106 m_xSMgr = m_xDelegate.getServiceManager(); in ComponentContext()
111 XComponent.class, m_xDelegate ); in ComponentContext()
203 else if (m_xDelegate != null) in getValueByName()
205 return m_xDelegate.getValueByName( rName ); in getValueByName()
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx349 Reference< XComponentContext > m_xDelegate; member in cppu::ComponentContext
656 if (m_xDelegate.is()) in getValueByName()
657 return m_xDelegate->getValueByName( rName ); in getValueByName()
663 if (!ret.hasValue() && m_xDelegate.is()) in getValueByName()
665 return m_xDelegate->getValueByName( rName ); in getValueByName()
765 m_xDelegate( xDelegate ) in ComponentContext()
791 if (!m_xSMgr.is() && m_xDelegate.is()) in ComponentContext()
794 Reference< lang::XMultiComponentFactory > xMgr( m_xDelegate->getServiceManager() ); in ComponentContext()
/trunk/main/stoc/test/security/
H A Dtest_security.cxx90 Reference< XCurrentContext > m_xDelegate; member in user_CurrentContext
99 , m_xDelegate( xDelegate ) in user_CurrentContext()
136 else if (m_xDelegate.is()) in getValueByName()
138 return m_xDelegate->getValueByName( name ); in getValueByName()
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx266 Reference< XCurrentContext > m_xDelegate; member in stoc_sec::acc_CurrentContext
292 , m_xDelegate( xDelegate ) in acc_CurrentContext()
331 else if (m_xDelegate.is()) in getValueByName()
333 return m_xDelegate->getValueByName( name ); in getValueByName()

Completed in 48 milliseconds