Searched refs:m_xDelegate (Results 1 – 4 of 4) sorted by relevance
66 private XComponentContext m_xDelegate; field in ComponentContext86 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()
349 Reference< XComponentContext > m_xDelegate; member in cppu::ComponentContext656 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()
90 Reference< XCurrentContext > m_xDelegate; member in user_CurrentContext99 , m_xDelegate( xDelegate ) in user_CurrentContext()136 else if (m_xDelegate.is()) in getValueByName()138 return m_xDelegate->getValueByName( name ); in getValueByName()
266 Reference< XCurrentContext > m_xDelegate; member in stoc_sec::acc_CurrentContext292 , m_xDelegate( xDelegate ) in acc_CurrentContext()331 else if (m_xDelegate.is()) in getValueByName()333 return m_xDelegate->getValueByName( name ); in getValueByName()
Completed in 47 milliseconds