Home
last modified time | relevance | path

Searched refs:arguments (Results 76 – 100 of 319) sorted by relevance

12345678910>>...13

/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx164 Sequence< Any > const & arguments )
474 Sequence< Any > const & arguments ) in initialize()
479 if (arguments.getLength() == 1 && in initialize()
480 (arguments[ 0 ] >>= xRoot) && in initialize()
/trunk/main/ure/source/uretest/
H A DJavaClient.java39 public static void main(String[] arguments) throws Exception { in main() argument
53 UnoUrl url = UnoUrl.parseUnoUrl(arguments[0]); in main()
/trunk/main/vcl/source/components/
H A Ddtranscomp.cxx271 …terface > ClipboardFactory::createInstanceWithArguments( const Sequence< Any >& arguments ) throw() in createInstanceWithArguments() argument
274 Reference< XInterface > xResult = ImplGetSVData()->mpDefInst->CreateClipboard( arguments ); in createInstanceWithArguments()
331 …virtual void SAL_CALL initialize( const Sequence< Any >& arguments ) throw( ::com::sun::star::uno…
/trunk/main/offapi/com/sun/star/ucb/
H A DUniversalContentBroker.idl62 <p>If the instance is created with two arguments of type string,
68 <p>If the instance is created without arguments, the newly instatiated
121 method should be called with two arguments of type string. These strings
H A DInteractiveCHAOSException.idl45 <p>For a 'dynamic' error (with extra textual arguments), this ID
51 /** Any textual arguments of a 'dynamic' error (which will get merged into
H A DXProgressHandler.idl49 arguments are meaningful. For example, a <atom>string</atom> argument
53 <atom>string</atom> arguments, if the appropriate status text changes
/trunk/main/offapi/com/sun/star/embed/
H A DXEmbedObjectCreator.idl89 one of arguments is illegal
134 one of arguments is illegal
179 one of arguments is illegal
H A DXStorageRawAccess.idl100 one of provided arguments is illegal
150 one of provided arguments is illegal
201 one of provided arguments is illegal
H A DEntryInitModes.idl59 /** The object should be initialized using additional arguments from
67 additional arguments.
H A DXEmbedPersist.idl111 one of arguments is illegal
152 one of arguments is illegal
202 one of arguments is illegal
/trunk/main/offapi/com/sun/star/rdf/
H A DXNamedGraph.idl108 in as arguments here, and it will magically work.
143 in as arguments here, and it will magically work.
180 in as arguments here, and it will magically work.
/trunk/main/offapi/com/sun/star/ui/
H A DWindowContentFactory.idl38 interface elements. Dependent on the provided arguments different window
43 The specific type of the created window depends on the provided arguments.
H A DUIElementFactoryManager.idl57 … retrieves the responsible user interface element factory from the provided arguments and passes
58 the arguments to it.
/trunk/main/ridljar/java/unoloader/src/main/java/com/sun/star/lib/unoloader/
H A DUnoClassLoader.java153 public void execute(URL jar, String[] arguments) in execute() argument
167 invoke(null, new Object[] { arguments }); in execute()
/trunk/main/udkapi/com/sun/star/lang/
H A DXSingleServiceFactory.idl60 some arguments.
63 arguments passed to implementation
H A DXSingleComponentFactory.idl54 with the given arguments and context.
57 arguments passed to implementation
H A DXMultiComponentFactory.idl59 with the given arguments and context.
64 arguments
H A DXMultiServiceFactory.idl63 /** Creates an instance classified by the specified name and passes the arguments
69 arguments passed to the instance
H A DRegistryServiceManager.idl67 /** The first two arguments of the intitialization arguments reference:
/trunk/main/udkapi/com/sun/star/script/
H A DAllEventObject.idl43 array of arguments. </p>
67 /** The arguments of the original method.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatch.java133 PropertyValue[] arguments = (PropertyValue[]) in checkXDispatchWithNotification() local
137 xND.dispatchWithNotification(url, arguments, notificationListener); in checkXDispatchWithNotification()
/trunk/main/offapi/com/sun/star/report/meta/
H A DXFunctionDescription.idl44 string createFormula([in] sequence< string > arguments )
70 arguments (in the order specified by the function).
/trunk/main/offapi/com/sun/star/chart2/
H A DChartDocument.idl70 /** Allows passing arguments to createInstanceWithArguments.
72 <p>The following arguments are allowed in the given order:</p>
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx206 run(css::uno::Sequence< rtl::OUString > const & arguments)
355 sal_Int32 Service::run(css::uno::Sequence< rtl::OUString > const & arguments) in run() argument
360 css::bridge::UnoUrlResolver::create(m_context)->resolve(arguments[0]), in run()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java227 Object arguments [], XComponentContext xContext ) in createInstanceWithArgumentsAndContext() argument
239 xInit.initialize( arguments ); in createInstanceWithArgumentsAndContext()

Completed in 79 milliseconds

12345678910>>...13