Home
last modified time | relevance | path

Searched refs:argTypes (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java150 ITypeDescription[] argTypes; in writeReply() local
155 argTypes = null; in writeReply()
174 if (argTypes != null) { in writeReply()
175 for (int i = 0; i < argTypes.length; ++i) { in writeReply()
176 if (argTypes[i] != null) { in writeReply()
444 ITypeDescription[] argTypes; in readReply() local
449 argTypes = null; in readReply()
454 argTypes = pending.function.getOutSignature(); in readReply()
459 if (argTypes != null) { in readReply()
460 for (int i = 0; i < argTypes.length; ++i) { in readReply()
[all …]
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx51 System::Object * args[], System::Type* argTypes[], in call_uno() argument
144 argTypes != NULL ? argTypes[nPos] : NULL, false ); in call_uno()
H A Dcli_bridge.h98 System::Object * args[], System::Type* argTypes[],
H A Dcli_proxy.cxx484 System::Type* argTypes[] = static_cast<System::Type*[]>( in Invoke() local
490 method_td->pParams, args, argTypes, &pExc); in Invoke()

Completed in 34 milliseconds