Lines Matching refs:sal_Int32

85 		aRow.push_back(new ORowSetValueDecorator((sal_Int32)254));  in impl_getTypeInfo_throw()
89 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnValue::NULLABLE)); in impl_getTypeInfo_throw()
91 aRow.push_back(new ORowSetValueDecorator((sal_Int32)ColumnSearch::FULL)); in impl_getTypeInfo_throw()
100 aRow.push_back(new ORowSetValueDecorator((sal_Int32)10)); in impl_getTypeInfo_throw()
106 aRow[3] = new ORowSetValueDecorator((sal_Int32)2147483647); in impl_getTypeInfo_throw()
113 aRow[3] = new ORowSetValueDecorator((sal_Int32)10); in impl_getTypeInfo_throw()
129 aRow[3] = new ORowSetValueDecorator((sal_Int32)8); in impl_getTypeInfo_throw()
145 aRow[3] = new ORowSetValueDecorator((sal_Int32)10); in impl_getTypeInfo_throw()
151 aRow[3] = new ORowSetValueDecorator((sal_Int32)20); in impl_getTypeInfo_throw()
158 aRow[3] = new ORowSetValueDecorator((sal_Int32)16); in impl_getTypeInfo_throw()
160 aRow[15] = new ORowSetValueDecorator((sal_Int32)16); in impl_getTypeInfo_throw()
187 aRow[10] = new ORowSetValueDecorator((sal_Int32)10); in getColumns()
209 for(sal_Int32 i=1;pBegin != pEnd;++pBegin,++i) in getColumns()
223 switch((sal_Int32)aRow[5]->getValue()) in getColumns()
227 aRow[16] = new ORowSetValueDecorator((sal_Int32)254); in getColumns()
230 aRow[16] = new ORowSetValueDecorator((sal_Int32)65535); in getColumns()
233 aRow[16] = new ORowSetValueDecorator((sal_Int32)0); in getColumns()
236 switch(sal_Int32(aRow[11]->getValue())) in getColumns()
283 aRow[7] = new ORowSetValueDecorator((sal_Int32)3); in getIndexInfo()
310 aRow[11] = new ORowSetValueDecorator((sal_Int32)pIndex->getHeader().db_maxkeys); in getIndexInfo()
311 aRow[12] = new ORowSetValueDecorator((sal_Int32)pIndex->getHeader().db_pagecount); in getIndexInfo()
322 for(sal_Int32 j=1;pColBegin != pColEnd;++pColBegin,++j) in getIndexInfo()
344 sal_Int32 SAL_CALL ODbaseDatabaseMetaData::getMaxBinaryLiteralLength( ) throw(SQLException, Runtim… in getMaxBinaryLiteralLength()
350 sal_Int32 SAL_CALL ODbaseDatabaseMetaData::getMaxCharLiteralLength( ) throw(SQLException, RuntimeE… in getMaxCharLiteralLength()
356 sal_Int32 SAL_CALL ODbaseDatabaseMetaData::getMaxColumnNameLength( ) throw(SQLException, RuntimeEx… in getMaxColumnNameLength()
362 sal_Int32 SAL_CALL ODbaseDatabaseMetaData::getMaxColumnsInIndex( ) throw(SQLException, RuntimeExce… in getMaxColumnsInIndex()
368 sal_Int32 SAL_CALL ODbaseDatabaseMetaData::getMaxColumnsInTable( ) throw(SQLException, RuntimeExce… in getMaxColumnsInTable()