Searched refs:xProxy (Results 1 – 3 of 3) sorted by relevance
345 Reference< XInterface > xProxy; in queryAggregation() local357 cpp_env, reinterpret_cast< void ** >( &xProxy ), in queryAggregation()360 if (! xProxy.is()) in queryAggregation()389 reinterpret_cast< void ** >( &xProxy ), in queryAggregation()393 if (xProxy.is()) in queryAggregation()394 ret.setValue( &xProxy, pTypeDescr ); in queryAggregation()
56 public Wrapper( com.sun.star.uno.XInterface xProxy ) in Wrapper() argument58 xQueryInterface = (com.sun.star.uno.IQueryInterface) xProxy; in Wrapper()61 com.sun.star.lang.XComponent.class, xProxy ); in Wrapper()
4643 Reference< XInvocation > xProxy = new ModuleInvocationProxy( aPrefix, xScopeObj ); in createComListener() local4648 args[2] <<= xProxy; in createComListener()4788 …Reference< XInvocation > xProxy = new ModuleInvocationProxy( aPureIfaceName, pProxyClassModuleObje… in createCOMWrapperForIface() local4792 args[1] <<= xProxy; in createCOMWrapperForIface()4808 Reference< XComponent > xComponent( xProxy, UNO_QUERY ); in createCOMWrapperForIface()
Completed in 53 milliseconds