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()
2895 ViewShell* pTmpViewShell = pSh; in Paint() local2897 if ( pTmpViewShell->IsInEndAction() || in Paint()2898 pTmpViewShell->IsPaintInProgress() || in Paint()2899 ( pTmpViewShell->Imp()->IsAction() && in Paint()2900 pTmpViewShell->Imp()->GetLayAction().IsActionInProgress() ) ) in Paint()2905 pTmpViewShell = static_cast<ViewShell*>(pTmpViewShell->GetNext()); in Paint()2906 } while ( bPerformLayoutAction && pTmpViewShell != pSh ); in Paint()
Completed in 51 milliseconds