Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/trunk/main/scaddins/source/analysis/
H A Danalysis.src37 String 2 // name of parameter 1 Workday
47 String 4 // name of parameter 2 Workday
57 String 6 // name of parameter 3 Workday
75 String 2 // name of parameter 1 Yearfrac
85 String 4 // name of parameter 2 Yearfrac
95 String 6 // name of parameter 3 Yearfrac
113 String 2 // name of parameter 1 Edate
123 String 4 // name of parameter 2 Edate
921 String 2 // name of parameter 1 Erf
931 String 4 // name of parameter 2 Erf
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl65 the input parameter. For instance, if the IN parameter has SQL type
135 the parameter value
148 the parameter value
160 the parameter value
172 the parameter value
184 the parameter value
196 the parameter value
208 the parameter value
222 the parameter value
236 the parameter value
[all …]
H A DXOutParameters.idl44 result parameter must be registered as an OUT parameter. The other parameters
46 by number. The first parameter is 1.
66 for each OUT parameter.
69 parameter should also be given, while a REF parameter requires that the
78 typeName parameter is ignored.
85 parameter's registered SQL type.
88 the first parameter is 1, the second is 2, ...
101 /** registers the OUT parameter in ordinal position
114 method to read the value of that parameter.
118 used when the parameter is of SDBC type
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx226 checkParameterIndex(parameter); in setString()
297 checkParameterIndex(parameter); in setBoolean()
317 checkParameterIndex(parameter); in setByte()
337 checkParameterIndex(parameter); in setDate()
365 checkParameterIndex(parameter); in setTime()
393 checkParameterIndex(parameter); in setTimestamp()
429 checkParameterIndex(parameter); in setDouble()
449 checkParameterIndex(parameter); in setFloat()
469 checkParameterIndex(parameter); in setInt()
489 checkParameterIndex(parameter); in setLong()
[all …]
H A Dmysqlc_preparedstatement.hxx73 void checkParameterIndex(sal_Int32 parameter);
109 void SAL_CALL setObjectNull(sal_Int32 parameter, sal_Int32 sqlType, const OUString& typeName)
114 void SAL_CALL setByte(sal_Int32 parameter, sal_Int8 x) throw(SQLException, RuntimeException);
118 void SAL_CALL setInt(sal_Int32 parameter, sal_Int32 x) throw(SQLException, RuntimeException);
122 void SAL_CALL setFloat(sal_Int32 parameter, float x) throw(SQLException, RuntimeException);
131 void SAL_CALL setDate(sal_Int32 parameter, const ::com::sun::star::util::Date& x)
134 void SAL_CALL setTime(sal_Int32 parameter, const ::com::sun::star::util::Time& x)
136 void SAL_CALL setTimestamp(sal_Int32 parameter, const ::com::sun::star::util::DateTime& x)
150 void SAL_CALL setRef(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XRef >& x)
153 void SAL_CALL setBlob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XBlob >& x)
[all …]
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.src36 String 2 // name of parameter 1 DiffWeeks
40 String 3 // description of parameter 1 DiffWeeks
44 String 4 // name of parameter 2 DiffWeeks
48 String 5 // description of parameter 2 DiffWeeks
52 String 6 // name of parameter 3 DiffWeeks
56 String 7 // description of parameter 3 DiffWeeks
68 String 2 // name of parameter 1 DiffMonths
100 String 2 // name of parameter 1 DiffYears
104 String 3 // description of parameter 1 DiffYears
196 String 2 // name of parameter 1 Rot13
[all …]
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src192 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$";
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$";
237 Text = "s$1$: parameter no. $2$: setting to null";
242 Text = "s$1$: parameter no. $2$: type: short; value: $3$";
247 Text = "s$1$: parameter no. $2$: type: byte[]";
252 Text = "s$1$: parameter no. $2$: type: character stream";
[all …]
/trunk/main/udkapi/com/sun/star/reflection/
H A DXMethodParameter.idl41 /** 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 DXParameter.idl32 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 DXIdlMethod.idl66 /** 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
/trunk/main/solenv/bin/modules/
H A DSourceConfigHelper.pm161 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);
/trunk/main/udkapi/com/sun/star/uri/
H A DXVndSunStarScriptUrl.idl38 <var>parameter</var> *(<code>"&"</code> <var>parameter</var>)]<br/>
40 &emsp;<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 …]
/trunk/main/offapi/com/sun/star/rendering/
H A DAnimationRepeat.idl30 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,
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx644 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()
668 else if( parameter.compareToAscii( "Eid" ) == 0 ) in query()
670 else if( parameter.compareToAscii( "UseDB" ) == 0 ) in query()
674 else if( parameter.compareToAscii( "Query" ) == 0 ) in query()
681 else if( parameter.compareToAscii( "Scope" ) == 0 ) in query()
919 const char* parameter[47]; in InputStreamTransformer() local
1040 parameter[i] = parString[i].getStr(); in InputStreamTransformer()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportEngineMetaData.java100 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()
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXMimeContentType.idl81 /** 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.
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java302 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()
464 if (parameter != null) in createParameter()
[all …]
H A DReportEngineMetaData.java48 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
/trunk/main/offapi/com/sun/star/sdb/
H A DQueryDesign.idl82 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>.
139 If not present, <TRUE/> is assumed for this parameter.</li>
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DStorageFactory.idl59 <dt>parameter 1</dt>
73 <dt>parameter 2</dt>
79 <dt>parameter 3</dt>
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 DFileSystemStorageFactory.idl60 <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
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx1074 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()
1096 mrPath2D.parameter[ mrPath2D.parameter.size() - 2 ], in createFastChildContext()
1097 mrPath2D.parameter.back() ); in createFastChildContext()
1118 mrPath2D.parameter[ mrPath2D.parameter.size() - 3 ], in createFastChildContext()
1119 mrPath2D.parameter[ mrPath2D.parameter.size() - 2 ], in createFastChildContext()
[all …]
/trunk/main/offapi/com/sun/star/graphic/
H A DXGraphicRasterizer.idl45 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
/trunk/main/solenv/bin/modules/installer/windows/
H A Didtglobal.pm2011 my ($gid, $name, $key, $assignmenthashref, $parameter, $tablename, $assignmentarray) = @_;
2013 my $max = $parameter - 1;
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…
2079 $parameter = 7;
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DDataImporter.idl72 <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>

Completed in 140 milliseconds

12345678910>>...15