Home
last modified time | relevance | path

Searched refs:pTmpViewShell (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/text/
H A Dtxtfly.cxx1804 const ViewShell* pTmpViewShell = pFmt->GetDoc()->GetCurrentViewShell(); in ContourRect() local
1805 if( pTmpViewShell ) in ContourRect()
1807 sal_Bool bT2 = pTmpViewShell->GetViewOptions()->IsTest2(); in ContourRect()
1808 sal_Bool bT6 = pTmpViewShell->GetViewOptions()->IsTest6(); in ContourRect()
/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx2804 ViewShell* pTmpViewShell = pSh; in Paint() local
2806 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 49 milliseconds