Home
last modified time | relevance | path

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

/AOO42X/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()
/AOO42X/main/sw/source/core/layout/
H A Dpaintfrm.cxx2880 ViewShell* pTmpViewShell = pSh; in Paint() local
2882 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()