Searched refs:nThisCol (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | documen4.cxx | 766 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 D | attarray.cxx | 1361 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 D | column.cxx | 270 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()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 351 SCCOL nThisCol = nCol1 - 1; in CreateMatrixFromDoubleRef() local 357 nThisCol = aCellIter.GetCol(); in CreateMatrixFromDoubleRef() 359 if (nThisCol != nNextCol || nThisRow != nNextRow) in CreateMatrixFromDoubleRef() 362 for ( ; nNextCol <= nThisCol; ++nNextCol) in CreateMatrixFromDoubleRef() 377 nNextCol = nThisCol + 1; in CreateMatrixFromDoubleRef() 382 nNextCol = nThisCol; in CreateMatrixFromDoubleRef() 392 ScAddress aAdr( nThisCol, nThisRow, nTab1); in CreateMatrixFromDoubleRef() 400 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef() 412 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef() 417 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef() [all …]
|
H A D | chartarr.cxx | 193 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()
|
/aoo4110/main/sc/inc/ |
H A D | attarray.hxx | 149 sal_Bool ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,
|
H A D | column.hxx | 144 sal_Bool ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,
|
H A D | document.hxx | 1651 sal_uInt16 ColDifferences( SCCOL nThisCol, SCTAB nThisTab,
|
Completed in 80 milliseconds