Lines Matching refs:pTmpView
264 SwView* pTmpView = SwModule::GetFirstView(); in ApplyUserMetric() local
266 while(pTmpView) in ApplyUserMetric()
268 if(bWeb == (0 != PTR_CAST(SwWebView, pTmpView))) in ApplyUserMetric()
270 pTmpView->ChangeVLinealMetric(eVScrollMetric); in ApplyUserMetric()
271 pTmpView->ChangeTabMetric(eHScrollMetric); in ApplyUserMetric()
274 pTmpView = SwModule::GetNextView(pTmpView); in ApplyUserMetric()
300 SwView* pTmpView = SwModule::GetFirstView(); in ApplyRulerMetric() local
302 while(pTmpView) in ApplyRulerMetric()
304 if(bWeb == (0 != dynamic_cast<SwWebView *>( pTmpView ))) in ApplyRulerMetric()
307 pTmpView->ChangeTabMetric(eMetric); in ApplyRulerMetric()
309 pTmpView->ChangeVLinealMetric(eMetric); in ApplyRulerMetric()
311 pTmpView = SwModule::GetNextView(pTmpView); in ApplyRulerMetric()