Home
last modified time | relevance | path

Searched refs:MethodKind (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.h185 enum MethodKind {MK_METHOD = 0, MK_SET, MK_GET}; enum
282 MethodKind mk);
H A Dcli_proxy.cxx786 const rtl::OUString& usMethodName, MethodKind methodKind) in getMethodInfo()