Lines Matching refs:nTab
166 SCTAB nTab = ScDocShell::GetCurTab(); in ScImportExport() local
167 aRange.aStart.SetTab( nTab ); in ScImportExport()
898 ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rStr, sal_uInt8 nColFormat, in lcl_PutString() argument
909 pDoc->PutCell( nCol, nRow, nTab, ScBaseCell::CreateTextCell( rStr, pDoc ) ); in lcl_PutString()
923 pDoc->SetValue( nCol, nRow, nTab, fVal ); in lcl_PutString()
1111 pDoc->PutCell( nCol, nRow, nTab, new ScValueCell(fDays), nFormat, sal_False ); in lcl_PutString()
1121 pDoc->SetString( nCol, nRow, nTab, rStr, pFormatter, bDetectNumFormat ); in lcl_PutString()
1125 pDoc->PutCell( nCol, nRow, nTab, new ScEditCell( rStr, pDoc ) ); in lcl_PutString()
1170 SCTAB nTab = aRange.aStart.Tab(); in ExtText2Doc() local
1263 pDoc, nCol, nRow, nTab, aCell, nFmt, in ExtText2Doc()
1305 pDoc, nCol, nRow, nTab, aCell, nFmt, in ExtText2Doc()
1321 pDocSh->AdjustRowHeight( nRow, nRow, nTab); in ExtText2Doc()
1343 !pDoc->IsBlockEmpty( nTab, nStartCol + 1, nStartRow, nEndCol, nRow ) ) in ExtText2Doc()
1367 pDoc->DoColResize( nTab, nStartCol, nEndCol, 0 ); in ExtText2Doc()
1955 SCTAB nTab = aRange.aStart.Tab(); in Dif2Doc() local
1957 pImportDoc->InitUndo( pDoc, nTab, nTab ); in Dif2Doc()
1964 pImportDoc->GetCellArea( nTab, nEndCol, nEndRow ); in Dif2Doc()
1970 aRange.aEnd = ScAddress( nEndCol, nEndRow, nTab ); in Dif2Doc()