Home
last modified time | relevance | path

Searched defs:CliProxy (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.h175 struct CliProxy: public uno_Interface struct
177 mutable oslInterlockedCount m_ref;
178 const Bridge* m_bridge;
179 const gcroot<System::Object*> m_cliI;
180 gcroot<System::Type*> m_type;
181 const com::sun::star::uno::TypeDescription m_unoType;
182 const gcroot<System::String*> m_oid;
183 const rtl::OUString m_usOid;
185 enum MethodKind {MK_METHOD = 0, MK_SET, MK_GET};
207 gcroot<sr::MethodInfo*[]> m_arMethodInfos;
[all …]
H A Dcli_proxy.cxx659 CliProxy::CliProxy(Bridge const* bridge, System::Object* cliI, in CliProxy() function in cli_uno::CliProxy