Lines Matching refs:aCol

141 			ScColumn* pCol = &aCol[nCol];  in CreateSortInfoArray()
417 aCol[nCol1].SwapCell(nRow, aCol[nCol2]); in SwapCol()
439 aCol[nCol].SwapRow(nRow1, nRow2); in SwapRow()
477 ScBaseCell* pCell1 = aCol[nCol].GetCell( nIndex1 ); in Compare()
478 ScBaseCell* pCell2 = aCol[nCol].GetCell( nIndex2 ); in Compare()
487 ScBaseCell* pCell1 = aCol[nIndex1].GetCell( nRow ); in Compare()
488 ScBaseCell* pCell2 = aCol[nIndex2].GetCell( nRow ); in Compare()
526 nLastRow = Max(nLastRow, aCol[nCol].GetLastDataPos()); in Sort()
548 …(nLastCol > aSortParam.nCol1) && aCol[nLastCol].IsEmptyBlock(aSortParam.nRow1, aSortParam.nRow2); … in Sort()
586 ScColumnIterator aIter( &aCol[nCol],nStartRow,nEndRow ); in TestRemoveSubTotals()
594 if (aCol[nTestCol].HasDataAt(nRow)) in TestRemoveSubTotals()
618 ScColumnIterator aIter( &aCol[nCol],nStartRow,nEndRow ); in RemoveSubTotals()
627 aIter = ScColumnIterator( &aCol[nCol],nRow,nEndRow ); in RemoveSubTotals()
960 bOk = !( aCol[rEntry.nField].HasDataAt( nRow ) ); in ValidQuery()
962 bOk = aCol[rEntry.nField].HasDataAt( nRow ); in ValidQuery()
1677 nVisible += aCol[nCol].VisibleCount( nRow1+1, nRow2 ); in CreateExcelQuery()
1883 aCol[nCol].GetFilterEntries( nRow1, nRow2, rStrings, rHasDates ); in GetFilterEntries()
1911 aCol[nCol].GetFilterEntries( j, j, rStrings, bThisHasDates ); in GetFilteredFilterEntries()
1922 return aCol[nCol].GetDataEntries( nRow, rStrings, bLimit ); in GetDataEntries()
1927 return aCol[nCol].GetCellCount(); in GetCellCount()
1935 nCellCount += aCol[nCol].GetCellCount(); in GetCellCount()
1945 if ( aCol[nCol].GetCellCount() ) // GetCellCount ist inline in GetWeightedCount()
1946 nCellCount += aCol[nCol].GetWeightedCount(); in GetWeightedCount()
1956 if ( aCol[nCol].GetCellCount() ) // GetCellCount ist inline in GetCodeCount()
1957 nCodeCount += aCol[nCol].GetCodeCount(); in GetCodeCount()
1966 return aCol[nCol].GetMaxStringLen( nRowStart, nRowEnd, eCharSet ); in GetMaxStringLen()
1975 return aCol[nCol].GetMaxNumberStringLen( nPrecision, nRowStart, nRowEnd ); in GetMaxNumberStringLen()
1994 aCol[nCol].UpdateSelectionFunction( rMark, rData, *mpHiddenRows, in UpdateSelectionFunction()
2003 aCol[nCol].UpdateAreaFunction( rData, *mpHiddenRows, nStartRow, nEndRow ); in UpdateSelectionFunction()
2011 ScAttrIterator* pIter = aCol[nCol].CreateAttrIterator( 0, MAXROW ); in FindConditionalFormat()