Searched defs:CliProxy (Results 1 – 2 of 2) sorted by relevance
175 struct CliProxy: public uno_Interface struct177 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 …]
659 CliProxy::CliProxy(Bridge const* bridge, System::Object* cliI, in CliProxy() function in cli_uno::CliProxy