Lines Matching defs:CliProxy
175 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;
238 CliProxy( Bridge const* bridge, System::Object* cliI, argument