Lines Matching refs:m_aValueMap

86 	: m_aValueMap( seq ),  in XRow_impl()
148 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getString()
152 …m_nWasNull = ::convert<rtl::OUString>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Va… in getString()
162 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBoolean()
166 m_nWasNull = ::convert<sal_Bool>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getBoolean()
177 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getByte()
181 m_nWasNull = ::convert<sal_Int8>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getByte()
191 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getShort()
195 …m_nWasNull = ::convert<sal_Int16>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value … in getShort()
206 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getInt()
210 …m_nWasNull = ::convert<sal_Int32>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value … in getInt()
220 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getLong()
224 …m_nWasNull = ::convert<sal_Int64>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value … in getLong()
234 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getFloat()
238 m_nWasNull = ::convert<float>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getFloat()
248 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getDouble()
252 m_nWasNull = ::convert<double>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getDouble()
262 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBytes()
266 …m_nWasNull = ::convert<uno::Sequence< sal_Int8 > >( m_pMyShell,m_xTypeConverter,m_aValueMap[ --col… in getBytes()
276 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getDate()
280 …m_nWasNull = ::convert<util::Date>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value… in getDate()
290 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getTime()
294 …m_nWasNull = ::convert<util::Time>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value… in getTime()
304 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getTimestamp()
308 …m_nWasNull = ::convert<util::DateTime>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],V… in getTimestamp()
319 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBinaryStream()
323 …vert<uno::Reference< io::XInputStream > >( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex … in getBinaryStream()
334 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getCharacterStream()
338 …vert< uno::Reference< io::XInputStream> >( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex … in getCharacterStream()
350 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getObject()
354 m_nWasNull = ::convert<uno::Any>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getObject()
364 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getRef()
370 m_aValueMap[ --columnIndex ], in getRef()
381 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBlob()
387 m_aValueMap[ --columnIndex ], in getBlob()
398 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getClob()
404 m_aValueMap[ --columnIndex ], in getClob()
416 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getArray()
422 m_aValueMap[ --columnIndex ], in getArray()