Lines Matching refs:nSrcTab
616 SCTAB nSrcTab = aBlock.aStart.Tab(); in InitDocShell() local
617 pDestDoc->SetLayoutRTL(0, pDoc->IsLayoutRTL(nSrcTab)); in InitDocShell()
619 if ( pDoc->ColHidden(nCol, nSrcTab, nLastCol) ) in InitDocShell()
622 pDestDoc->SetColWidth( nCol, 0, pDoc->GetColWidth( nCol, nSrcTab ) ); in InitDocShell()
629 sal_uInt8 nSourceFlags = pDoc->GetRowFlags(nRow, nSrcTab); in InitDocShell()
631 if ( pDoc->RowHidden(nRow, nSrcTab, nLastRow) ) in InitDocShell()
635 pDestDoc->SetRowHeight( nRow, 0, pDoc->GetOriginalHeight( nRow, nSrcTab ) ); in InitDocShell()
770 SCTAB nSrcTab = 0; in StripRefs() local
771 while (nSrcTab<MAXTAB && !pDoc->HasTable(nSrcTab)) in StripRefs()
772 ++nSrcTab; in StripRefs()
777 if (!pDoc->HasTable(nSrcTab) || !pDestDoc->HasTable(nDestTab)) in StripRefs()
786 ScCellIterator aIter( pDoc, nStartX, nStartY, nSrcTab, nEndX, nEndY, nSrcTab ); in StripRefs()
797 if ( aRef.aStart.Tab() != nSrcTab || aRef.aEnd.Tab() != nSrcTab || in StripRefs()