Home
last modified time | relevance | path

Searched refs:nThisCol (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx766 for (SCCOL nThisCol=0; nThisCol<=nMaxCol; nThisCol++) in RowDifferences() local
772 nOtherCol = nThisCol; in RowDifferences()
1013 SCCOL nThisCol; in CompareDocument() local
1067 for (nThisCol = 0; nThisCol<=nThisEndCol; nThisCol++) in CompareDocument()
1068 pOtherCols[nThisCol] = nThisCol; in CompareDocument()
1090 for ( nThisCol = nThisEndCol+1; nThisCol > 0; ) in CompareDocument()
1092 --nThisCol; in CompareDocument()
1104 if ( nThisCol == nThisEndCol || ValidCol(static_cast<SCCOL>(pOtherCols[nThisCol+1])) ) in CompareDocument()
1106 SCCOL nFirstNew = static_cast<SCCOL>(nThisCol); in CompareDocument()
1109 SCCOL nDiff = nThisCol - nFirstNew; in CompareDocument()
[all …]
H A Dattarray.cxx1361 sal_Bool ScAttrArray::ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow, in ExtendMerge() argument
1382 SCCOL nMergeEndCol = nThisCol + nCountX - 1; in ExtendMerge()
1405 if ( nMergeEndCol > nThisCol ) in ExtendMerge()
1406 pDocument->ApplyFlagsTab( nThisCol+1, nThisRow, nMergeEndCol, pData[i].nRow, in ExtendMerge()
1409 pDocument->ApplyFlagsTab( nThisCol, nThisRow+1, nThisCol, nMergeEndRow, in ExtendMerge()
1411 if ( nMergeEndCol > nThisCol && nMergeEndRow > nThisRow ) in ExtendMerge()
1412 pDocument->ApplyFlagsTab( nThisCol+1, nThisRow+1, nMergeEndCol, nMergeEndRow, in ExtendMerge()
1457 SCCOL nThisCol = nCol; in RemoveAreaMerge() local
1458 SCCOL nMergeEndCol = nThisCol + nCountX - 1; in RemoveAreaMerge()
1464 pDocument->ApplyAttr( nThisCol, nThisRow, nTab, *pAttr ); in RemoveAreaMerge()
[all …]
H A Dcolumn.cxx270 sal_Bool ScColumn::ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow, in ExtendMerge() argument
274 …return pAttrArray->ExtendMerge( nThisCol, nStartRow, nEndRow, rPaintCol, rPaintRow, bRefresh, bAtt… in ExtendMerge()
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx350 SCCOL nThisCol = nCol1 - 1; in CreateMatrixFromDoubleRef() local
356 nThisCol = aCellIter.GetCol(); in CreateMatrixFromDoubleRef()
358 if (nThisCol != nNextCol || nThisRow != nNextRow) in CreateMatrixFromDoubleRef()
361 for ( ; nNextCol <= nThisCol; ++nNextCol) in CreateMatrixFromDoubleRef()
376 nNextCol = nThisCol + 1; in CreateMatrixFromDoubleRef()
381 nNextCol = nThisCol; in CreateMatrixFromDoubleRef()
391 ScAddress aAdr( nThisCol, nThisRow, nTab1); in CreateMatrixFromDoubleRef()
399 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef()
411 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef()
416 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef()
[all …]
H A Dchartarr.cxx193 SCCOL nThisCol = sal::static_int_cast<SCCOL>(nCol1+i); in CreateMemChartSingle() local
194 if (!pDocument->ColHidden(nThisCol, nTab1, nLastCol)) in CreateMemChartSingle()
195 aCols.push_back(nThisCol); in CreateMemChartSingle()
/trunk/main/sc/inc/
H A Dattarray.hxx149 sal_Bool ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,
H A Dcolumn.hxx144 sal_Bool ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,
H A Ddocument.hxx1651 sal_uInt16 ColDifferences( SCCOL nThisCol, SCTAB nThisTab,

Completed in 70 milliseconds