Home
last modified time | relevance | path

Searched refs:arguments (Results 126 – 150 of 319) sorted by relevance

12345678910>>...13

/trunk/main/offapi/com/sun/star/document/
H A DExtendedTypeDetectionFactory.idl65 …and may given optional arguments of the corresponding createInstanceWithArguments() request. To do…
67 The arguments parameter will have the following structure:
H A DOfficeDocument.idl58 /** represents a component which is created from an URL and arguments
62 created/loaded from the resource. The arguments are passed to the loader
H A DFilterFactory.idl111 …and may given optional arguments of the corresponding createInstanceWithArguments() request. To do…
113 The arguments parameter will have the following structure:
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx328 void SelectionManager::initialize( const Sequence< Any >& arguments ) throw (::com::sun::star::uno:… in initialize() argument
346 if( arguments.getLength() > 0 ) in initialize()
347 arguments.getConstArray()[0] >>= m_xDisplayConnection; in initialize()
367 if( arguments.getLength() > 2 ) in initialize()
368 arguments.getConstArray()[2] >>= m_xBitmapConverter; in initialize()
4107 void SelectionManagerHolder::initialize( const Sequence< Any >& arguments ) throw( ::com::sun::star… in initialize() argument
4111 if( arguments.getLength() > 0 ) in initialize()
4114 arguments.getConstArray()[0] >>= xConn; in initialize()
4123 rManager.initialize( arguments ); in initialize()
H A DX11_selection.hxx139 …virtual void SAL_CALL initialize( const Sequence< Any >& arguments ) throw( ::com::sun::star::uno…
483 …virtual void SAL_CALL initialize( const Sequence< Any >& arguments ) throw( ::com::sun::star::uno…
/trunk/main/offapi/com/sun/star/sheet/
H A DXAddIn.idl99 arguments. It should be a single word and may be translated
120 for arguments. It may be translated to the current language of
/trunk/main/offapi/com/sun/star/embed/
H A DXHierarchicalStorageAccess.idl119 one of provided arguments is illegal
170 one of provided arguments is illegal
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDriver.idl94 string tag/value pairs as connection arguments.
107 …a list of arbitrary string tag/value pairs as connection arguments. Normally at least a "user" and…
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DType.java436 String name, Class zClass, boolean alternative, boolean arguments) in init() argument
490 if (arguments && _typeClass != TypeClass.STRUCT) { in init()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXResourceId.idl50 <p>The resource URL may have arguments that are passed to the factory
61 /** Return an URL object of the resource URL that may contain arguments.
/trunk/main/offapi/com/sun/star/configuration/
H A DSimpleSetUpdate.idl130 variations, they may be specified by passing arguments to
132 There are no predefined arguments for all versions of this service.
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java663 String oid, Type type, String operation, Object[] arguments) in sendInternalRequest() argument
666 return sendRequest(oid, type, operation, arguments); in sendInternalRequest()
/trunk/main/offapi/com/sun/star/frame/
H A DXStatusbarController.idl62 /** used to initialize a component with required arguments.
65 arguments provided as a sequence of
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigration.src434 Text [ en-US ] = "Invalid number of initialization arguments. Expected 1." ;
438 Text [ en-US ] = "No database document found in the initialization arguments." ;
/trunk/main/sal/osl/inc/
H A Dprinttrace.h36 void printTrace(unsigned long pid, char const * format, va_list arguments);
/trunk/main/basic/source/runtime/
H A Ddllmgr.hxx46 SbxArray * arguments, SbxVariable & result, bool cdeclConvention);
/trunk/main/codemaker/inc/codemaker/
H A Dcodemaker.hxx48 std::vector< rtl::OString > * arguments);
H A Dunotype.hxx101 std::vector< rtl::OString > * arguments = 0);
/trunk/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl91 carries with it a sequence of arguments, which should be
165 <P>The arguments must be a sequence of
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DIProtocol.java80 Object[] arguments) in writeRequest() argument
/trunk/main/ure/source/uretest/
H A DJavaMain.java39 public int run(String[] arguments) { in run() argument
/trunk/main/testtools/source/servicetests/
H A DTestService.java54 Object[] arguments, XComponentContext context) in createInstanceWithArgumentsAndContext() argument
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx600 std::vector< OString > arguments; in generateMemberInitialization() local
603 &arguments); in generateMemberInitialization()
/trunk/main/jvmaccess/workbench/java/
H A DTestComponent.java75 public int run(String[] arguments) { in run() argument
/trunk/main/offapi/com/sun/star/deployment/
H A DExtensionRemovedException.idl34 indicates that a function call with the given arguments is not supported

Completed in 119 milliseconds

12345678910>>...13