Lines Matching refs:x

978     void ParameterManager::setBoolean( sal_Int32 _nIndex, sal_Bool x )  in setBoolean()  argument
980 VISIT_PARAMETER( setBoolean( _nIndex, x ) ); in setBoolean()
984 void ParameterManager::setByte( sal_Int32 _nIndex, sal_Int8 x ) in setByte() argument
986 VISIT_PARAMETER( setByte( _nIndex, x ) ); in setByte()
990 void ParameterManager::setShort( sal_Int32 _nIndex, sal_Int16 x ) in setShort() argument
992 VISIT_PARAMETER( setShort( _nIndex, x ) ); in setShort()
996 void ParameterManager::setInt( sal_Int32 _nIndex, sal_Int32 x ) in setInt() argument
998 VISIT_PARAMETER( setInt( _nIndex, x ) ); in setInt()
1002 void ParameterManager::setLong( sal_Int32 _nIndex, sal_Int64 x ) in setLong() argument
1004 VISIT_PARAMETER( setLong( _nIndex, x ) ); in setLong()
1008 void ParameterManager::setFloat( sal_Int32 _nIndex, float x ) in setFloat() argument
1010 VISIT_PARAMETER( setFloat( _nIndex, x ) ); in setFloat()
1014 void ParameterManager::setDouble( sal_Int32 _nIndex, double x ) in setDouble() argument
1016 VISIT_PARAMETER( setDouble( _nIndex, x ) ); in setDouble()
1020 void ParameterManager::setString( sal_Int32 _nIndex, const ::rtl::OUString& x ) in setString() argument
1022 VISIT_PARAMETER( setString( _nIndex, x ) ); in setString()
1026 …rameterManager::setBytes( sal_Int32 _nIndex, const ::com::sun::star::uno::Sequence< sal_Int8 >& x ) in setBytes() argument
1028 VISIT_PARAMETER( setBytes( _nIndex, x ) ); in setBytes()
1032 void ParameterManager::setDate( sal_Int32 _nIndex, const ::com::sun::star::util::Date& x ) in setDate() argument
1034 VISIT_PARAMETER( setDate( _nIndex, x ) ); in setDate()
1038 void ParameterManager::setTime( sal_Int32 _nIndex, const ::com::sun::star::util::Time& x ) in setTime() argument
1040 VISIT_PARAMETER( setTime( _nIndex, x ) ); in setTime()
1044 …void ParameterManager::setTimestamp( sal_Int32 _nIndex, const ::com::sun::star::util::DateTime& x ) in setTimestamp() argument
1046 VISIT_PARAMETER( setTimestamp( _nIndex, x ) ); in setTimestamp()
1050 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& x, sal_Int32 length ) in setBinaryStream() argument
1052 VISIT_PARAMETER( setBinaryStream( _nIndex, x, length ) ); in setBinaryStream()
1056 … const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream>& x, sal_Int32 length ) in setCharacterStream() argument
1058 VISIT_PARAMETER( setCharacterStream( _nIndex, x, length ) ); in setCharacterStream()
1062 void ParameterManager::setObject( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x ) in setObject() argument
1064 VISIT_PARAMETER( setObject( _nIndex, x ) ); in setObject()
1068 …er::setObjectWithInfo( sal_Int32 _nIndex, const ::com::sun::star::uno::Any& x, sal_Int32 targetSql… in setObjectWithInfo() argument
1070 VISIT_PARAMETER( setObjectWithInfo( _nIndex, x, targetSqlType, scale ) ); in setObjectWithInfo()
1074 …tRef( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRef>& x ) in setRef() argument
1076 VISIT_PARAMETER( setRef( _nIndex, x ) ); in setRef()
1080 …lob( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XBlob>& x ) in setBlob() argument
1082 VISIT_PARAMETER( setBlob( _nIndex, x ) ); in setBlob()
1086 …lob( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XClob>& x ) in setClob() argument
1088 VISIT_PARAMETER( setClob( _nIndex, x ) ); in setClob()
1092 …ay( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XArray>& x ) in setArray() argument
1094 VISIT_PARAMETER( setArray( _nIndex, x ) ); in setArray()