Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 190) sorted by relevance

12345678

/trunk/main/offapi/com/sun/star/frame/
H A DCommandGroup.idl41 /** specifies interal commands.
46 /** specifies application based commands.
51 /** specifies view specific commands.
61 /** specifies edit specific commands.
76 /** specifies math specific commands.
81 /** specifies navigate commands.
86 /** specifies insert commands.
101 /** specifies text specific commands.
106 /** specifies frame specific commands.
131 /** specifies special commands.
[all …]
H A DXDispatchInformationProvider.idl43 /** provides information about supported commands
47 supported commands. This interface is normally used by configuration
48 implementations to retrieve all supported commands.
70 /** returns additional information about supported commands of a
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DBuildEnvTools.java110 …public ProcessHandler runCommandsInEnvironmentShell(String[] commands, File workDir, int shortWait… in runCommandsInEnvironmentShell() argument
112 final String[] cmdLines = getCmdLinesWithCommand(commands); in runCommandsInEnvironmentShell()
154 private String[] getCmdLinesWithCommand(String[] commands) { in getCmdLinesWithCommand() argument
166 for (int i = 0; i < commands.length; i++) { in getCmdLinesWithCommand()
170 command += commands[i]; in getCmdLinesWithCommand()
H A DCwsDataExchangeImpl.java61 final String[] commands = in getModules() local
68 final ProcessHandler procHdl = bet.runCommandsInEnvironmentShell(commands, null, 20000); in getModules()
128 final String[] commands = in setUnoApiCwsStatus() local
133 bet.runCommandsInEnvironmentShell(commands, null, 5000); in setUnoApiCwsStatus()
/trunk/main/
H A Doowintool369 my @commands = ();
377 push @commands, $opt;
381 while (@commands) {
382 $opt = shift @commands;
389 my $dest = shift @commands;
/trunk/main/offapi/com/sun/star/ui/
H A DXAcceleratorConfiguration.idl106 <li>by a generic service, which can execute commands if a
158 by commands in general, so its not possible to validate it.
206 /** optimized function to map a list of commands to a corresponding
211 E.g. a sub menu is described by a list of commands - and the implementation of the menu
230 a list of commands
238 if at least one of the specified commands is empty.
256 This is an optimized method, which can perform removing of commands
259 all commands outside this container ...
H A DModuleUICommandDescription.idl37 /** a service which provides information about the user interface commands of
41 Every OpenOffice.org module has an amount of commands that can be used by
42 user interface elements. This service provides access to the user interface commands
51 /** provides access to user interface commands of an installed module.
68 …A complete list of user interface commands can be found inside the latest OpenOffice Developers Gu…
H A DUICommandDescription.idl37 /** a service which provides information about user interface commands of modules.
40 OpenOffice.org has an amount of commands that can be used by user interface
41 elements. This service provides access to the user interface commands that
50 /** provides access to user interface commands of the installed modules.
H A DUICategoryDescription.idl38 OpenOffice.org has an amount of commands that can be used by user
40 Categories makes it easier to handle to huge amount of commands
42 implementations which provides all commands to a user.
H A DModuleUICategoryDescription.idl41 Every OpenOffice.org module has an amount of commands that can be used by
43 commands that are part of a single OpenOffice.org module, like Writer
/trunk/main/cui/source/customize/
H A Dselector.cxx508 Sequence< frame::DispatchInformation > commands; in Init() local
511 commands = in Init()
519 if ( commands.getLength() == 0 ) in Init()
740 Sequence< frame::DispatchInformation > commands; in GroupSelected() local
743 commands = xDIP->getConfigurableDispatchInformation( in GroupSelected()
750 for ( sal_Int32 i = 0; i < commands.getLength(); i++ ) in GroupSelected()
752 if ( commands[i].Command.getLength() == 0 ) in GroupSelected()
759 OUString aCmdURL( commands[i].Command ); in GroupSelected()
790 aLabel = commands[i].Command; in GroupSelected()
/trunk/main/offapi/com/sun/star/sdbc/
H A DBatchUpdateException.idl40 provides the update counts for all commands
41 that were executed successfully during the batch update, that is, all commands
43 array of update counts corresponds to the order in which commands were added
H A DXBatchExecution.idl55 /** makes the set of commands in the current batch empty.
62 /** submits a batch of commands to the database for execution.
66 which commands were inserted into the batch.
H A DXPreparedBatchExecution.idl58 /** makes the set of commands in the current batch empty.
65 /** submits a batch of commands to the database for execution.
69 which commands were inserted into the batch.
/trunk/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java125 String[]commands = new String[] {"getCommandInfo", "getPropertySetInfo"}; in _execute() local
127 for (int j=0; j<commands.length; j++) { in _execute()
128 String commandName = commands[j]; in _execute()
/trunk/main/offapi/com/sun/star/ucb/
H A DXCommandInfo.idl44 /** provides access to information on a set of commands.
52 /** obtains information for all supported commands.
55 a sequence with information for all supported commands.
H A DContent.idl72 /** enables the caller to let the content execute commands.
77 <p>Typical commands are "open", "delete", "getPropertyValues" and
79 commands and properties. Also there is a set of predefined optionally
80 commands and properties. A content may define additional commands and
86 <h4>Mandatory commands</h4>
103 information on commands supported by a content.
173 <h4>Optional commands</h4>
945 respective commands "addProperty" and "removeProperty" instead.
961 /** can be used to notify commands removed from or added to the
966 available commands depends on the value of a property of the
H A DUniversalContentBroker.idl138 /** enables the caller to execute commands at the broker.
152 Requiered commands:
156 // information on commands supported by the Content Broker.
H A DXCommandProcessor.idl48 /** defines a processor for synchronous commands, which are executed in a
68 necessary to obtain a new id for each command, because commands are
/trunk/main/offapi/com/sun/star/animations/
H A DXCommand.idl47 See documentation of used application for commands.
53 for different commands and target combinations.
/trunk/main/offapi/com/sun/star/sdb/
H A DDefinitionContent.idl46 …<p>The following commands are commonly supported by the <type scope="com::sun::star::ucb">XCommand…
55 <p>Additional commands might be supported by derived services.</p>
/trunk/main/formula/inc/formula/
H A Dcompiler.hrc29 /*** Special commands ***/
30 #define SC_OPCODE_PUSH 0 /* internal commands */
36 #define SC_OPCODE_IF 6 /* jump commands */
/trunk/main/odk/examples/java/DocumentHandling/
H A DMakefile95 @echo Please use one of the following commands to execute the examples!
102 @echo The examples need parameters. Please use one the following commands to
/trunk/main/offapi/com/sun/star/form/control/
H A DInteractionGridControl.idl49 the following commands have, if supported, a defined meaning:
58 …<p>The following parameters may be passed when dispatching the commands above (as before, concrete…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java133 final String[] commands = getDmakeCommands(sUnoapi); in checkModule() local
135 final ProcessHandler procHdl = bet.runCommandsInEnvironmentShell(commands, fUnoapi, 0); in checkModule()

Completed in 73 milliseconds

12345678