Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 245) sorted by relevance

12345678910

/trunk/main/solenv/bin/
H A Dbuild_release.pl277 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 Doochkpatch.pl82 foreach my $argument (@ARGV)
84 print " Checking module ", $argument, "\n" if $verbose;
85 push @modules, $argument;
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx98 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()
/trunk/main/offapi/com/sun/star/sheet/
H A DXAddIn.idl96 /** 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 DFunctionArgument.idl33 /** 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.
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs844 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()
/trunk/main/oovbaapi/ooo/vba/
H A DXDocumentProperties.idl46 …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…
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcall.asm42 ; | argument 4 |
44 ; | argument 3, r9/xmm3 home | ^ shadow
46 ; | argument 2, r8/xmm2 home | | guaranteed to be present but uninitialized,
48 ; | argument 1, rdx/xmm1 home | | the first 4 parameters there from the registers,
50 ; | argument 0, rcx/xmm0 home | v
/trunk/main/stoc/test/registry_tdprovider/
H A Dtestregistrytdprovider.cxx100 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()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx124 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()
/trunk/main/offapi/com/sun/star/plugin/
H A DXPluginManager.idl85 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
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java838 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()
/trunk/main/icc/
H A DSampleICC-1.3.2.patch41 *) { { 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 …]
/trunk/main/offapi/com/sun/star/text/
H A DXFlatParagraph.idl118 when any argument is wrong.
137 when any argument is wrong.
159 when any argument is wrong.
178 when any argument is wrong.
/trunk/main/connectivity/source/commontools/
H A DRowFunctionParser.cxx373 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;
/trunk/main/testtools/
H A Dreadme.txt28 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
/trunk/main/udkapi/com/sun/star/bridge/oleautomation/
H A DNamedArgument.idl29 /** 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
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentProperties.idl233 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/>
/trunk/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl47 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
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DLocalHierarchyBrowser.idl62 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
/trunk/main/offapi/com/sun/star/awt/
H A DXDialogEventHandler.idl53 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 DXContainerWindowEventHandler.idl53 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,
/trunk/main/offapi/com/sun/star/configuration/
H A DAdministrationProvider.idl112 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
/trunk/main/testtools/source/bridgetest/
H A Dmulti.cxx50 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()
/trunk/main/offapi/com/sun/star/rdf/
H A DXDocumentMetadataAccess.idl343 If an InteractionHandler argument is given, it will be used for
360 if any argument is <NULL/>
389 if Storage argument is <NULL/>
410 if the argument does not contain a URL or Stream property
430 if the argument does not contain a URL or Stream property

Completed in 96 milliseconds

12345678910