/aoo4110/main/solenv/bin/ |
H A D | build_release.pl | 277 if ($argument =~ /^-/) 279 if ($argument eq "-j") 283 elsif ($argument eq "-u") 288 elsif ($argument eq "-k") 292 elsif ($argument eq "-l") 296 elsif ($argument eq "-ld") 301 elsif ($argument eq "-o") 305 elsif ($argument eq "-n") 309 elsif ($argument eq "-d") 315 printf STDERR "unknown option $argument %s\n", $argument; [all …]
|
H A D | oochkpatch.pl | 82 foreach my $argument (@ARGV) 84 print " Checking module ", $argument, "\n" if $verbose; 85 push @modules, $argument;
|
/aoo4110/main/stoc/test/tdmanager/ |
H A D | testtdmanager.cxx | 98 void assertTrue(bool argument) { in assertTrue() argument 99 if (!argument) { in assertTrue() 101 << "assertTrue(" << argument << ") failed" << std::endl; in assertTrue() 106 void assertFalse(bool argument) { in assertFalse() argument 107 if (argument) { in assertFalse() 109 << "assertFalse(" << argument << ") failed" << std::endl; in assertFalse() 114 template< typename T > void assertEqual(T const & value, T const & argument) { in assertEqual() argument 115 if (argument != value) { in assertEqual() 117 << "assertEqual(" << value << ", " << argument << ") failed" in assertEqual()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XAddIn.idl | 96 /** returns the user-visible name of the specified argument. 98 <p>The argument name is shown to the user when prompting for 106 the index of the argument (0-based). 109 the user-visible name of the specified argument. 117 /** returns the description of the specified argument. 119 <p>The argument description is shown to the user when prompting 127 the index of the argument (0-based). 130 the description of the specified argument.
|
H A D | FunctionArgument.idl | 33 /** contains the description of a single argument within a spreadsheet 42 /** the name of the argument. 48 /** a description of the argument. 54 /** determines whether the argument is optional.
|
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_cs_testobj.cs | 844 private static void checkEqual(int value, int argument) { in checkEqual() argument 845 if (argument != value) { in checkEqual() 846 throw new CheckFailed(value + " != " + argument); in checkEqual() 850 private static void checkEqual(double value, double argument) { in checkEqual() argument 851 if (argument != value) { in checkEqual() 852 throw new CheckFailed(value + " != " + argument); in checkEqual() 856 private static void checkEqual(string value, string argument) { in checkEqual() argument 857 if (argument != value) { in checkEqual() 858 throw new CheckFailed(value + " != " + argument); in checkEqual()
|
/aoo4110/main/oovbaapi/ooo/vba/ |
H A D | XDocumentProperties.idl | 46 …the container document. If this argument is True, the LinkSource argument is required; if it's Fal… 50 …* The value is converted to match the data type specified by the type argument, if it can't be con… 51 …* If LinkToContent is True, the Value argument is ignored and the new document property is assigne…
|
/aoo4110/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 100 void assertTrue(bool argument) { in assertTrue() argument 101 if (!argument) { in assertTrue() 103 << "assertTrue(" << argument << ") failed" << std::endl; in assertTrue() 108 void assertFalse(bool argument) { in assertFalse() argument 109 if (argument) { in assertFalse() 111 << "assertFalse(" << argument << ") failed" << std::endl; in assertFalse() 116 template< typename T > void assertEqual(T const & value, T const & argument) { in assertEqual() argument 117 if (argument != value) { in assertEqual() 119 << "assertEqual(" << value << ", " << argument << ") failed" in assertEqual()
|
/aoo4110/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 124 virtual bool next(rtl::OUString * argument) { return next(argument, true); } in next() argument 127 virtual bool next(rtl::OUString * argument, bool prefix) { in next() argument 128 OSL_ASSERT(argument != NULL); in next() 164 &argument->pData, b2.getStr(), b2.getLength(), in next() 184 ByteString * arguments, char prefix, rtl::OUString const & argument) in addArgument() argument 187 if (!argument.convertToString( in addArgument()
|
/aoo4110/main/offapi/com/sun/star/plugin/ |
H A D | XPluginManager.idl | 85 argument name list provided to plugin 87 argument value list provided to plugin 107 argument name list provided to plugin 109 argument value list provided to plugin
|
/aoo4110/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 838 private static void checkEqual(int value, int argument) in checkEqual() argument 841 if (argument != value) { in checkEqual() 842 throw new CheckFailed(value + " != " + argument); in checkEqual() 846 private static void checkEqual(double value, double argument) in checkEqual() argument 849 if (argument != value) { in checkEqual() 850 throw new CheckFailed(value + " != " + argument); in checkEqual() 854 private static void checkEqual(String value, String argument) in checkEqual() argument 857 if (!argument.equals(value)) { in checkEqual() 858 throw new CheckFailed(value + " != " + argument); in checkEqual()
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | XFlatParagraph.idl | 118 when any argument is wrong. 137 when any argument is wrong. 159 when any argument is wrong. 178 when any argument is wrong.
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | RowFunctionParser.cxx | 373 argument = in definition() 385 unaryFunction >> ch_p('=') >> argument in definition() 407 BOOST_SPIRIT_DEBUG_RULE(argument); in definition() 424 ::boost::spirit::rule< ScannerT > integer,argument;
|
/aoo4110/main/testtools/ |
H A D | readme.txt | 28 Start a modified bridgetest_server (with the final "--singleaccept" argument 30 the final "singleaccept" argument replaced with "multi" in the java executable 31 call), then start a modified bridgetest_client (with a final "stress" argument
|
/aoo4110/main/icc/ |
H A D | SampleICC-1.3.2.patch | 41 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 42 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 114 - Contains: Utility functions to handle common argument-checking tasks, in a 392 - << " The argument should be " << description << "."; 408 - << " The argument should be " << description << "."; 421 - << " The argument should be " << description << "."; 428 - << " The argument should be " << description << "."; 721 + << " The argument should be " << description << "."; 737 + << " The argument should be " << description << "."; 750 + << " The argument should be " << description << "."; [all …]
|
/aoo4110/main/udkapi/com/sun/star/bridge/oleautomation/ |
H A D | NamedArgument.idl | 29 /** represents a named argument in a call to a method of an Automation object. 45 /** The name of the argument, for which 50 /** The value of the argument whoose name is the one as contained in the
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | LocalHierarchyBrowser.idl | 62 so argument <code>LayerDataUrl</code> should not be specified. 67 so argument <code>SchemaDataUrl</code> should not be specified. 72 <li>if this argument is not provided, the default is to
|
/aoo4110/main/offapi/com/sun/star/chart2/data/ |
H A D | TabularDataProviderArguments.idl | 47 this property as argument to 73 <p>If this property is not given as argument it is assumed to 88 <p>If this property is not given as argument it is assumed to 137 <p>This argument is supported by Spreadsheets in order to be
|
/aoo4110/main/offapi/com/sun/star/document/ |
H A D | XDocumentProperties.idl | 233 if argument is negative 268 if argument is negative 281 if argument is negative 344 if argument is <NULL/> 396 of the given <type>Storage</type> argument. 412 if argument is <NULL/>
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XDialogEventHandler.idl | 53 The implementation must be aware that the EventObject argument contains types 55 argument. In this case the method should simply return false. 78 if the implementation of the method, which is determined by the argument MethodName,
|
H A D | XContainerWindowEventHandler.idl | 53 The implementation must be aware that the EventObject argument contains types 55 argument. In this case the method should simply return false. 79 if the implementation of the method, which is determined by the argument MethodName,
|
/aoo4110/main/testtools/source/bridgetest/ |
H A D | multi.cxx | 50 template< typename T > void checkEqual(T const & value, T const & argument) { in checkEqual() argument 51 if (argument != value) { in checkEqual() 53 s << value << " != " << argument; in checkEqual()
|
/aoo4110/main/offapi/com/sun/star/configuration/ |
H A D | AdministrationProvider.idl | 112 accessed starting from the returned object. Each element of the argument 123 accept a single argument named <code>nodepath</code> of type <atom>string</atom>. 124 This argument must contain the absolute path to an element of the 149 This behavior can be requested explicitly by specifing a special argument
|
/aoo4110/main/wizards/com/sun/star/wizards/web/status/ |
H A D | ErrorLog.java | 54 public Object argument; field in ErrorLog.Err 60 argument = arg; in Err()
|
/aoo4110/main/offapi/com/sun/star/ui/ |
H A D | XUIElementFactory.idl | 77 characters for type and name. This argument must not be empty to 93 configuration manager. This argument is <b>mandatory</b> to 103 optional argument. The default value is <TRUE/>.</li>
|