| /AOO42X/main/scaddins/source/analysis/ |
| H A D | analysis.src | 37 String 2 // name of parameter 1 Workday 42 String 3 // description of parameter 1 Workday 47 String 4 // name of parameter 2 Workday 52 String 5 // description of parameter 2 Workday 57 String 6 // name of parameter 3 Workday 62 String 7 // description of parameter 3 Workday 75 String 2 // name of parameter 1 Yearfrac 80 String 3 // description of parameter 1 Yearfrac 85 String 4 // name of parameter 2 Yearfrac 90 String 5 // description of parameter 2 Yearfrac [all …]
|
| /AOO42X/main/offapi/com/sun/star/sdbc/ |
| H A D | XParameters.idl | 58 /** is used for parameter setting, commonly implemented in conjunction with 63 <b>Note:</b> The setXXX methods for setting IN parameter values 65 the input parameter. For instance, if the IN parameter has SQL type 72 If arbitrary parameter type conversions are required, the method 77 Example of setting a parameter; 90 /** sets the designated parameter to SQL NULL. 96 /** sets the designated parameter to SQL NULL. This version of setNull should 105 a NULL user-defined or REF parameter. In the case of a user-named type 106 the name is the type name of the parameter itself. For a REF 107 parameter the name is the type name of the referenced type. If [all …]
|
| H A D | XOutParameters.idl | 43 form that includes a result parameter and one that does not. If used, the 44 result parameter must be registered as an OUT parameter. The other parameters 46 by number. The first parameter is 1. 52 /** registers the designated output parameter. This version of 55 should be used for a user-named or REF output parameter. Examples 66 for each OUT parameter. 68 For a user-named parameter the fully-qualified SQL type name of the 69 parameter should also be given, while a REF parameter requires that the 76 this method may be used to register a parameter of any SDBC type. 77 If the parameter does not have a user-named or REF type, the [all …]
|
| /AOO42X/main/mysqlc/source/ |
| H A D | mysqlc_preparedstatement.cxx | 220 void SAL_CALL OPreparedStatement::setString(sal_Int32 parameter, const OUString& x) in setString() argument 226 checkParameterIndex(parameter); in setString() 230 ((sql::PreparedStatement *)cppStatement)->setString(parameter, stringie); in setString() 291 void SAL_CALL OPreparedStatement::setBoolean(sal_Int32 parameter, sal_Bool x) in setBoolean() argument 297 checkParameterIndex(parameter); in setBoolean() 300 ((sql::PreparedStatement *)cppStatement)->setBoolean(parameter, x); in setBoolean() 311 void SAL_CALL OPreparedStatement::setByte(sal_Int32 parameter, sal_Int8 x) in setByte() argument 317 checkParameterIndex(parameter); in setByte() 320 ((sql::PreparedStatement *)cppStatement)->setInt(parameter, x); in setByte() 331 void SAL_CALL OPreparedStatement::setDate(sal_Int32 parameter, const Date& aData) in setDate() argument [all …]
|
| H A D | mysqlc_preparedstatement.hxx | 73 void checkParameterIndex(sal_Int32 parameter); 107 …void SAL_CALL setNull(sal_Int32 parameter, sal_Int32 sqlType) throw(SQLException, Runtim… 109 … void SAL_CALL setObjectNull(sal_Int32 parameter, sal_Int32 sqlType, const OUString& typeName) 112 …void SAL_CALL setBoolean(sal_Int32 parameter, sal_Bool x) throw(SQLException, Runtim… 114 …void SAL_CALL setByte(sal_Int32 parameter, sal_Int8 x) throw(SQLException, Runtim… 116 …void SAL_CALL setShort(sal_Int32 parameter, sal_Int16 x) throw(SQLException, Runtim… 118 …void SAL_CALL setInt(sal_Int32 parameter, sal_Int32 x) throw(SQLException, Runtim… 120 …void SAL_CALL setLong(sal_Int32 parameter, sal_Int64 x) throw(SQLException, Runtim… 122 …void SAL_CALL setFloat(sal_Int32 parameter, float x) throw(SQLException, Runtim… 124 …void SAL_CALL setDouble(sal_Int32 parameter, double x) throw(SQLException, Runtim… [all …]
|
| /AOO42X/main/scaddins/source/datefunc/ |
| H A D | datefunc.src | 32 String 2 // name of parameter 1 DiffWeeks 36 String 3 // description of parameter 1 DiffWeeks 40 String 4 // name of parameter 2 DiffWeeks 44 String 5 // description of parameter 2 DiffWeeks 48 String 6 // name of parameter 3 DiffWeeks 52 String 7 // description of parameter 3 DiffWeeks 64 String 2 // name of parameter 1 DiffMonths 68 String 3 // description of parameter 1 DiffMonths 72 String 4 // name of parameter 2 DiffMonths 76 String 5 // description of parameter 2 DiffMonths [all …]
|
| /AOO42X/main/connectivity/source/resource/ |
| H A D | conn_log_res.src | 182 Text = "s$1$: parameter no. $2$: type: string; value: $3$"; 187 Text = "s$1$: parameter no. $2$: type: boolean; value: $3$"; 192 Text = "s$1$: parameter no. $2$: type: byte; value: $3$"; 197 Text = "s$1$: parameter no. $2$: type: date; value: $3$"; 202 Text = "s$1$: parameter no. $2$: type: time; value: $3$"; 207 Text = "s$1$: parameter no. $2$: type: timestamp; value: $3$"; 212 Text = "s$1$: parameter no. $2$: type: double; value: $3$"; 217 Text = "s$1$: parameter no. $2$: type: float; value: $3$"; 222 Text = "s$1$: parameter no. $2$: type: int; value: $3$"; 227 Text = "s$1$: parameter no. $2$: type: long; value: $3$"; [all …]
|
| /AOO42X/main/udkapi/com/sun/star/reflection/ |
| H A D | XMethodParameter.idl | 41 /** Reflects a method parameter. 51 /** Returns the name of the parameter 54 name of parameter 58 /** Returns the type of the parameter. 61 type of parameter 65 /** Returns true, if the parameter is declared as [in] or [inout] in IDL. 68 true, if declared [in] or [inout] parameter 72 /** Returns true, if the parameter is declared as [out] or [inout] in IDL. 75 true, if declared [out] or [inout] parameter 79 /** Returns the position of the parameter regarding the IDL method declaration. [all …]
|
| H A D | XParameter.idl | 32 Reflects a parameter of an interface method or a service constructor. 41 Returns whether this is a rest parameter. 43 <p>A rest parameter must always come last in a parameter list.</p> 48 @return <TRUE/> if and only if this parameter is a rest parameter
|
| H A D | XIdlMethod.idl | 66 /** Returns the formal parameter types of the reflected method in order of IDL 70 formal parameter types of reflected method 74 /** Returns formal parameter informations of the reflected method 76 Parameter information reflects the parameter's access mode (in, out, inout), 77 the parameter's name and formal type. 80 parameter informations of reflected method
|
| /AOO42X/main/solenv/bin/modules/ |
| H A D | SourceConfigHelper.pm | 161 my $parameter; # empty 164 $array_ref = $self->get_ArrayResult ($function, $parameter); 172 my $parameter; # empty 175 $array_ref = $self->get_ArrayResult ($function, $parameter); 252 my $parameter = shift; 255 push (@result, &$function ($source_config, $parameter)); 274 my $parameter = shift; 276 $result_ref = $self->get_ResultOfList ($function, $parameter); 305 my $parameter = shift; 308 $result_ref = $self->get_ResultOfList ($function, $parameter);
|
| /AOO42X/main/udkapi/com/sun/star/uri/ |
| H A D | XVndSunStarScriptUrl.idl | 38 <var>parameter</var> *(<code>"&"</code> <var>parameter</var>)]<br/> 40  <var>parameter</var> = <var>key</var> <code>"="</code> 86 returns whether this URL has a parameter with a given key. 92 <TRUE/> if this URL has at least one parameter with the given key. In 99 returns the value of a parameter with a given key. 105 the non-escaped value of the first parameter with the given key. If 106 there is no parameter with the given key, or if <code>key</code> is an 112 sets the value of a parameter with a given key. 118 the non-escaped value to be set for the parameter. If there already is a 119 parameter with this key, the value of its first appearance will be replaced. [all …]
|
| /AOO42X/main/offapi/com/sun/star/rendering/ |
| H A D | AnimationRepeat.idl | 30 These constants determine how the [0,1] parameter range of the 38 /** The [0,1] parameter range is sweeped through exactly once.<p> 40 The [0,1] parameter range is sweeped through exactly once, 47 /** The [0,1] parameter range is sweeped through exactly twice.<p> 49 The [0,1] parameter range is sweeped through exactly twice, 57 /** The [0,1] parameter range is sweeped through infinitely.<p> 59 The [0,1] parameter range is sweeped through infinitely, 68 /** The [0,1] parameter range is sweeped through infinitely.<p> 70 The [0,1] parameter range is sweeped through infinitely,
|
| /AOO42X/main/xmlhelp/source/cxxhelp/provider/ |
| H A D | urlparameter.cxx | 644 rtl::OUString parameter,value; in query() local 650 parameter = query_.copy( 0,equalIdx ).trim(); in query() 662 if( parameter.compareToAscii( "Language" ) == 0 ) in query() 664 else if( parameter.compareToAscii( "Device" ) == 0 ) in query() 666 else if( parameter.compareToAscii( "Program" ) == 0 ) in query() 668 else if( parameter.compareToAscii( "Eid" ) == 0 ) in query() 670 else if( parameter.compareToAscii( "UseDB" ) == 0 ) in query() 672 else if( parameter.compareToAscii( "DbPAR" ) == 0 ) in query() 674 else if( parameter.compareToAscii( "Query" ) == 0 ) in query() 681 else if( parameter.compareToAscii( "Scope" ) == 0 ) in query() [all …]
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | PentahoReportEngineMetaData.java | 100 public Object[] getEnumerationValues(final String parameter) in getEnumerationValues() argument 102 return enumerationValues.toArray(parameter); in getEnumerationValues() 105 public Class getParameterType(final String parameter) in getParameterType() argument 107 return (Class) parameterTypes.get(parameter); in getParameterType() 110 public boolean isEnumeration(final String parameter) in isEnumeration() argument 112 return enumerationValues.containsKey(parameter); in isEnumeration() 139 public boolean isMandatory(final String parameter) in isMandatory() argument 141 return mandatoryParameters.contains(parameter); in isMandatory()
|
| /AOO42X/main/offapi/com/sun/star/datatransfer/ |
| H A D | XMimeContentType.idl | 81 /** To query if a specific parameter is supported. 84 The name of the parameter to query for. 87 A value of <TRUE/> if the MIME content-type has the specified parameter. 88 <p>A value of <FALSE/> if the MIME content-type has not the specified parameter.</p> 93 /** To get the value of a specified parameter. 96 The name of the parameter for which the value is requested. 99 The value of the specified parameter. 102 if the specified parameter doesn't exist.
|
| /AOO42X/main/offapi/com/sun/star/sdb/ |
| H A D | QueryDesign.idl | 82 This parameter is mandatory. 89 parameter is present.<br/> 96 …May be omitted if and only if a valid <a href="#data_source">DataSourceName</a> parameter is suppl… 102 … If this parameter is not present, a new query/view will be designed, respectively the initial 112 <a href="#command">Command</a> parameter.<br/> 113 If the <a href="#data_source">DataSourceName</a> parameter is present, the query is 127 <a href="#command">Command</a> parameter.<br/> 128 If the <a href="#data_source">DataSourceName</a> parameter is present, the view is 132 If not present, this parameter defaults to <member>CommandType::QUERY</member>. 138 …<a href="#graphical_design">GraphicalDesign</a> parameter will be ignored then, and assumed to be … [all …]
|
| /AOO42X/main/reportbuilder/java/com/sun/star/report/ |
| H A D | SDBCReportDataFactory.java | 302 final Class[] parameter = new Class[3]; in getFieldsByCommandDescriptor() local 303 parameter[0] = int.class; in getFieldsByCommandDescriptor() 304 parameter[1] = String.class; in getFieldsByCommandDescriptor() 305 parameter[2] = out.getClass(); in getFieldsByCommandDescriptor() 309 tools.getClass().getMethod("getFieldsByCommandDescriptor", parameter); in getFieldsByCommandDescriptor() 323 final Class[] parameter = new Class[2]; in getComposer() local 324 parameter[0] = int.class; in getComposer() 325 parameter[1] = String.class; in getComposer() 331 final Method call = tools.getClass().getMethod("getComposer", parameter); in getComposer() 463 …final XPropertySet parameter = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, params… in createParameter() local [all …]
|
| H A D | ReportEngineMetaData.java | 48 Class getParameterType(String parameter); in getParameterType() argument 50 boolean isMandatory(String parameter); in isMandatory() argument 52 boolean isEnumeration(String parameter); in isEnumeration() argument 54 Object[] getEnumerationValues(String parameter); in getEnumerationValues() argument
|
| /AOO42X/main/offapi/com/sun/star/embed/ |
| H A D | StorageFactory.idl | 59 <dt>parameter 1</dt> 73 <dt>parameter 2</dt> 79 <dt>parameter 3</dt> 81 this parameter represents 85 The parameter can contain entries from 92 Additionally the parameter may contain property with the name 102 contain only first parameter, or first and second one. In case 105 In case only first parameter is provided, the storage is opened in
|
| H A D | FileSystemStorageFactory.idl | 60 <dt>parameter 1</dt> 66 <dt>parameter 2</dt> 72 <dt>parameter 3</dt> 85 contain only first parameter, or first and second one. In case 88 In case only first parameter is provided, the storage is opened in
|
| /AOO42X/main/oox/source/drawingml/ |
| H A D | customshapegeometry.cxx | 1033 mrPath2D.parameter.push_back( aAdjPoint2D ); in createFastChildContext() 1034 … xContext = new Path2DMoveToContext( *this, mrCustomShapeProperties, mrPath2D.parameter.back() ); in createFastChildContext() 1050 mrPath2D.parameter.push_back( aAdjPoint2D ); in createFastChildContext() 1051 … xContext = new Path2DLineToContext( *this, mrCustomShapeProperties, mrPath2D.parameter.back() ); in createFastChildContext() 1074 mrPath2D.parameter.push_back( aPt1 ); in createFastChildContext() 1075 mrPath2D.parameter.push_back( aPt2 ); in createFastChildContext() 1076 mrPath2D.parameter.push_back( aPt3 ); in createFastChildContext() 1077 mrPath2D.parameter.push_back( aPt ); in createFastChildContext() 1093 mrPath2D.parameter.push_back( aPt1 ); in createFastChildContext() 1094 mrPath2D.parameter.push_back( aPt2 ); in createFastChildContext() [all …]
|
| /AOO42X/main/offapi/com/sun/star/graphic/ |
| H A D | XGraphicRasterizer.idl | 45 pixel within the given output parameter.</p> 64 data may be available after the call via this output parameter. 95 This parameter is used without taking other transformation 100 This parameter is used without taking other transformation 105 This parameter is used without taking other transformation 111 This parameter is used without taking other transformation 117 This parameter is used without taking other transformation
|
| /AOO42X/main/solenv/bin/modules/installer/windows/ |
| H A D | idtglobal.pm | 2011 my ($gid, $name, $key, $assignmenthashref, $parameter, $tablename, $assignmentarray) = @_; 2013 my $max = $parameter - 1; 2018 …R: gid: $gid, key: $key ! Wrong parameter in scp. For table $tablename $parameter parameter are re… 2053 my $parameter = 0; 2058 $parameter = 3; 2059 …fill_assignment_hash($gid, $name, $key, $assignmenthashref, $parameter, $tablename, $assignmentarr… 2065 $parameter = 3; 2066 …fill_assignment_hash($gid, $name, $key, $assignmenthashref, $parameter, $tablename, $assignmentarr… 2072 $parameter = 3; 2073 …fill_assignment_hash($gid, $name, $key, $assignmenthashref, $parameter, $tablename, $assignmentarr… [all …]
|
| /AOO42X/main/offapi/com/sun/star/configuration/backend/ |
| H A D | DataImporter.idl | 72 <type>Importer</type> to use for importing. If this parameter 95 If this parameter is missing, the implementation uses 100 parameter is missing, the selection of data to import depends 104 <dd>A filter to transform data during import. This parameter is 105 optional. If this parameter is missing, data will be imported 106 unaltered. <em>Support for this parameter is optional.</em>
|