Searched refs:nTestCol (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/basic/source/comp/ |
| H A D | scanner.cxx | 240 short nTestCol = nCol; in NextSym() local 244 nTestCol++; in NextSym() 249 String aTestSym = aLine.copy( nTestCol, 2 ); in NextSym() 254 nCol = nTestCol + 2; in NextSym()
|
| /AOO42X/main/sc/source/ui/docshell/ |
| H A D | dbdocimp.cxx | 433 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 D | dbdocfun.cxx | 735 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 D | docfunc.cxx | 1489 SCCOL nTestCol = -1; in InsertCells() local 1498 while ( ( pPattern = aTestIter.GetNext( nTestCol, nTestRow1, nTestRow2 ) ) != NULL ) in InsertCells() 1505 ScRange aRange( nTestCol, nTestRow1, i ); in InsertCells() 1513 ScRange aTestRange( nTestCol, nTestRow, i ); in InsertCells() 1893 SCCOL nTestCol = -1; in DeleteCells() local 1902 while ( ( pPattern = aTestIter.GetNext( nTestCol, nTestRow1, nTestRow2 ) ) != NULL ) in DeleteCells() 1909 ScRange aRange( nTestCol, nTestRow1, i ); in DeleteCells() 1917 ScRange aTestRange( nTestCol, nTestRow, i ); in DeleteCells()
|
| /AOO42X/main/sc/source/core/data/ |
| H A D | table3.cxx | 592 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()
|