Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1810 const ViewShell* pTmpViewShell = pFmt->GetDoc()->GetCurrentViewShell(); in ContourRect() local
1811 if( pTmpViewShell ) in ContourRect()
1813 sal_Bool bT2 = pTmpViewShell->GetViewOptions()->IsTest2(); in ContourRect()
1814 sal_Bool bT6 = pTmpViewShell->GetViewOptions()->IsTest6(); in ContourRect()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2895 ViewShell* pTmpViewShell = pSh; in Paint() local
2897 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 58 milliseconds