Searched refs:CliProxy (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/cli_ure/source/uno_bridge/ |
| H A D | cli_proxy.cxx | 659 CliProxy::CliProxy(Bridge const* bridge, System::Object* cliI, in CliProxy() function in cli_uno::CliProxy 687 void CliProxy::makeMethodInfos() in makeMethodInfos() 785 sr::MethodInfo* CliProxy::getMethodInfo(int nUnoFunctionPos, in getMethodInfo() 872 CliProxy::~CliProxy() in ~CliProxy() 885 uno_Interface* CliProxy::create(Bridge const * bridge, in create() 891 new CliProxy(bridge, cliI, pTD, ousOid)); in create() 908 void SAL_CALL CliProxy::uno_DispatchMethod( in uno_DispatchMethod() 916 inline void CliProxy::acquire() const in acquire() 921 void * that = const_cast< CliProxy * >( this ); in acquire() 933 inline void CliProxy::release() const in release() [all …]
|
| H A D | cli_proxy.h | 175 struct CliProxy: public uno_Interface struct 238 CliProxy( Bridge const* bridge, System::Object* cliI, argument 241 ~CliProxy();
|
| H A D | cli_data.cxx | 138 retIface = CliProxy::create((Bridge*)this, cliObj, pTD, ousOid); in map_cli2uno()
|