Lines Matching refs:columnIndex

144 		     sal_Int32 columnIndex )  in getString()  argument
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()
158 sal_Int32 columnIndex ) in getBoolean() argument
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()
173 sal_Int32 columnIndex ) in getByte() argument
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()
187 sal_Int32 columnIndex ) in getShort() argument
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()
202 sal_Int32 columnIndex ) in getInt() argument
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()
216 sal_Int32 columnIndex ) in getLong() argument
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()
230 sal_Int32 columnIndex ) in getFloat() argument
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()
244 sal_Int32 columnIndex ) in getDouble() argument
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()
258 sal_Int32 columnIndex ) in getBytes() argument
262 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBytes()
266 …vert<uno::Sequence< sal_Int8 > >( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getBytes()
272 sal_Int32 columnIndex ) in getDate() argument
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()
286 sal_Int32 columnIndex ) in getTime() argument
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()
300 sal_Int32 columnIndex ) in getTimestamp() argument
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()
315 sal_Int32 columnIndex ) in getBinaryStream() argument
319 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBinaryStream()
323 …:Reference< io::XInputStream > >( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getBinaryStream()
330 sal_Int32 columnIndex ) in getCharacterStream() argument
334 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getCharacterStream()
338 …::Reference< io::XInputStream> >( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getCharacterStream()
345 sal_Int32 columnIndex, in getObject() argument
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()
360 sal_Int32 columnIndex ) in getRef() argument
364 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getRef()
370 m_aValueMap[ --columnIndex ], in getRef()
377 sal_Int32 columnIndex ) in getBlob() argument
381 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBlob()
387 m_aValueMap[ --columnIndex ], in getBlob()
394 sal_Int32 columnIndex ) in getClob() argument
398 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getClob()
404 m_aValueMap[ --columnIndex ], in getClob()
412 sal_Int32 columnIndex ) in getArray() argument
416 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getArray()
422 m_aValueMap[ --columnIndex ], in getArray()