Searched refs:commandName (Results 1 – 5 of 5) sorted by relevance
/trunk/main/ucb/qa/complex/tdoc/ |
H A D | _XCommandProcessor.java | 128 String commandName = commands[j]; in _execute() local 129 Command command = new Command(commandName, -1, null); in _execute() 133 log.println("executing command " + commandName); in _execute() 154 if (cmdInfo[i].Name.equals(commandName)) { in _execute() 181 log.println("Command '" + commandName + "' was not executed correctly."); in _execute() 226 String commandName = "globalTransfer"; in _abort() local 237 command = new Command(commandName, -1, arg); in _abort()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/ |
H A D | _XCommandProcessor.java | 116 String commandName = "getCommandInfo"; in _execute() local 117 Command command = new Command(commandName, -1, null); in _execute() 121 log.println("executing command " + commandName); in _execute() 142 if (cmdInfo[i].Name.equals(commandName)) { in _execute() 189 String commandName = "globalTransfer"; in _abort() local 200 command = new Command(commandName, -1, arg); in _abort()
|
/trunk/main/wizards/com/sun/star/wizards/db/ |
H A D | SQLQueryComposer.java | 336 for (CommandName commandName : composedCommandNames) in getComposedCommandByAliasName() 338 if (commandName.getAliasName().equals(_AliasName)) in getComposedCommandByAliasName() 340 return commandName; in getComposedCommandByAliasName() 351 for (CommandName commandName : composedCommandNames) in getComposedCommandByDisplayName() 353 if (commandName.getDisplayName().equals(_DisplayName)) in getComposedCommandByDisplayName() 355 return commandName; in getComposedCommandByDisplayName()
|
/trunk/main/odk/examples/DevelopersGuide/UCB/ |
H A D | Helper.java | 142 Object executeCommand( XInterface ifc, String commandName, Object argument ) in executeCommand() argument 158 command.Name = commandName; in executeCommand()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 2810 … for ( ::std::vector< ::rtl::OUString >::const_iterator commandName = aCommandNames.begin(); in restoreViewData() 2811 commandName != aCommandNames.end(); in restoreViewData() 2812 ++commandName in restoreViewData() 2815 const Any& rCommandValue = aCommandProperties.get( *commandName ); in restoreViewData() 2832 if ( commandName->equalsAscii( "ShowRuler" ) ) in restoreViewData() 2834 else if ( commandName->equalsAscii( "HelplinesMove" ) ) in restoreViewData() 2836 else if ( commandName->equalsAscii( "GridVisible" ) ) in restoreViewData() 2838 else if ( commandName->equalsAscii( "GridUse" ) ) in restoreViewData() 2840 else if ( commandName->equalsAscii( "ControlProperties" ) ) in restoreViewData() 2842 else if ( commandName->equalsAscii( "LastPropertyBrowserPage" ) ) in restoreViewData() [all …]
|
Completed in 67 milliseconds