/aoo41x/main/jurt/com/sun/star/comp/loader/ |
H A D | FactoryHelper.java | 102 if(parameters.length == 3 in Factory() 105 && parameters[2].equals(__objectArray)) { in Factory() 109 else if(parameters.length == 2 in Factory() 115 else if(parameters.length == 2 in Factory() 121 else if(parameters.length == 1 in Factory() 127 else if(parameters.length == 3 in Factory() 134 else if(parameters.length == 2 in Factory() 140 else if(parameters.length == 2 in Factory() 146 else if(parameters.length == 1 in Factory() 151 else if(parameters.length == 1 in Factory() [all …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 186 final String commandTypeValue = (String) parameters.get(COMMAND_TYPE); in queryData() 203 final String filter = (String) parameters.get(UNO_FILTER); in queryData() 204 final Integer maxRows = (Integer) parameters.get("MaxRows"); in queryData() 207 final Object[] p = createRowSet(rowSetProps, parameters); in queryData() 213 fillParameter(parameters, rowSet, paramDef); in queryData() 351 private void fillParameter(final Map parameters, in fillParameter() argument 359 final ArrayList masterValues = (ArrayList) parameters.get(MASTER_VALUES); in fillParameter() 382 final ArrayList detailColumns = (ArrayList) parameters.get(DETAIL_COLUMNS); in createRowSet() 428 private ParameterDefinition createParameter(final Map parameters, in createParameter() argument 487 final ArrayList masterValues = (ArrayList) parameters.get(MASTER_VALUES); in createParameter() [all …]
|
H A D | SDBCReportData.java | 52 private XIndexAccess parameters; field in SDBCReportData 76 parameters = xSuppParams.getParameters(); in SDBCReportData() 87 if (parameters != null) in SDBCReportData() 89 columnCount += parameters.getCount(); in SDBCReportData() 107 XPropertySet.class, parameters.getByIndex(i - firstParameterIndex)); in SDBCReportData() 301 … final boolean isParameterValue = (parameters != null) && (column >= firstParameterIndex); in getObject() 307 XPropertySet.class, parameters.getByIndex(column - firstParameterIndex)); in getObject()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | PentahoReportJob.java | 256 final LValue[] parameters = function.getChildValues(); in collectGroupExpressions() local 257 if (parameters.length > 0) in collectGroupExpressions() 259 String name = parameters[0].toString(); in collectGroupExpressions() 260 if (parameters[0] instanceof ContextLookup) in collectGroupExpressions() 262 final ContextLookup context = (ContextLookup) parameters[0]; in collectGroupExpressions() 340 final ReportParameters parameters = job.getParameters(); in execute() local 344 parameters.put(SDBCReportDataFactory.MASTER_VALUES, masterValues); in execute() 345 parameters.put(SDBCReportDataFactory.DETAIL_COLUMNS, detailColumns); in execute() 355 parameters.put(SDBCReportDataFactory.GROUP_EXPRESSIONS, expressions); in execute() 360 parameters.put(SDBCReportDataFactory.COMMAND_TYPE, commandType); in execute() [all …]
|
H A D | StarReportDataFactory.java | 56 public ReportData queryData(final String query, final DataSet parameters) in queryData() argument 62 final int count = parameters.getColumnCount(); in queryData() 65 final Object o = parameters.get(i); in queryData() 66 map.put(parameters.getColumnName(i), o); in queryData()
|
/aoo41x/main/qadevOOo/runner/lib/ |
H A D | Parameters.java | 49 final protected Map parameters; field in Parameters 58 parameters = params; in Parameters() 60 checkParameters(parameters); in Parameters() 62 Set paramSet = new HashSet(parameters.keySet()); in Parameters() 82 Object res = parameters.get(paramName); in get() 94 Object erg = parameters.get(name); in getPropertyValue() 101 parameters.put(name, value); in setPropertyValue() 157 return new Hashtable(parameters) {
|
/aoo41x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | uno2cpp.cxx | 130 typelib_MethodParameter * parameters, void * returnValue, void ** arguments, in call() argument 157 if (!parameters[i].bOut && in call() 158 bridges::cpp_uno::shared::isSimpleType(parameters[i].pTypeRef)) in call() 161 switch (parameters[i].pTypeRef->eTypeClass) { in call() 306 TYPELIB_DANGER_GET(&ptd, parameters[i].pTypeRef); in call() 307 if (!parameters[i].bIn) { in call() 350 if (parameters[i].bOut) { in call() 351 if (parameters[i].bIn) { in call()
|
H A D | cpp2uno.cxx | 129 sal_Int32 count, typelib_MethodParameter * parameters, in call() argument 158 TYPELIB_DANGER_GET(&ptd, parameters[i].pTypeRef); in call() 159 if (!parameters[i].bOut && bridges::cpp_uno::shared::isSimpleType(ptd)) in call() 288 if (!parameters[i].bIn) { in call() 312 if (parameters[i].bIn) { in call() 327 if (parameters[i].bOut) { in call()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/expressions/ |
H A D | SumExpression.java | 31 private Object[] parameters; field in SumExpression 39 return parameters; in getParameters() 48 public void setParameters(final Object[] parameters) in setParameters() argument 50 this.parameters = parameters; in setParameters()
|
/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileProvider.java | 54 private final Object[] parameters; field in FileProvider.TestClassRunnerForParameters 58 …TestClassRunnerForParameters(Class<?> type, Object[] parameters, int index) throws InitializationE… in TestClassRunnerForParameters() argument 60 this.parameters = parameters; in TestClassRunnerForParameters() 66 return getTestClass().getOnlyConstructor().newInstance(parameters); in createTest() 71 …n getTestClass().getJavaClass().getSimpleName() + "[" + index + "]" + Arrays.toString(parameters); in getName() 76 return method.getName() + "[" + index + "]" + Arrays.toString(parameters); in testName()
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | CallableStatement.idl | 43 result parameter must be registered as an OUT parameter. The other parameters 55 OUT parameters must be registered prior to executing the stored procedure; 82 parameters. 90 /** is used for retrieve the values of OUT parameters. 95 /** is used to declare parameters as OUT parameters.
|
H A D | XOutParameters.idl | 44 result parameter must be registered as an OUT parameter. The other parameters 73 these values for user-named and REF parameters. 75 <p>Although it is intended for user-named and REF parameters, 106 OUT parameters must be registered before a stored procedure is executed.
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XParameter.idl | 35 parameters of interface methods (which cannot have rest parameters).</p> 45 <p>Currently, only service constructors can have rest parameters, and 46 those rest parameters must be in parameters of type <atom>any</atom>.</p>
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XCanvas.idl | 99 few extra state parameters for some methods (e.g. textured 171 if one of the view and renderstate parameters are outside the 195 if one of the view and renderstate parameters are outside the 219 if one of the view and renderstate parameters are outside the 242 if one of the view and renderstate parameters are outside the 275 if one of the view and renderstate parameters are outside the 313 if one of the view and renderstate parameters are outside the 361 if one of the view and renderstate parameters are outside the 398 if one of the view and renderstate parameters are outside the 424 if one of the view and renderstate parameters are outside the [all …]
|
/aoo41x/main/stoc/test/uriproc/ |
H A D | test_uriproc.cxx | 779 Parameter parameters[parameterCount]; in testVndSunStarScript() member 811 if (data[i].parameters[j].key != 0) { in testVndSunStarScript() 817 data[i].parameters[j].value != 0, in testVndSunStarScript() 820 data[i].parameters[j].key))); in testVndSunStarScript() 827 data[i].parameters[j].value), in testVndSunStarScript() 830 data[i].parameters[j].key))); in testVndSunStarScript() 836 data[i].parameters[j].key)) ) { in testVndSunStarScript() 839 data[i].parameters[j].key), in testVndSunStarScript() 842 data[i].parameters[j].key))); in testVndSunStarScript()
|
/aoo41x/main/dbaccess/qa/complex/dbaccess/ |
H A D | Parser.java | 150 final XIndexAccess parameters = paramSupp.getParameters(); in impl_checkParameters() local 152 …_context + ") unexpected parameter count", _expectedParameterNames.length, parameters.getCount() ); in impl_checkParameters() 153 for ( int i=0; i<parameters.getCount(); ++i ) in impl_checkParameters() 155 …final XPropertySet parameter = UnoRuntime.queryInterface(XPropertySet.class, parameters.getByIndex… in impl_checkParameters()
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | AddIn.idl | 56 <p>Each AddIn function can take parameters of the following types:</p> 86 parameters.</dd> 100 <dd>for varying parameters. Only the last parameter of a function may 102 function call that were not used for the previous parameters. Each 125 a volatile result. Subsequent calls with the same parameters must
|
/aoo41x/main/offapi/com/sun/star/embed/ |
H A D | XEmbedPersist.idl | 101 optional parameters for the embedded document persistence 106 optional parameters for the object persistence initialization, 144 optional parameters for document saving, see also 148 optional parameters for the object saving, see also 194 optional parameters for document saving, see also 198 optional parameters for the object saving, see also
|
/aoo41x/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 174 Sequence< Reference< XMethodParameter > > parameters(xMethod->getParameters()); in writeMethodData() local 180 sal_uInt16 paramCount = (sal_uInt16)parameters.getLength(); in writeMethodData() 192 Reference< XMethodParameter > xParam = parameters[i]; in writeMethodData() 676 Sequence<Reference<XParameter> > parameters; in getTypeBlob() local 681 parameters = xConstructor->getParameters(); in getTypeBlob() 682 parameterCount = (sal_uInt16)parameters.getLength(); in getTypeBlob() 693 Reference<XParameter> xParam(parameters[j], UNO_QUERY); in getTypeBlob()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/util/ |
H A D | DefaultReportJobDefinition.java | 39 private final DefaultParameterMap parameters; field in DefaultReportJobDefinition 44 this.parameters = new DefaultParameterMap(); in DefaultReportJobDefinition() 89 return parameters; in getQueryParameters()
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | XParametersSupplier.idl | 37 /** provides the access to a container of parameters, typically used for a prepared 43 /** returns the container of parameters. 45 the parameters
|
H A D | ParametersRequest.idl | 43 /** an error specifying the lack of parameters values 46 parameters which can't be filled by the executing instance. 51 /** is the list of parameters requested.
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | structtypedescription.cxx | 103 css::uno::Sequence< rtl::OUString > parameters(n); in getTypeParameters() local 115 parameters[i] = reader.getReferenceTypeName(i); in getTypeParameters() 117 return parameters; in getTypeParameters()
|
/aoo41x/main/offapi/com/sun/star/form/ |
H A D | DatabaseParameterEvent.idl | 41 /** is fired if values for parameters are needed. 45 /** specifies the list of parameters which are required for opening a result set. 48 event when loading the form requires parameters to be filled in.</p>
|
/aoo41x/main/udkapi/com/sun/star/script/ |
H A D | InvocationInfo.idl | 43 types, or parameters. 75 /** Types method parameters, for properties this sequence is empty 79 /** Mode of method parameters (IN, OUT, INOUT),
|