Lines Matching refs:nEndCol

364     SCCOL nEndCol = aEnd.Col();  in lcl_GetAutoSumForRowRange()  local
365 SCCOL nStartCol = nEndCol; in lcl_GetAutoSumForRowRange()
367 … const ScAutoSum eSum = lcl_IsAutoSumData( pDoc, nEndCol, nRow, nTab, DIR_LEFT, nExtend /*out*/ ); in lcl_GetAutoSumForRowRange()
374 rRangeList.Append( ScRange( nStartCol, nRow, nTab, nEndCol, nRow, nTab ) ); in lcl_GetAutoSumForRowRange()
375 nEndCol = static_cast< SCCOL >( nExtend ); in lcl_GetAutoSumForRowRange()
376 …if ( ( bContinue = lcl_FindNextSumEntryInRow( pDoc, nEndCol /*inout*/, nRow, nTab, nExtend /*out*/… in lcl_GetAutoSumForRowRange()
378 nStartCol = nEndCol; in lcl_GetAutoSumForRowRange()
389 rRangeList.Append( ScRange( nStartCol, nRow, nTab, nEndCol, nRow, nTab ) ); in lcl_GetAutoSumForRowRange()
407 SCCOL nEndCol = nCol; in GetAutoSumArea() local
452 nEndCol = nStartCol; // nur Summen summieren in GetAutoSumArea()
454 nEndCol = nCol - 1; // Datenbereich evtl. nach rechts erweitern in GetAutoSumArea()
475 ScRange( nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab ) ); in GetAutoSumArea()
488 nEndCol = static_cast< SCCOL >( nExtend ); in GetAutoSumArea()
489 …if ( ( bContinue = lcl_FindNextSumEntryInRow( pDoc, nEndCol /*inout*/, nRow, nTab, nExtend /*out*/… in GetAutoSumArea()
491 nStartCol = nEndCol; in GetAutoSumArea()
517 const SCCOL nEndCol = rRange.aEnd.Col(); in AutoSum() local
525 for ( SCCOL nCol = nStartCol; nCol <= nEndCol; ++nCol ) in AutoSum()
546 for ( SCCOL nCol = nStartCol; nCol <= nEndCol; ++nCol ) in AutoSum()
567 const bool bEndRowEmpty = pDoc->IsBlockEmpty( nTab, nStartCol, nEndRow, nEndCol, nEndRow ); in AutoSum()
568 const bool bEndColEmpty = pDoc->IsBlockEmpty( nTab, nEndCol, nStartRow, nEndCol, nEndRow ); in AutoSum()
570 bool bCol = ( ( nStartCol != nEndCol ) && ( bEndColEmpty || nStartRow == nEndRow ) ); in AutoSum()
579 while ( !pDoc->IsBlockEmpty( nTab, nStartCol, nInsRow, nEndCol, nInsRow ) ) in AutoSum()
599 SCCOL nInsCol = nEndCol; in AutoSum()
629 SCCOL nMarkEndCol = nEndCol; in AutoSum()
650 for ( SCCOL nCol = nStartCol; nCol <= nEndCol; ++nCol ) in AutoSum()
669 SCCOL nSumEndCol = nEndCol; in AutoSum()
1111 SCCOL nEndCol = aMarkRange.aEnd.Col(); in MergeCells() local
1114 if ( nStartCol == nEndCol && nStartRow == nEndRow ) in MergeCells()
1120 if ( pDoc->HasAttrib( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab, in MergeCells()
1130 !pDoc->IsBlockEmpty( nStartTab, nStartCol+1,nStartRow, nEndCol,nEndRow, true ) ) in MergeCells()
1267 SCCOL nEndCol, SCROW nEndRow, sal_uLong nCount, sal_Bool bRecord ) in FillAuto() argument
1270 ScRange aRange( nStartCol,nStartRow,nTab, nEndCol,nEndRow,nTab ); in FillAuto()
1498 SCCOL nEndCol; in CreateAutoFormatData() local
1501 …if (GetViewData()->GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK… in CreateAutoFormatData()
1503 if ( nEndCol-nStartCol >= 3 && nEndRow-nStartRow >= 3 ) in CreateAutoFormatData()
1507 pDoc->GetAutoFormatData( nStartTab, nStartCol,nStartRow,nEndCol,nEndRow, *pData ); in CreateAutoFormatData()
1546 SCCOL nEndCol; in AutoFormat()
1550 …if (GetViewData()->GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK… in AutoFormat()
1564 pDoc->CopyToDocument( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab, in AutoFormat()
1568 pDoc->CopyToDocument( nStartCol,0,nStartTab, nEndCol,MAXROW,nEndTab, in AutoFormat()
1577 pDoc->AutoFormat( nStartCol, nStartRow, nEndCol, nEndRow, nFormatNo, rMark ); in AutoFormat()
1595 nEndCol, nEndRow, nEndTab, PAINT_GRID ); in AutoFormat()
1602 ScRange(nStartCol,nStartRow,nStartTab, nEndCol,nEndRow,nEndTab), in AutoFormat()
3103 SCCOL nEndCol = aMarkRange.aEnd.Col(); in SetSelectionFrameLines() local
3107 nEndCol, nEndRow, nEndTab, in SetSelectionFrameLines()