Home
last modified time | relevance | path

Searched refs:arguments (Results 101 – 125 of 319) sorted by relevance

12345678910>>...13

/trunk/main/offapi/com/sun/star/sdb/application/
H A DXDatabaseDocumentUI.idl257 additional arguments which are passed to the to-be-loaded component.</p>
259 <p>The meaning of the arguments is defined at the service which is effectively
292 additional arguments which are passed to the to-be-loaded component.</p>
294 <p>The meaning of the arguments is defined at the service which is effectively
/trunk/main/udkapi/com/sun/star/reflection/
H A DXStructTypeDescription.idl78 Returns the type arguments of an instantiated polymorphic struct type.
80 @return a sequence of all type arguments, in the correct order; for a
/trunk/main/offapi/com/sun/star/task/
H A DXAsyncJob.idl66 …are arguments for executing the job. Their semantics is completely implementation dependent. Usual…
76 if some of given arguments doesn't fill out the service specification or
H A DXJob.idl60 …are arguments for executing the job. Their semantics is completely implementation dependent. Usual…
77 if some of given arguments doesn't fill out the service specification or
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DAccessBridge.java153 public void initialize(java.lang.Object[] arguments) { in initialize() argument
158 XExtendedToolkit.class), arguments[0]); in initialize()
/trunk/main/udkapi/com/sun/star/script/
H A DXEngine.idl79 <p>The arguments given in <var>aArgs</var> can be ignored by
89 <p>The arguments given in <var>aArgs</var> can be ignored by
/trunk/main/offapi/com/sun/star/sheet/
H A DXFunctionAccess.idl59 the arguments for the function call.
109 if the function can not be called with these arguments.
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentHelper.java309 …public XInterface createInstanceWithArguments( String serviceSpecifier, Object[] arguments ) throw… in createInstanceWithArguments() argument
313 return (XInterface) xORB.createInstanceWithArguments( serviceSpecifier, arguments ); in createInstanceWithArguments()
/trunk/main/offapi/com/sun/star/setup/
H A DProductRegistration.idl80 <p>At the moment, there is no specification about how to use the arguments given in the
82 descriptions, so to keep your implementation compatible, you should not use these arguments.</p>
/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java229 public void addArgs(String... arguments) { in addArgs() argument
230 for (String a : arguments) in addArgs()
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatchRecorder.idl94 optional arguments for the command URL
115 optional arguments for the command URL
H A DToolbarController.idl83 /** used to initialize a component with required arguments.
85 A toolbar controller needs at least three additional arguments
H A DXModel2.idl112 /** creates a new view instance classified by the specified name and arguments.
124 arguments used for creation
/trunk/main/offapi/com/sun/star/util/
H A DURL.idl64 /** contains the URL without a mark and without arguments, for example,
112 /** contains the arguments part of the URL, for example, "a=b"
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx446 Sequence< Any > const & arguments )
550 Sequence< Any > const & arguments ) in initialize()
561 arguments[ 0 ] >>= userId; in initialize()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java314 private int arguments() throws FormulaParsingException { in arguments() method in FormulaParser
373 int numArgs = arguments(); in ident()
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java315 …public XInterface createInstanceWithArguments( String serviceSpecifier, Object[] arguments ) throw… in createInstanceWithArguments() argument
318 return (XInterface) xORB.createInstanceWithArguments( serviceSpecifier, arguments ); in createInstanceWithArguments()
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java297 Object[] arguments) in writeRequest() argument
300 return protocol.writeRequest(oid, type, function, tid, arguments); in writeRequest()
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx853 Sequence<Any> arguments (1); in PyUNO_new_UNCHECKED() local
861 arguments[0] <<= targetInterface; in PyUNO_new_UNCHECKED()
864 tmp_interface = ssf->createInstanceWithArguments (arguments); in PyUNO_new_UNCHECKED()
/trunk/main/basic/source/classes/
H A Dsb.src335 Text [ en-US ] = "Named arguments are not supported by given object." ;
351 Text [ en-US ] = "Invalid number of arguments." ;
383 Text [ en-US ] = "Invalid number of arguments." ;
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java393 …public XInterface createInstanceWithArguments( String serviceSpecifier, Object[] arguments ) throw… in createInstanceWithArguments() argument
397 return (XInterface) xORB.createInstanceWithArguments( serviceSpecifier, arguments ); in createInstanceWithArguments()
/trunk/main/offapi/com/sun/star/ui/
H A DXUIElementFactory.idl85 The following arguments are supported:
115 if it cannot create a user interface element with the provided arguments.
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentRecovery.idl71 contains additional arguments for the save process, for instance an StatusIndicator.
105 contains additional arguments for the load process, for instance an StatusIndicator.
/trunk/main/offapi/com/sun/star/embed/
H A DXStorage2.idl74 one of provided arguments is illegal
131 one of provided arguments is illegal
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx336 StlSyntaxSequence< Any > arguments( _arguments ); in initialize() local
337 if ( arguments.empty() ) in initialize()
344 if ( arguments.size() == 1 ) in initialize()
346 if ( !( arguments[0] >>= xModel ) ) in initialize()

Completed in 94 milliseconds

12345678910>>...13