Home
last modified time | relevance | path

Searched refs:nColumnSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx87 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 DOPreparedStatement.cxx438 SQLULEN nColumnSize = 0; in setNull() local
442 nColumnSize = 1; in setNull()
460 nColumnSize, in setNull()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2571 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 67 milliseconds