Lines Matching refs:nStartTab

1110 	SCTAB nStartTab = aMarkRange.aStart.Tab();  in MergeCells()  local
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()
1497 SCTAB nStartTab; in CreateAutoFormatData() local
1501 …if (GetViewData()->GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK… in CreateAutoFormatData()
1507 pDoc->GetAutoFormatData( nStartTab, nStartCol,nStartRow,nEndCol,nEndRow, *pData ); in CreateAutoFormatData()
1545 SCTAB nStartTab; in AutoFormat()
1550 …if (GetViewData()->GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK… in AutoFormat()
1563 pUndoDoc->InitUndo( pDoc, nStartTab, nEndTab, bSize, bSize ); in AutoFormat()
1564 pDoc->CopyToDocument( nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nEndTab, in AutoFormat()
1568 pDoc->CopyToDocument( nStartCol,0,nStartTab, nEndCol,MAXROW,nEndTab, in AutoFormat()
1570 pDoc->CopyToDocument( 0,nStartRow,nStartTab, MAXCOL,nEndRow,nEndTab, in AutoFormat()
1584 pDocSh->PostPaint( 0,0,nStartTab, MAXCOL,MAXROW,nStartTab, in AutoFormat()
1591 pDocSh->PostPaint( 0,nStartRow,nStartTab, MAXCOL,MAXROW,nStartTab, in AutoFormat()
1594 pDocSh->PostPaint( nStartCol, nStartRow, nStartTab, in AutoFormat()
1602 ScRange(nStartCol,nStartRow,nStartTab, nEndCol,nEndRow,nEndTab), in AutoFormat()
1638 SCTAB nStartTab, nEndTab; in SearchAndReplace() local
1641 nStartTab = 0; in SearchAndReplace()
1653 nStartTab = nEndTab = rMark.GetFirstSelected(); in SearchAndReplace()
1654 for ( SCTAB j = nStartTab + 1; j <= nLastTab; j++ ) in SearchAndReplace()
1664 for ( SCTAB j = nStartTab; j <= nEndTab; j++ ) in SearchAndReplace()
1692 pUndoDoc->InitUndo( pDoc, nStartTab, nEndTab ); in SearchAndReplace()
1698 for ( SCTAB j = nStartTab; j <= nEndTab; j++ ) in SearchAndReplace()
1709 if ( nCol == 0 && nRow == 0 && nTab == nStartTab && !pSearchItem->GetBackward() ) in SearchAndReplace()
1746 if ( nStartTab == nEndTab ) in SearchAndReplace()
1753 if ( nStartTab == nEndTab ) in SearchAndReplace()
1770 nTab = nStartTab; in SearchAndReplace()
1800 for ( SCTAB j = nStartTab; j <= nEndTab; j++ ) in SearchAndReplace()
3102 SCTAB nStartTab = aMarkRange.aStart.Tab(); in SetSelectionFrameLines() local
3106 pDocSh->PostPaint( nStartCol, nStartRow, nStartTab, in SetSelectionFrameLines()