Home
last modified time | relevance | path

Searched refs:_rValueSource (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2125 …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()
[all …]
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx368 …mpl_fill( const sal_Int32 _nType, sal_Bool _bNullable, const detail::IValueSource& _rValueSource );