Lines Matching refs:SCCOL

140 			SCCOL nCol = static_cast<SCCOL>(aSortParam.nField[nSort]);  in CreateSortInfoArray()
156 for ( SCCOL nCol = static_cast<SCCOL>(nInd1); in CreateSortInfoArray()
157 nCol <= static_cast<SCCOL>(nInd2); nCol++ ) in CreateSortInfoArray()
225 SwapCol( static_cast<SCCOL>(nDest), static_cast<SCCOL>(nOrg) ); in SortReorder()
239 ScBaseCell* pCell1, SCCOL nCell1Col, SCROW nCell1Row, in CompareCell()
240 ScBaseCell* pCell2, SCCOL nCell2Col, SCROW nCell2Row ) in CompareCell()
352 pInfo1->pCell, static_cast<SCCOL>(aSortParam.nField[nSort]), pInfo1->nOrg, in Compare()
353 pInfo2->pCell, static_cast<SCCOL>(aSortParam.nField[nSort]), pInfo2->nOrg ); in Compare()
356 pInfo1->pCell, static_cast<SCCOL>(pInfo1->nOrg), aSortParam.nField[nSort], in Compare()
357 pInfo2->pCell, static_cast<SCCOL>(pInfo2->nOrg), aSortParam.nField[nSort] ); in Compare()
413 void ScTable::SwapCol(SCCOL nCol1, SCCOL nCol2) in SwapCol()
437 for (SCCOL nCol = aSortParam.nCol1; nCol <= aSortParam.nCol2; nCol++) in SwapRow()
476 SCCOL nCol = static_cast<SCCOL>(aSortParam.nField[nSort]); in Compare()
489 nRes = CompareCell( nSort, pCell1, static_cast<SCCOL>(nIndex1), in Compare()
490 nRow, pCell2, static_cast<SCCOL>(nIndex2), nRow ); in Compare()
525 for (SCCOL nCol = aSortParam.nCol1; nCol <= aSortParam.nCol2; nCol++) in Sort()
546 SCCOL nLastCol; in Sort()
551 SCCOL nCol1 = (rSortParam.bHasHeader ? in Sort()
574 SCCOL nStartCol = rParam.nCol1; in TestRemoveSubTotals()
576 SCCOL nEndCol = rParam.nCol2; in TestRemoveSubTotals()
579 SCCOL nCol; in TestRemoveSubTotals()
592 for (SCCOL nTestCol=0; nTestCol<=MAXCOL; nTestCol++) in TestRemoveSubTotals()
607 SCCOL nStartCol = rParam.nCol1; in RemoveSubTotals()
609 SCCOL nEndCol = rParam.nCol2; in RemoveSubTotals()
612 SCCOL nCol; in RemoveSubTotals()
637 void lcl_RemoveNumberFormat( ScTable* pTab, SCCOL nCol, SCROW nRow ) in lcl_RemoveNumberFormat()
667 SCCOL nStartCol = rParam.nCol1; in DoSubTotals()
669 SCCOL nEndCol = rParam.nCol2; in DoSubTotals()
690 SCCOL* nGroupCol = rParam.nField; // Spalten nach denen in DoSubTotals()
726 SCCOL nResCount = rParam.nSubTotals[aRowEntry.nGroupNo]; in DoSubTotals()
875 SCCOL nResCount = rParam.nSubTotals[iEntry->nGroupNo]; in DoSubTotals()
876 SCCOL* nResCols = rParam.pSubTotals[iEntry->nGroupNo]; in DoSubTotals()
878 for ( SCCOL nResult=0; nResult < nResCount; ++nResult ) in DoSubTotals()
952 pCell = GetCell( static_cast<SCCOL>(rEntry.nField), nRow ); in ValidQuery()
965 HasValueData( static_cast<SCCOL>(rEntry.nField), nRow))) in ValidQuery()
984 nCellVal = GetValue( static_cast<SCCOL>(rEntry.nField), nRow ); in ValidQuery()
994 sal_uInt32 nNumFmt = GetNumberFormat(static_cast<SCCOL>(rEntry.nField), nRow); in ValidQuery()
1050 static_cast<SCCOL>(rEntry.nField), in ValidQuery()
1062 sal_uLong nFormat = GetNumberFormat( static_cast<SCCOL>(rEntry.nField), nRow ); in ValidQuery()
1067 GetInputString( static_cast<SCCOL>(rEntry.nField), nRow, aCellStr ); in ValidQuery()
1227 HasValueData( static_cast<SCCOL>(rEntry.nField), nRow))) in ValidQuery()
1234 HasStringData( static_cast<SCCOL>(rEntry.nField), nRow))) in ValidQuery()
1296 ScSortParam aLocalSortParam( rParam, static_cast<SCCOL>(rEntry.nField) ); in TopTenQuery()
1511 for (SCCOL nCol=aParam.nCol1; nCol<=aParam.nCol2 && !bValid; nCol++) in Query()
1529 for (SCCOL k=aParam.nCol1; k <= aParam.nCol2; k++) in Query()
1641 sal_Bool ScTable::CreateExcelQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam… in CreateExcelQuery()
1644 SCCOL* pFields = new SCCOL[nCol2-nCol1+1]; in CreateExcelQuery()
1646 SCCOL nCol = nCol1; in CreateExcelQuery()
1650 SCCOL nDBCol2 = rQueryParam.nCol2; in CreateExcelQuery()
1657 SCCOL i = rQueryParam.nCol1; in CreateExcelQuery()
1721 sal_Bool ScTable::CreateStarQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam&… in CreateStarQuery()
1742 SCCOL nDBCol2 = rQueryParam.nCol2; in CreateStarQuery()
1772 for (SCCOL i=rQueryParam.nCol1; (i <= nDBCol2) && (!bFound); i++) in CreateStarQuery()
1827 sal_Bool ScTable::CreateQueryParam(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam… in CreateQueryParam()
1859 sal_Bool ScTable::HasColHeader( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW /* nEndRow *… in HasColHeader()
1861 for (SCCOL nCol=nStartCol; nCol<=nEndCol; nCol++) in HasColHeader()
1870 sal_Bool ScTable::HasRowHeader( SCCOL nStartCol, SCROW nStartRow, SCCOL /* nEndCol */, SCROW nEndRo… in HasRowHeader() argument
1881 void ScTable::GetFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, TypedScStrCollection& rStrings… in GetFilterEntries()
1887SCCOL nCol, SCROW nRow1, SCROW nRow2, const ScQueryParam& rParam, TypedScStrCollection& rStrings, … in GetFilteredFilterEntries()
1920 sal_Bool ScTable::GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool b… in GetDataEntries()
1925 SCSIZE ScTable::GetCellCount(SCCOL nCol) const in GetCellCount()
1934 for ( SCCOL nCol=0; nCol<=MAXCOL; nCol++ ) in GetCellCount()
1944 for ( SCCOL nCol=0; nCol<=MAXCOL; nCol++ ) in GetWeightedCount()
1955 for ( SCCOL nCol=0; nCol<=MAXCOL; nCol++ ) in GetCodeCount()
1962 sal_Int32 ScTable::GetMaxStringLen( SCCOL nCol, SCROW nRowStart, in GetMaxStringLen()
1972 sal_uInt16& nPrecision, SCCOL nCol, SCROW nRowStart, SCROW nRowEnd ) const in GetMaxNumberStringLen()
1981 SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in UpdateSelectionFunction()
1990 SCCOL nCol; in UpdateSelectionFunction()
2009 for (SCCOL nCol=0; nCol<=MAXCOL; nCol++) in FindConditionalFormat()