Home
last modified time | relevance | path

Searched refs:arguments (Results 26 – 50 of 319) sorted by relevance

12345678910>>...13

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DPendingRequests.java54 boolean internal, IMethodDescription function, Object[] arguments) in Item() argument
58 this.arguments = arguments; in Item()
63 public final Object[] arguments; field in PendingRequests.Item
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DResourceBasedEventLogger.java57 public boolean log(int logLevel, int messageResID, Object... arguments) { in log() argument
59 return impl_log(logLevel, null, null, loadStringMessage(messageResID), arguments); in log()
71 public boolean logp(int logLevel, int messageResID, Object... arguments) { in logp() argument
74 …gLevel, caller.getClassName(), caller.getMethodName(), loadStringMessage(messageResID), arguments); in logp()
/trunk/main/offapi/com/sun/star/configuration/
H A DAdministrationProvider.idl57 <type scope="com::sun::star::lang">ServiceManager</type>. The arguments passed to
106 <p>The arguments passed to
118 <p>What combinations of arguments are supported depends on the service name
132 <p>Other arguments can be used to select a more specific entity and to control
138 <p>An implementation may ignore unknown arguments.</p>
155 used with no further arguments support this method. It should return the
158 had been called using an empty sequence of arguments.
/trunk/main/unodevtools/source/skeletonmaker/
H A Dskeletonjava.hxx37 std::vector< rtl::OString > const & arguments,
50 std::vector< rtl::OString > const & arguments);
55 std::vector< rtl::OString > const & arguments);
98 std::vector< rtl::OString > const & arguments,
H A Dskeletoncpp.hxx44 std::vector< rtl::OString > const & arguments,
58 std::vector< rtl::OString > const & arguments);
65 std::vector< rtl::OString > const & arguments);
115 std::vector< rtl::OString > const & arguments,
H A Dskeletoncommon.cxx113 std::vector< OString > * arguments) in decomposeResolveAndCheck()
117 typeClass, name, rank, arguments); in decomposeResolveAndCheck()
118 for ( std::vector< OString >::iterator i(arguments->begin()); in decomposeResolveAndCheck()
119 i != arguments->end(); ++i ) in decomposeResolveAndCheck()
494 std::vector< OString > arguments; in checkAddinType() local
496 manager, type, true, true, true, &typeClass, &name, &rank, &arguments); in checkAddinType()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DDataImporter.idl47 <p> The source and destination repositories are selected by arguments
50 The names and meanings of such arguments depend on
51 the implementation. Each implementation must document such arguments.
65 <p> The following arguments to
68 a failure to support any of these arguments:
/trunk/main/solenv/bin/
H A Dbuild_release.pl259 my @arguments = @_;
274 while (scalar @arguments > 0)
276 my $argument = shift @arguments;
281 $max_process_count = shift @arguments;
285 $upload_destination = shift @arguments;
303 $output_filename = shift @arguments;
307 $max_upload_count = shift @arguments;
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx70 run(css::uno::Sequence< rtl::OUString > const & arguments)
125 sal_Int32 Service::run(css::uno::Sequence< rtl::OUString > const & arguments) in run() argument
143 OSL_ASSERT( arguments.getLength() > 0 ); in run()
146 for ( sal_Int32 argPos = 0; argPos < arguments.getLength(); ++argPos ) { in run()
149 arguments[argPos].pData, &url.pData ) ); in run()
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatch.idl78 was explicitly queried. Additional arguments ("'#..." or "?...") are allowed.
85 optional arguments for this request.
120 was explicitly queried. Additional arguments ("#..." or "?...") will be ignored.
128 the URL (without additional arguments) the listener wishes to be registered for.
146 Additional arguments ("#..." or "?...") will be ignored.
/trunk/main/offapi/com/sun/star/script/vba/
H A DXVBAEventProcessor.idl49 Additional arguments needed to identify some event handlers, e.g. a
70 The input arguments needed to create the argument list of the VBA
79 arguments do not conform to the arguments expected by the specified
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfo.java128 Object[] arguments = { this }; in ConverterInfo() local
129 piPluginFactory = ( PluginFactory ) construct.newInstance(arguments); in ConverterInfo()
203 Object[] arguments = { this }; in ConverterInfo() local
204 piPluginFactory = ( PluginFactory ) construct.newInstance(arguments); in ConverterInfo()
/trunk/main/offapi/com/sun/star/ucb/
H A DXParameterizedContentProvider.idl45 templates and supplementary arguments.
54 arguments.
59 @param Arguments Any supplementary arguments required by this
91 @param Arguments Any supplementary arguments required by this
H A DInteractiveAugmentedIOException.idl36 /** An input/output error with arguments.
41 /** Additional arguments.
44 for a description of well-known arguments.</P>
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src48 * arguments following. Or PAIRED_VAR_ARGS if variable number of
50 * parameters and variable paired arguments following.
62 * arguments can't be suppressed!
2640 Text [ en-US ] = "Returns TRUE if all arguments are TRUE." ;
2785 Text [ en-US ] = "Returns the sum of all arguments." ;
2809 Text [ en-US ] = "Returns the sum of the squares of the arguments." ;
2833 Text [ en-US ] = "Multiplies the arguments." ;
2857 Text [ en-US ] = "Totals the arguments that meet the conditions." ;
2898 Text [ en-US ] = "Averages the arguments that meet the conditions." ;
4865 Text [ en-US ] = "Returns the maximum value in a list of arguments." ;
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XNotifyingDispatch.java84 PropertyValue[] arguments = null; field in _XNotifyingDispatch
98 arguments = (PropertyValue[]) in before()
111 oObj.dispatchWithNotification(url, arguments, notificationListener); in _dispatchWithNotification()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java480 ArrayList<String> arguments = new ArrayList<String>(); in parseCommandLine() local
508 arguments.add(current.toString()); in parseCommandLine()
518 arguments.add(current.toString()); in parseCommandLine()
519 return arguments.toArray(new String[arguments.size()]); in parseCommandLine()
/trunk/main/codemaker/source/codemaker/
H A Dunotype.cxx61 std::vector< rtl::OString > * arguments) in decompose()
71 sal_Int32 j = arguments == 0 ? -1 : type.indexOf('<', i); in decompose()
94 arguments->push_back(type.copy(k, l - k)); in decompose()
/trunk/main/bridges/test/java_uno/acquire/
H A DTestAcquire.java40 public static void main(String[] arguments) throws Exception { in main() argument
46 if (arguments[0].equals("client")) { in main()
47 execClient(context, arguments[1]); in main()
49 execServer(context, arguments[1]); in main()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx184 ByteString * arguments, char prefix, rtl::OUString const & argument) in addArgument() argument
194 *arguments += prefix; in addArgument()
199 *arguments += "\\0"; in addArgument()
202 *arguments += "\\,"; in addArgument()
205 *arguments += "\\\\"; in addArgument()
208 *arguments += c; in addArgument()
/trunk/main/udkapi/com/sun/star/lang/
H A DXMain.idl43 line arguments.
50 arguments passed to the component,
51 i.e. the command line arguments
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDataProvider.idl52 same arguments must return a valid XDataSequence object. If
79 unable to interpret the arguments passed in
90 <member>createDataSource</member>, the arguments returned here
93 is ambiguous, the returned arguments should be empty. </p>
/trunk/main/extensions/source/propctrlr/
H A Ddefaulthelpprovider.cxx133 StlSyntaxSequence< Any > arguments( _arguments ); in initialize() local
134 if ( arguments.size() == 1 ) in initialize()
136 Reference< XObjectInspectorUI > xUI( arguments[0], UNO_QUERY ); in initialize()
/trunk/main/offapi/com/sun/star/presentation/
H A DXPresentation2.idl54 to start a presentation with arguments.
74 /** start the slideshow with the given arguments.
75 All arguments overide the values from <service>Presentation</service>
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java402 PropertyValue[] arguments = new PropertyValue[1]; in getJavaDriverClassPath() local
403 arguments[0] = new PropertyValue(); in getJavaDriverClassPath()
404 arguments[0].Name = "nodepath"; in getJavaDriverClassPath()
405 arguments[0].Value = "/org.openoffice.Office.DataAccess/JDBC/DriverClassPaths"; in getJavaDriverClassPath()
408 "com.sun.star.configuration.ConfigurationAccess", arguments); in getJavaDriverClassPath()

Completed in 101 milliseconds

12345678910>>...13