Searched refs:CliProxy (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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() 872 CliProxy::~CliProxy() in ~CliProxy() 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() 933 inline void CliProxy::release() const in release() 956 cli_uno::CliProxy * >( proxy ); in cli_proxy_free() 965 CliProxy const * cliProxy = static_cast< CliProxy const * >( pUnoI ); in cli_proxy_acquire() 973 CliProxy * cliProxy = static_cast< CliProxy * >( pUnoI ); in cli_proxy_release() [all …]
|
H A D | cli_proxy.h | 175 struct CliProxy: public uno_Interface 238 CliProxy( Bridge const* bridge, System::Object* cliI, 241 ~CliProxy();
|
H A D | cli_data.cxx | 138 retIface = CliProxy::create((Bridge*)this, cliObj, pTD, ousOid); in map_cli2uno()
|
Completed in 29 milliseconds