Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx367 Reference< XComponentContext > const & xDelegate );
730 Reference< XComponentContext > const & xDelegate ) in ComponentContext()
733 m_xDelegate( xDelegate ) in ComponentContext()
771 OUSTR("com.sun.star.comp.stoc.OServiceManagerWrapper"), xDelegate ), in ComponentContext()
803 Reference<XComponentContext> xDelegate(pDelegatee, SAL_NO_ACQUIRE); in s_createComponentContext_v() local
810 ComponentContext * p = new ComponentContext( pEntries, nEntries, xDelegate ); in s_createComponentContext_v()
813 DisposingForwarder::listen( Reference< lang::XComponent >::query( xDelegate ), p ); in s_createComponentContext_v()
825 xContext = xDelegate; in s_createComponentContext_v()
835 Reference< XComponentContext > const & xDelegate ) in createComponentContext()
856 void * mapped_delegate = curr2source.mapInterface(xDelegate.get(), ::getCppuType(&xDelegate)); in createComponentContext()
H A Dbootstrap.cxx191 Reference< XComponentContext > const & xDelegate )
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContext.java82 public ComponentContext( Hashtable table, XComponentContext xDelegate ) in ComponentContext() argument
86 m_xDelegate = xDelegate; in ComponentContext()
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx265 Reference< XCurrentContext > const & xDelegate,
281 Reference< XCurrentContext > const & xDelegate, in acc_CurrentContext()
285 , m_xDelegate( xDelegate ) in acc_CurrentContext()
/trunk/main/stoc/test/security/
H A Dtest_security.cxx94 Reference< XCurrentContext > const & xDelegate, in user_CurrentContext()
98 , m_xDelegate( xDelegate ) in user_CurrentContext()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dcomponent_context.hxx88 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xDelegate =