Lines Matching refs:nCol

202     for (SCCOL nCol = 0; nCol < nColCount; ++nCol)  in fillTable()  local
204 SCROW nMemCount = GetCache()->GetDimMemberCount( nCol ); in fillTable()
211 SCROW nIndex = GetCache()->GetItemDataId( nCol, nRow, bRepeatIfEmpty ); in fillTable()
212 SCROW nOrder = GetCache()->GetOrder( nCol, nIndex ); in fillTable()
214 if ( nCol == 0 ) in fillTable()
223 if ( nCol == 0 ) in fillTable()
257 for (SCCOL nCol = 0; nCol < nColCount; ++nCol) in fillTable() local
259 SCROW nMemCount = GetCache()->GetDimMemberCount( nCol ); in fillTable()
266 SCROW nIndex = GetCache()->GetItemDataId( nCol, nRow, false ); in fillTable()
267 SCROW nOrder = GetCache()->GetOrder( nCol, nIndex ); in fillTable()
269 if ( nCol == 0 ) in fillTable()
312 const ScDPItemData* ScDPCacheTable::getCell(SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const in getCell() argument
314 SCROW nId= GetCache()->GetItemDataId(nCol, nRow, bRepeatIfEmpty); in getCell()
315 return GetCache()->GetItemDataById( nCol, nId ); in getCell()
318 void ScDPCacheTable::getValue( ScDPValueData& rVal, SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) c… in getValue() argument
320 const ScDPItemData* pData = getCell( nCol, nRow, bRepeatIfEmpty ); in getValue()
367 for (SCCOL nCol = 0; nCol < nColSize; ++nCol) in filterTable() local
370 str = getFieldName( nCol); in filterTable()
373 headerRow[nCol] = any; in filterTable()
390 for (SCCOL nCol = 0; nCol < nColSize; ++nCol) in filterTable() local
393 bool bRepeatIfEmpty = rRepeatIfEmptyDims.count(nCol) > 0; in filterTable()
395 const ScDPItemData* pData= getCell(nCol, nRow, bRepeatIfEmpty); in filterTable()
403 row[nCol] = any; in filterTable()