Lines Matching refs:_rValueSource
2125 …impl_fill( const sal_Int32 _nType, sal_Bool _bNullable, const detail::IValueSource& _rValueSource ) in impl_fill() argument
2137 (*this) = _rValueSource.getString(); in impl_fill()
2141 (*this) = _rValueSource.getLong(); in impl_fill()
2143 (*this) = _rValueSource.getString(); in impl_fill()
2146 (*this) = _rValueSource.getFloat(); in impl_fill()
2150 (*this) = _rValueSource.getDouble(); in impl_fill()
2153 (*this) = _rValueSource.getDate(); in impl_fill()
2156 (*this) = _rValueSource.getTime(); in impl_fill()
2159 (*this) = _rValueSource.getTimestamp(); in impl_fill()
2164 (*this) = _rValueSource.getBytes(); in impl_fill()
2168 (*this) = _rValueSource.getBoolean(); in impl_fill()
2172 (*this) = _rValueSource.getByte(); in impl_fill()
2174 (*this) = _rValueSource.getShort(); in impl_fill()
2178 (*this) = _rValueSource.getShort(); in impl_fill()
2180 (*this) = _rValueSource.getInt(); in impl_fill()
2184 (*this) = _rValueSource.getInt(); in impl_fill()
2186 (*this) = _rValueSource.getLong(); in impl_fill()
2189 (*this) = ::com::sun::star::uno::makeAny(_rValueSource.getClob()); in impl_fill()
2193 (*this) = ::com::sun::star::uno::makeAny(_rValueSource.getBlob()); in impl_fill()
2197 (*this) = _rValueSource.getObject(); in impl_fill()
2202 (*this) = _rValueSource.getObject(); in impl_fill()
2205 if ( bReadData && _bNullable && _rValueSource.wasNull() ) in impl_fill()