Searched refs:SWORD (Results 1 – 6 of 6) sorted by relevance
465 const SWORD nColumnType = impl_getColumnType_nothrow(columnIndex); in getBytes()621 const SWORD nColumnType = impl_getColumnType_nothrow(columnIndex); in getString()1506 const SWORD nColumnType = impl_getColumnType_nothrow(nColumn); in fillRow()1753 SWORD OResultSet::impl_getColumnType_nothrow(sal_Int32 columnIndex) in impl_getColumnType_nothrow()1755 ::std::map<sal_Int32,SWORD>::iterator aFind = m_aODBCColumnTypes.find(columnIndex); in impl_getColumnType_nothrow()1757 …aFind = m_aODBCColumnTypes.insert(::std::map<sal_Int32,SWORD>::value_type(columnIndex,OResultSetMe… in impl_getColumnType_nothrow()
1320 SWORD ODatabaseMetaDataResultSet::impl_getColumnType_nothrow(sal_Int32 columnIndex) in impl_getColumnType_nothrow()1322 ::std::map<sal_Int32,SWORD>::iterator aFind = m_aODBCColumnTypes.find(columnIndex); in impl_getColumnType_nothrow()1324 …aFind = m_aODBCColumnTypes.insert(::std::map<sal_Int32,SWORD>::value_type(columnIndex,OResultSetMe… in impl_getColumnType_nothrow()
297 SWORD pcbDSN; in getDatasourceNames()299 SWORD pcbDescription; in getDatasourceNames()
72 ::std::map<sal_Int32,SWORD> m_aODBCColumnTypes;96 SWORD impl_getColumnType_nothrow(sal_Int32 columnIndex);
125 ::std::map<sal_Int32,SWORD> m_aODBCColumnTypes;172 SWORD impl_getColumnType_nothrow(sal_Int32 columnIndex);
220 typedef short int SWORD; typedef
Completed in 30 milliseconds