Lines Matching refs:sal_Int32

61 					  sal_Int32 nOpenMode,
110 if( 0<= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in wasNull()
119 sal_Int32 columnIndex ) in getString()
124 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getString()
132 sal_Int32 columnIndex ) in getBoolean()
136 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBoolean()
144 sal_Int32 columnIndex ) in getByte()
148 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getByte()
156 sal_Int32 columnIndex ) in getShort()
161 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getShort()
167 virtual sal_Int32 SAL_CALL
169 sal_Int32 columnIndex ) in getInt()
173 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getInt()
176 return sal_Int32( 0 ); in getInt()
181 sal_Int32 columnIndex ) in getLong()
185 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getLong()
193 sal_Int32 columnIndex ) in getFloat()
197 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getFloat()
205 sal_Int32 columnIndex ) in getDouble()
209 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getDouble()
217 sal_Int32 columnIndex ) in getBytes()
221 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBytes()
229 sal_Int32 columnIndex ) in getDate()
233 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getDate()
241 sal_Int32 columnIndex ) in getTime()
245 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getTime()
253 sal_Int32 columnIndex ) in getTimestamp()
257 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getTimestamp()
267 sal_Int32 columnIndex ) in getBinaryStream()
271 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBinaryStream()
281 sal_Int32 columnIndex ) in getCharacterStream()
285 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getCharacterStream()
294 sal_Int32 columnIndex, in getObject()
300 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getObject()
309 sal_Int32 columnIndex ) in getRef()
313 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getRef()
322 sal_Int32 columnIndex ) in getBlob()
326 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getBlob()
335 sal_Int32 columnIndex ) in getClob()
339 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getClob()
349 sal_Int32 columnIndex ) in getArray()
353 if( 0 <= m_nRow && m_nRow < sal::static_int_cast<sal_Int32>(m_aItems.size()) ) in getArray()
417 virtual sal_Int32 SAL_CALL
425 sal_Int32 row )
431 sal_Int32 rows )
572 sal_Int32 m_nRow;
574 sal_Int32 m_nOpenMode;