Searched refs:nColumnSize (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 87 SQLULEN nColumnSize=0; in bindParameter() local 92 OTools::bindData(_nODBCtype,_bUseWChar,pDataBuffer,pLen,_pValue,_nTextEncoding,nColumnSize); in bindParameter() 93 …if ((nColumnSize == 0) && (fSqlType == SQL_CHAR || fSqlType == SQL_VARCHAR || fSqlType == SQL_LONG… in bindParameter() 94 nColumnSize = 1; in bindParameter() 107 nColumnSize, in bindParameter()
|
H A D | OPreparedStatement.cxx | 438 SQLULEN nColumnSize = 0; in setNull() local 442 nColumnSize = 1; in setNull() 460 nColumnSize, in setNull()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2571 long nRowSize = 0, nColumnSize = 0; in Resize() local 2572 …sal_Bool bIsRowChanged = ( RowSize >>= nRowSize ), bIsColumnChanged = ( ColumnSize >>= nColumnSize… in Resize() 2580 nColumnSize = xColumnRowRange->getColumns()->getCount(); in Resize() 2582 xCursor->collapseToSize( nColumnSize, nRowSize ); in Resize()
|
Completed in 50 milliseconds