Home
last modified time | relevance | path

Searched refs:callCommand (Results 1 – 5 of 5) sorted by relevance

/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java75 String tree = (String) caller.callCommand(Constant.RC_WinTree); in start()
138 caller.callCommand(Constant.RC_ActivateDocument, new Object[] { i + 1 }); in activateDoc()
147 caller.callCommand(Constant.RC_ResetApplication); in reset()
155 return (Boolean) caller.callCommand(Constant.RC_ExistsSysDialog); in existsSysDialog()
162 caller.callCommand(Constant.RC_CloseSysDialog); in closeSysDialog()
170 return (String) caller.callCommand(Constant.RC_GetClipboard); in getClipboard()
178 caller.callCommand(Constant.RC_SetClipboard, content); in setClipboard()
236 return (Integer) caller.callCommand(Constant.RC_GetDocumentCount); in getDocCount()
266 int result = (Integer) caller.callCommand(Constant.RC_WaitSlot, (int) time * 1000); in waitSlot()
H A DVclMenu.java58 return ((Long) app.caller.callCommand(Constant.RC_MenuGetItemCount)).intValue(); in getItemCount()
69 …long id = ((Long) app.caller.callCommand(Constant.RC_MenuGetItemId, new Object[] { new Integer(ind… in getItem()
H A DVclMenuItem.java92 return app.caller.callCommand(methodId, new Object[] { id }); in invoke()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java454 public synchronized Object callCommand(int methodId, Object... args) { in callCommand() method in CommandCaller
468 public synchronized Object callCommand(int methodId) { in callCommand() method in CommandCaller
469 return callCommand(methodId, (Object)null); in callCommand()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 50 milliseconds