Home
last modified time | relevance | path

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

/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.h181 struct CliProxy: public uno_Interface struct
183 mutable oslInterlockedCount m_ref;
184 const Bridge* m_bridge;
185 const gcroot<System::Object ^> m_cliI;
186 gcroot<System::Type ^> m_type;
187 const com::sun::star::uno::TypeDescription m_unoType;
188 const gcroot<System::String ^> m_oid;
189 const rtl::OUString m_usOid;
191 enum MethodKind {MK_METHOD = 0, MK_SET, MK_GET};
213 gcroot< cli::array< sr::MethodInfo ^ > ^ > m_arMethodInfos;
[all …]