Home
last modified time | relevance | path

Searched refs:parameters (Results 26 – 50 of 261) sorted by relevance

1234567891011

/aoo4110/main/offapi/com/sun/star/geometry/
H A DEllipticalArc.idl34 This structure contains all parameters necessary to specify
35 arbitrary elliptical arcs. The parameters are modelled closely
38 As with the parameters below, there are mostly four different
/aoo4110/main/odk/examples/java/Text/
H A DMakefile108 @echo The GraphicsInserter needs parameters. Please use the following command to
109 @echo start the demo if you do not want the default parameters specified in the
110 @echo this makefile. Starting without parameters print a command line help:
/aoo4110/main/offapi/com/sun/star/form/
H A DXDatabaseParameterBroadcaster.idl41 /** provides the possibility of receiving an event for configuration of parameters.
45 bound to a statement which contains parameters, or to a query which is based upon a parametrized
46 statement, it needs values to fill in the parameters with actual values when it is being loaded.
/aoo4110/main/icc/
H A DSampleICC-1.3.2.patch854 + sprintf(buf, "Unknown Function with %d parameters:\n\n", m_nParameters);
2349 - sprintf(buf, "Unknown Function with %d parameters:\r\n");
2350 + sprintf(buf, "Unknown Function with %d parameters:\n", m_nNumParam);
2385 - sReport += " - Number of parameters inconsistent with function type.\r\n";
2386 + sReport += " - Number of parameters inconsistent with function type.\n";
2394 - sReport += " - Number of parameters inconsistent with function type.\r\n";
2395 + sReport += " - Number of parameters inconsistent with function type.\n";
2403 - sReport += " - Number of parameters inconsistent with function type.\r\n";
2404 + sReport += " - Number of parameters inconsistent with function type.\n";
2413 + sReport += " - Number of parameters inconsistent with function type.\n";
[all …]
/aoo4110/main/odk/examples/java/DocumentHandling/
H A DMakefile102 @echo The examples need parameters. Please use one the following commands to
103 @echo start the demo if you do not want the default parameters specified in the
104 @echo this makefile. Starting without parameters print a command line help:
/aoo4110/main/offapi/com/sun/star/script/provider/
H A DXScript.idl63 all parameters; pure, out params are undefined in sequence,
67 parameters in the list of arguments to the script
69 out parameters<p>
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DProcedureColumn.idl46 /** indicates that the column stores IN parameters.
58 /** indicates that the column stores INOUT parameters.
82 /** indicates that the column stores OUT parameters.
/aoo4110/main/offapi/com/sun/star/embed/
H A DFileSystemStorageFactory.idl56 call is used a sequence of the following parameters can be used:
84 The parameters are optional, that means that sequence can be empty or
86 no parameters are provided the call works the same way as
H A DXEmbedObjectFactory.idl63 /** creates a new object and transport parameters for persistent
94 optional parameters for the embedded document persistence
99 optional parameters for the object persistence initialization,
H A DStorageFactory.idl55 call is used a sequence of the following parameters can be used:
101 The parameters are optional, that means that sequence can be empty or
103 no parameters are provided the call works the same way as
/aoo4110/main/forms/qa/integration/forms/
H A DCellBinding.java490 NamedValue[] parameters = new NamedValue[] { new NamedValue() }; in bindToCell() local
491 parameters[0].Name = "BoundCell"; in bindToCell()
492 parameters[0].Value = address; in bindToCell()
495 m_document.createInstanceWithArguments( _bindingServiceName, parameters ) in bindToCell()
/aoo4110/main/udkapi/com/sun/star/reflection/
H A DXIdlMethod.idl93 (thus having no out parameters or return value)
100 /** Invokes the reflected method on a given object with the given parameters.
101 The parameters may be widening converted to fit their exact IDL type,
H A DXInterfaceMethodTypeDescription.idl64 /** Returns all parameters of the method in order of IDL declaration.
67 method parameters
/aoo4110/main/cli_ure/source/basetypes/uno/
H A DTypeParametersAttribute.cs44 public TypeParametersAttribute(string[] parameters) in TypeParametersAttribute() argument
46 m_parameters = parameters; in TypeParametersAttribute()
/aoo4110/main/udkapi/com/sun/star/script/
H A DXInvocation.idl74 @param aParams all parameters; pure out params are undefined in sequence,
76 @param aOutParamIndex This sequence contains the indices of all parameters
78 @param aOutParam This sequence contains the values of all parameters that
H A DXDirectInvocation.idl59 @param aParams all parameters, out parameters are not supported
/aoo4110/main/offapi/com/sun/star/chart2/
H A DXRegressionCurveCalculator.idl44 /** recalculates the parameters of the internal regression curve according to
86 account. When one of these parameters is unknown, no
124 calculated parameters.
/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java248 final XIndexAccess parameters = suppParams.getParameters(); in testParameters() local
257 final int paramCount = parameters.getCount(); in testParameters()
263 …l XPropertySet parameter = UnoRuntime.queryInterface(XPropertySet.class, parameters.getByIndex(i)); in testParameters()
/aoo4110/main/reportbuilder/java/com/sun/star/report/function/metadata/
H A DAuthorFunction.java47 public TypeValuePair evaluate(final FormulaContext context, final ParameterCallback parameters) in evaluate() argument
50 if (parameters.getParameterCount() != 0) in evaluate()
H A DTitleFunction.java51 public TypeValuePair evaluate(final FormulaContext context, final ParameterCallback parameters) in evaluate() argument
54 if (parameters.getParameterCount() != 0) in evaluate()
/aoo4110/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl48 If the parameters given are incomplete missing values are taken
58 this applies to the parameters <code>"Locale"</code> and <code>"EnableAsync"</code>.
98 so that the parameters can be identified by name rather than by position.
119 <p>Some parameters that are commonly supported are:</p>
/aoo4110/main/offapi/com/sun/star/sdb/
H A DXInteractionSupplyParameters.idl45 /** set the parameters chosen by the interaction handler
47 the parameters to set
/aoo4110/main/extensions/source/activex/main/
H A DREADME.txt12 Without any parameters for an object tag a new writer document will be
13 opened for editing. Possible parameters are
/aoo4110/main/offapi/com/sun/star/presentation/
H A DEffectCommands.idl42 Required parameters are
48 Optional parameters are
/aoo4110/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx184 Sequence< Reference< XMethodParameter > > parameters( xMethod->getParameters() ); in writeMethodData() local
187 sal_uInt16 paramCount = (sal_uInt16)parameters.getLength(); in writeMethodData()
199 Reference< XMethodParameter > xParam = parameters[i]; in writeMethodData()

Completed in 222 milliseconds

1234567891011