Searched refs:_bNullable (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 359 sal_Bool _bNullable, 368 …void impl_fill( const sal_Int32 _nType, sal_Bool _bNullable, const detail::IValueSource& _rValueSo…
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | KeySet.hxx | 68 …on( sal_Int32 _nPosition, sal_Int32 _nType, sal_Int32 _nScale,sal_Bool _bNullable, const ::rtl::OU… in SelectColumnDescription() 73 ,bNullable(_bNullable) in SelectColumnDescription()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 2109 void ORowSetValue::fill( sal_Int32 _nPos, sal_Int32 _nType, sal_Bool _bNullable, const Reference< … in fill() argument 2112 impl_fill( _nType, _bNullable, aRowValue ); in fill() 2125 void ORowSetValue::impl_fill( const sal_Int32 _nType, sal_Bool _bNullable, const detail::IValueSour… in impl_fill() argument 2205 if ( bReadData && _bNullable && _rValueSource.wasNull() ) in impl_fill()
|
Completed in 34 milliseconds