Home
last modified time | relevance | path

Searched refs:methodId (Results 1 – 6 of 6) sorted by relevance

/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java454 public synchronized Object callCommand(int methodId, Object... args) { in callCommand() argument
457 writeUShort(methodId); in callCommand()
461 if ((methodId & M_WITH_RETURN) != 0) { in callCommand()
468 public synchronized Object callCommand(int methodId) { in callCommand() argument
469 return callCommand(methodId, (Object)null); in callCommand()
479 public synchronized Object callControl(String id, int methodId, Object... args){ in callControl() argument
489 writeUShort(methodId); in callControl()
493 if ((methodId & M_WITH_RETURN) != 0) { in callControl()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java158 public Object invoke(int methodId, Object... args) { in invoke() argument
159 return app.caller.callControl(getId(), methodId, args); in invoke()
167 public Object invoke(int methodId) { in invoke() argument
168 return app.caller.callControl(getId(), methodId); in invoke()
H A DVclMenuItem.java88 private Object invoke(int methodId) { in invoke() argument
92 return app.caller.callCommand(methodId, new Object[] { id }); in invoke()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java149 public IMethodDescription getMethodDescription(int methodId) { in getMethodDescription() argument
151 return methodId < 0 in getMethodDescription()
153 : methodId < superMethodDescriptions.length in getMethodDescription()
154 ? superMethodDescriptions[methodId] in getMethodDescription()
155 : (methodId - superMethodDescriptions.length in getMethodDescription()
157 ? methodDescriptions[methodId - superMethodDescriptions.length] in getMethodDescription()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DITypeDescription.java59 IMethodDescription getMethodDescription(int methodId); in getMethodDescription() argument

Completed in 38 milliseconds