Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/AOO41X/main/postprocess/rebase/
H A Drebase.pl193 my $command = "rebase " . $options_string;
195 $command = $ENV{WRAPCMD} . " " . $command;
197 $command =~ s/-C /-i /;
198 $command =~ s/-d//;
199 $command =~ s/-b $options_hash{'b'}//;
205 $command .= "\@$fname";
207 if ( "$^O" eq "cygwin" ) { $command =~ s/\\/\\\\/g; }
208 print "\n$command\n";
209 open( COMMAND, "$command 2>&1 |") or die "Error: Can't execute $command\n";
255 my $command = "rebase ";
[all …]
/AOO41X/main/autodoc/source/exes/adc_uni/
H A Dadc_cl.cxx253 pSinceTransformator(new command::SinceTagTransformationData), in CommandLine()
348 if ( *it == command::C_opt_Verbose ) in do_Init()
350 else if ( *it == command::C_opt_LangAll in do_Init()
351 OR *it == command::C_opt_Name in do_Init()
352 OR *it == command::C_opt_DevmanFile ) in do_Init()
354 else if (*it == command::C_opt_CreateHtml) in do_Init()
356 else if (*it == command::C_opt_SinceFile) in do_Init()
358 else if (*it == command::C_opt_ExternNamespace) in do_Init()
364 throw command::X_CommandLine( in do_Init()
369 else if (*it == command::C_opt_ExternRoot) in do_Init()
[all …]
H A Dcmd_run.cxx46 namespace command namespace
82 command::Parse::ProjectIterator in Perform()
84 for ( command::Parse::ProjectIterator it = rCommand.ProjectsBegin(); in Perform()
97 case command::S_LanguageInfo::idl: in Perform()
102 case command::S_LanguageInfo::cpp: in Perform()
277 inline const command::S_LanguageInfo &
278 CommandRunner::Get_ProjectLanguage( const command::Parse & i_rCommand,
279 const command::S_ProjectData & i_rProject )
334 const command::Parse &
353 command::Parse::ProjectIterator itEnd = rCmd.ProjectsEnd();
[all …]
/AOO41X/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java81 final String command; field in SDBCReportDataFactory.RowSetProperties
84 …ties(final Boolean escapeProcessing, final int commandType, final String command, final String fil… in RowSetProperties() argument
88 this.command = command; in RowSetProperties()
116 … if ((this.command == null) ? (other.command != null) : !this.command.equals(other.command)) in equals()
133 hash = 59 * hash + (this.command != null ? this.command.hashCode() : 0); in hashCode()
177 … public DataSource queryData(final String command, final Map parameters) throws DataSourceException in queryData() argument
181 if (command == null) in queryData()
205 …erties rowSetProps = new RowSetProperties(escapeProcessing, commandType, command, filter, maxRows); in queryData()
210 if (command.length() != 0) in queryData()
238 …private String getOrderStatement(final int commandType, final String command, final List groupExpr… in getOrderStatement() argument
[all …]
/AOO41X/main/offapi/com/sun/star/ucb/
H A DXCommandProcessor.idl64 /** creates a unique identifier for a command.
66 <p>This identifier can be used to abort the execution of the command
68 necessary to obtain a new id for each command, because commands are
69 executed synchronously. So the id for a command is valid again after a
70 command previously associated with this id has finished. In fact you
72 command executed by that thread.</p>
86 a command identifier.
91 /** executes a command.
93 <p>Common command definitions can be found in the soecification of the
97 is the command to execute.
[all …]
H A DXCommandInfo.idl60 /** returns information for a specific command.
63 the information for the requested command.
66 specifies the name of the requested command.
69 if the command is not supported.
75 /** returns information for a specific command.
78 the information for the requested command.
81 specifies the handle of the requested command.
84 if the command is not supported.
90 /** checks whether a command specific is supported.
93 <TRUE/> if a command with the specified name is supported;
[all …]
H A DContent.idl102 <td>This command obtains an interface which allows to query
110 <td>This command obtains an interface which allows to query
118 <td>This command obtains property values from the content.
131 <td>This command sets property values of the content.
136 <p>This command returns a sequence< any > which has exactly the same number
141 command argument, and so on. The exceptions will never be passed to
189 For <b>folder</b> objects, this command will return an
198 The implementation of the open command MUST support all these modes!
218 The exceution must be aborted by the implementation of this command
248 <p>The exceution must be aborted by the implementation of this command
[all …]
/AOO41X/main/offapi/com/sun/star/ui/
H A DXAcceleratorConfiguration.idl90 Such key event can be mapped to its bound command,
101 /** return the registered command for the specified key event.
114 the key event, where the registered command is searched for.
116 @return The registered command for the specified key event.
126 /** modify or create a key - command - binding.
130 configuration access, it will be created and the command will be
135 If the specified key event already exists, its command will
136 be overwritten with the new command. There is no warning nor any error
153 the new command for the specified key event.
165 /** remove a key-command-binding from this configuration set.
[all …]
H A DXImageManager.idl66 replace and remove images assocations to command URLs.
84 /** retrieves the list of command URLs which have images associated.
90 all command URLs within the images manager that have an image
95 /** determines if a command URL has an associated image.
101 a command URL that should be checked for an associated image.
108 /** retrieves the associated images of command URLs.
114 a sequence of command URLs for which the images are requested.
118 provided command URLs. If an unknown command URL is provided or
119 a command URL has no associated image a graphics object with an
121 <var>aCommandURLSequence</var> contains an invalid command
[all …]
/AOO41X/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl457 my ( $name, $command, $p1, $p2, $p3 ) = @_;
459 my $result = $command;
479 my $command = $1;
497 if ( $command eq "+-" ) {
504 elsif ( $command eq "*/" ) {
568 elsif ( $command eq "+/" ) {
574 elsif ( $command eq "?:" ) {
578 elsif ( $command eq "sin" || $command eq "cos" ) {
592 insert_formula_params( $name, $command, $p1, $p2, "" );
595 elsif ( $command eq "abs" ) {
[all …]
/AOO41X/main/toolkit/src2xml/source/
H A Dsrclexer.py264 command, define, buf = '', '', ''
277 if len(buf) > 0 and len(command) == 0:
278 command = buf
286 if len(command) == 0:
287 command = buf
292 if len(buf) > 0 and len(command) == 0:
293 command = buf
300 if command == 'define':
302 elif command == 'include':
304 elif command == 'ifdef':
[all …]
/AOO41X/main/solenv/bin/
H A Dcws.pl94 my ($command, $args_ref, $options_ref) = parse_command_line();
95 dispatch_command($command, $args_ref, $options_ref);
126 my $command = shift @ARGV;
128 if (!exists $valid_commands_hash{$command}) {
129 print_error("Unkown command: '$command'\n");
134 if ($command eq 'h' || $command eq '?') {
135 $command = 'help';
137 elsif ($command eq 'f') {
138 $command = 'fetch';
140 elsif ($command eq 'q') {
[all …]
H A Dbuild_release.pl261 my $command = undef;
319 elsif ( ! defined $command)
321 $command = $argument;
322 if ($command eq "build-missing")
324 $command = "build";
327 elsif ($command !~ /^(build|build-missing|upload|wiki)$/)
329 printf STDERR "unknown command '%s'\n", $command;
348 if (! defined $command)
353 elsif ($command =~ /^(wiki)$/)
368 'command' => $command,
[all …]
H A Dslfl.pl134 $shortcommand = lc $command ;
153 $command = shift(@params);
155 while ( $command =~ /^-/ )
157 if ( $command eq "-dbg" ) {
160 elsif ( $command eq "-ldbg" ) {
164 $command = shift(@params);
167 if ( (defined $debug_light) or (defined $debug) ) { print( STDERR "Command: $command\n" ); }
170 …or (defined $debug) ) { print(STDERR "\n---------------------\nExecute: $command @params\n--------…
171 exec( "$command", @params) or die( "\nError: slfl.pl: executing $command failed!\n" );
H A Dguw.pl268 $shortcommand = lc $command ;
328 $command = shift(@params);
329 while ( $command =~ /^-/ )
331 if ( $command eq "-env" )
336 $command = shift(@params);
338 if ( (defined $debug_light) or (defined $debug) ) { print( STDERR "Command: $command\n" ); }
341 …or (defined $debug) ) { print(STDERR "\n---------------------\nExecute: $command @params\n--------…
342 exec( "$command", @params) or die( "\nError: guw.pl: executing $command failed!\n" );
/AOO41X/main/solenv/bin/modules/installer/patch/
H A DFileOperations.pm128 my $command = $operation->[0];
130 if ($command eq "copy")
152 elsif ($command eq "mkdir")
164 elsif ($command eq "compress")
173 elsif ($command eq "uncompress")
193 push @error_messages, sprintf("unknown operation %s", $command);
232 my $command = $operation->[0];
234 if ($command eq "copy")
248 elsif ($command eq "mkdir")
267 elsif ($command eq "compress")
[all …]
/AOO41X/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java47 Command command = driver.parseArgs(args); in main() local
81 if (command == null) in main()
85 command.execute(); in main()
156 GenerateCommand command; in parseArgs()
159 command = new GenerateCommand(args[i++]); in parseArgs()
161 command = new GenerateCommand(System.getProperty("user.dir")); in parseArgs()
165 command.setLanguage(args[++i]); in parseArgs()
168 command.addProperty(args[++i]); in parseArgs()
171 command.setVerbose(); in parseArgs()
174 command.addScript(args[i]); in parseArgs()
[all …]
/AOO41X/main/qadevOOo/runner/stats/
H A DSQLExecution.java131 public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput) in executeSQLCommand() argument
133 return executeSQLCommand(command, sqlInput, sqlOutput, false); in executeSQLCommand()
145 …public boolean executeSQLCommand(String command, Hashtable sqlInput, Hashtable sqlOutput, boolean … in executeSQLCommand() argument
161 StringTokenizer token = new StringTokenizer(command, " "); in executeSQLCommand()
190 … + command + "'\n has not the same value count as the keys before."); in executeSQLCommand()
218 + command + "'\n does not exist in the input values."); in executeSQLCommand()
262 private void execute(String command, Hashtable output, boolean update) { in execute() argument
264 System.out.println("Debug - SQLExecution - execute Command: " + command); in execute()
268 mStatement.executeUpdate(command); in execute()
272 ResultSet sqlResult = mStatement.executeQuery(command); in execute()
/AOO41X/main/scripting/workben/installer/
H A DRegister.java43 ExecCmd command = new ExecCmd(); in regSingletons() local
48 command.exec( "chmod a+x " + progPath + "regsingleton", null ); in regSingletons()
50 goodResult = command.exec( regCmd, env ); in regSingletons()
55 goodResult = command.exec( regCmd,null ); in regSingletons()
82 ExecCmd command = new ExecCmd(); in register() local
100 goodResult = command.exec("chmod a+x " + progpath + "pkgchk", null ); in register()
106 goodResult = command.exec(cmd, env); in register()
114 goodResult =command.exec(cmd,null); in register()
/AOO41X/main/epm/
H A Depm-3.7.patch8 +void cr2semicolon(char *command)
11 + len=strlen(command);
13 + if(*(command+i)=='\n') *(command+i)=';';
40 + cr2semicolon(c->command);
41 fprintf(fp, "@exec %s\n", c->command);
44 + cr2semicolon(c->command);
45 fprintf(fp, "@unexec %s\n", c->command);
183 + char command[1024];
185 + snprintf(command, sizeof(command), "du -k -s %s", directory);
186 + fp = popen(command, "r");
[all …]
/AOO41X/main/offapi/com/sun/star/frame/
H A DXUIControllerRegistration.idl40 A user interface controller can be registered for a command URL. A certain user
42 registered command URL.
53 for a command URL and optional module.
56 true if a controller was registered for the combination of command URL
60 a command URL which specifies an action.
69 and a command URL and optional module.
72 a command URL which specifies an action which shoudl be associated with a user
86 implementation and a command URL and optional module.
89 a command URL which specifies an action which shoudl be associated with a user
/AOO41X/main/qadevOOo/runner/helper/
H A DBuildEnvTools.java164 String command = ""; in getCmdLinesWithCommand() local
167 command += seperator; in getCmdLinesWithCommand()
169 command += commands[i]; in getCmdLinesWithCommand()
176 command = envSet + command; in getCmdLinesWithCommand()
177 cmdLines = new String[]{mShell, "--login", "-c", "\"" + command + "\""}; in getCmdLinesWithCommand()
179 cmdLines = new String[]{mShell, "/C", "\"" + command + "\""}; in getCmdLinesWithCommand()
182 cmdLines = new String[]{mShell, "-c", command}; in getCmdLinesWithCommand()
/AOO41X/main/scp2/source/writer/
H A Dregistryitem_writer.scp337 Subkey = "soffice.StarWriterDocument.6\shell\new\command";
344 Subkey = "soffice.StarWriterDocument.6\shell\open\command";
351 Subkey = "soffice.StarWriterDocument.6\shell\print\command";
358 Subkey = "soffice.StarWriterDocument.6\shell\printto\command";
406 Subkey = "soffice.StarWriterGlobalDocument.6\shell\new\command";
413 Subkey = "soffice.StarWriterGlobalDocument.6\shell\open\command";
420 Subkey = "soffice.StarWriterGlobalDocument.6\shell\print\command";
427 Subkey = "soffice.StarWriterGlobalDocument.6\shell\printto\command";
477 Subkey = "soffice.StarWriterTemplate.6\shell\new\command";
483 Subkey = "soffice.StarWriterTemplate.6\shell\open\command";
[all …]
/AOO41X/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsContent.java96 Command command = new Command(); in checkTransientDocumentsContent() local
97 command.Name = "getPropertySetInfo"; in checkTransientDocumentsContent()
98 command.Handle = -1; in checkTransientDocumentsContent()
101 Object result = xCommandProcessor.execute(command, 0, null); in checkTransientDocumentsContent()
116 command.Name = "getPropertyValues"; in checkTransientDocumentsContent()
117 command.Handle = -1; in checkTransientDocumentsContent()
122 command.Argument = prop; in checkTransientDocumentsContent()
125 result = xCommandProcessor.execute(command, 0, null); in checkTransientDocumentsContent()
/AOO41X/main/offapi/com/sun/star/sdb/tools/
H A DXConnectionTools.idl88 /** get fields for a result set given by a "command descriptor"
90 <p>A command descriptor here means:
101 @param command
121 [in] string command,
125 /** get the composer initialized with a command and command type.
129 @param command
133 the composer filled with command and command type.
135 …:sun::star::sdb::XSingleSelectQueryComposer getComposer([in] long commandType,[in] string command);

12345678910>>...16