Lines Matching refs:nStartCol

365     SCCOL nStartCol = nEndCol;  in lcl_GetAutoSumForRowRange()  local
374 rRangeList.Append( ScRange( nStartCol, nRow, nTab, nEndCol, nRow, nTab ) ); in lcl_GetAutoSumForRowRange()
378 nStartCol = nEndCol; in lcl_GetAutoSumForRowRange()
384 while ( nStartCol > aStart.Col() && in lcl_GetAutoSumForRowRange()
385 … lcl_IsAutoSumData( pDoc, nStartCol-1, nRow, nTab, DIR_LEFT, nExtend /*out*/ ) != ScAutoSumSum ) in lcl_GetAutoSumForRowRange()
387 --nStartCol; in lcl_GetAutoSumForRowRange()
389 rRangeList.Append( ScRange( nStartCol, nRow, nTab, nEndCol, nRow, nTab ) ); in lcl_GetAutoSumForRowRange()
405 SCCOL nStartCol = nCol; in GetAutoSumArea() local
450 nStartCol = nSeekCol; // nSeekCol evtl. per Reference angepasst in GetAutoSumArea()
452 nEndCol = nStartCol; // nur Summen summieren in GetAutoSumArea()
469 while ( nStartCol != 0 && lcl_IsAutoSumData( pDoc, nStartCol-1, in GetAutoSumArea()
471 --nStartCol; in GetAutoSumArea()
475 ScRange( nStartCol, nStartRow, nTab, nEndCol, nEndRow, nTab ) ); in GetAutoSumArea()
491 nStartCol = nEndCol; in GetAutoSumArea()
515 SCCOL nStartCol = rRange.aStart.Col(); in AutoSum() local
525 for ( SCCOL nCol = nStartCol; nCol <= nEndCol; ++nCol ) in AutoSum()
546 for ( SCCOL nCol = nStartCol; nCol <= nEndCol; ++nCol ) in AutoSum()
558 nStartCol = nCol; in AutoSum()
567 const bool bEndRowEmpty = pDoc->IsBlockEmpty( nTab, nStartCol, nEndRow, 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()
650 for ( SCCOL nCol = nStartCol; nCol <= nEndCol; ++nCol ) in AutoSum()
685 if ( !pDoc->IsBlockEmpty( nTab, nStartCol, nRow, nSumEndCol, nRow ) ) in AutoSum()
688 const ScRange aRange( nStartCol, nRow, nTab, nSumEndCol, nRow, nTab ); in AutoSum()
699 const ScRange aMarkRange( nStartCol, nStartRow, nTab, nMarkEndCol, nMarkEndRow, nTab ); in AutoSum()
1108 SCCOL nStartCol = aMarkRange.aStart.Col(); in MergeCells() local
1114 if ( nStartCol == nEndCol && nStartRow == nEndRow ) in MergeCells()
1120 if ( pDoc->HasAttrib( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab, in MergeCells()
1129 if ( !pDoc->IsBlockEmpty( nStartTab, nStartCol,nStartRow+1, nStartCol,nEndRow, true ) || in MergeCells()
1130 !pDoc->IsBlockEmpty( nStartTab, nStartCol+1,nStartRow, nEndCol,nEndRow, true ) ) in MergeCells()
1155 SetCursor( nStartCol, nStartRow ); in MergeCells()
1266 void ScViewFunc::FillAuto( FillDir eDir, SCCOL nStartCol, SCROW nStartRow, in FillAuto() argument
1270 ScRange aRange( nStartCol,nStartRow,nTab, nEndCol,nEndRow,nTab ); in FillAuto()
1495 SCCOL nStartCol; 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()
1543 SCCOL nStartCol; 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()
1594 pDocSh->PostPaint( nStartCol, nStartRow, nStartTab, in AutoFormat()
1602 ScRange(nStartCol,nStartRow,nStartTab, nEndCol,nEndRow,nEndTab), in AutoFormat()
3100 SCCOL nStartCol = aMarkRange.aStart.Col(); in SetSelectionFrameLines() local
3106 pDocSh->PostPaint( nStartCol, nStartRow, nStartTab, in SetSelectionFrameLines()