Home
last modified time | relevance | path

Searched refs:nTestCol (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basic/source/comp/
H A Dscanner.cxx242 short nTestCol = nCol; in NextSym() local
246 nTestCol++; in NextSym()
251 String aTestSym = aLine.copy( nTestCol, 2 ); in NextSym()
256 nCol = nTestCol + 2; in NextSym()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx433 SCCOL nTestCol = rParam.nCol2 + 1; // right of the data in DoImport() local
435 while ( nTestCol <= MAXCOL && in DoImport()
436 pDoc->GetCellType(ScAddress( nTestCol, nTestRow, nTab )) == CELLTYPE_FORMULA ) in DoImport()
437 ++nTestCol, ++nFormulaCols; in DoImport()
H A Ddbdocfun.cxx735 SCCOL nTestCol = aOldDest.aEnd.Col() + 1; // neben dem Bereich in Query() local
738 while ( nTestCol <= MAXCOL && in Query()
739 pDoc->GetCellType(ScAddress( nTestCol, nTestRow, nTab )) == CELLTYPE_FORMULA ) in Query()
740 ++nTestCol, ++nFormulaCols; in Query()
H A Ddocfunc.cxx1493 SCCOL nTestCol = -1; in InsertCells() local
1502 while ( ( pPattern = aTestIter.GetNext( nTestCol, nTestRow1, nTestRow2 ) ) != NULL ) in InsertCells()
1509 ScRange aRange( nTestCol, nTestRow1, i ); in InsertCells()
1517 ScRange aTestRange( nTestCol, nTestRow, i ); in InsertCells()
1897 SCCOL nTestCol = -1; in DeleteCells() local
1906 while ( ( pPattern = aTestIter.GetNext( nTestCol, nTestRow1, nTestRow2 ) ) != NULL ) in DeleteCells()
1913 ScRange aRange( nTestCol, nTestRow1, i ); in DeleteCells()
1921 ScRange aTestRange( nTestCol, nTestRow, i ); in DeleteCells()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx592 for (SCCOL nTestCol=0; nTestCol<=MAXCOL; nTestCol++) in TestRemoveSubTotals() local
593 if (nTestCol<nStartCol || nTestCol>nEndCol) in TestRemoveSubTotals()
594 if (aCol[nTestCol].HasDataAt(nRow)) in TestRemoveSubTotals()

Completed in 62 milliseconds