Searched refs:pTmpViewShell (Results 1 – 2 of 2) sorted by relevance
1810 const ViewShell* pTmpViewShell = pFmt->GetDoc()->GetCurrentViewShell(); in ContourRect() local1811 if( pTmpViewShell ) in ContourRect()1813 sal_Bool bT2 = pTmpViewShell->GetViewOptions()->IsTest2(); in ContourRect()1814 sal_Bool bT6 = pTmpViewShell->GetViewOptions()->IsTest6(); in ContourRect()
2880 ViewShell* pTmpViewShell = pSh; in Paint() local2882 if ( pTmpViewShell->IsInEndAction() || in Paint()2883 pTmpViewShell->IsPaintInProgress() || in Paint()2884 ( pTmpViewShell->Imp()->IsAction() && in Paint()2885 pTmpViewShell->Imp()->GetLayAction().IsActionInProgress() ) ) in Paint()2890 pTmpViewShell = static_cast<ViewShell*>(pTmpViewShell->GetNext()); in Paint()2891 } while ( bPerformLayoutAction && pTmpViewShell != pSh ); in Paint()