Searched refs:pTmpViewShell (Results 1 – 2 of 2) sorted by relevance
1804 const ViewShell* pTmpViewShell = pFmt->GetDoc()->GetCurrentViewShell(); in ContourRect() local1805 if( pTmpViewShell ) in ContourRect()1807 sal_Bool bT2 = pTmpViewShell->GetViewOptions()->IsTest2(); in ContourRect()1808 sal_Bool bT6 = pTmpViewShell->GetViewOptions()->IsTest6(); in ContourRect()
2804 ViewShell* pTmpViewShell = pSh; in Paint() local2806 if ( pTmpViewShell->IsInEndAction() || in Paint()2807 pTmpViewShell->IsPaintInProgress() || in Paint()2808 ( pTmpViewShell->Imp()->IsAction() && in Paint()2809 pTmpViewShell->Imp()->GetLayAction().IsActionInProgress() ) ) in Paint()2814 pTmpViewShell = static_cast<ViewShell*>(pTmpViewShell->GetNext()); in Paint()2815 } while ( bPerformLayoutAction && pTmpViewShell != pSh ); in Paint()
Completed in 102 milliseconds