Home
last modified time | relevance | path

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

/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx445 OUString usMethodName(mapCliString(static_cast<System::String*>( in Invoke() local
472 if ((usMethodName.getLength() == remainder in Invoke()
473 || (usMethodName.getLength() < remainder in Invoke()
474 && usTypeName[offset + usMethodName.getLength()] == ':')) in Invoke()
475 && usTypeName.match(usMethodName, offset)) in Invoke()
500 if (usMethodName.getLength() > 4 in Invoke()
501 && (usMethodName.getLength() - 4 == remainder in Invoke()
502 || (usMethodName.getLength() - 4 < remainder in Invoke()
504 offset + (usMethodName.getLength() - 4)] == ':')) in Invoke()
505 && usMethodName[1] == 'e' && usMethodName[2] == 't' in Invoke()
[all …]
H A Dcli_proxy.h281 const rtl::OUString & usMethodName,