Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx258 SwView* pTmpView = SwModule::GetFirstView(); in ApplyUserMetric() local
260 while(pTmpView) in ApplyUserMetric()
262 if(bWeb == (0 != PTR_CAST(SwWebView, pTmpView))) in ApplyUserMetric()
264 pTmpView->ChangeVRulerMetric(eVScrollMetric); in ApplyUserMetric()
265 pTmpView->ChangeTabMetric(eHScrollMetric); in ApplyUserMetric()
268 pTmpView = SwModule::GetNextView(pTmpView); in ApplyUserMetric()
294 SwView* pTmpView = SwModule::GetFirstView(); in ApplyRulerMetric() local
296 while(pTmpView) in ApplyRulerMetric()
298 if(bWeb == (0 != dynamic_cast<SwWebView *>( pTmpView ))) in ApplyRulerMetric()
301 pTmpView->ChangeTabMetric(eMetric); in ApplyRulerMetric()
[all …]
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx534 SdrView* pTmpView = pSdrView; in Execute() local
546 pTmpView->SetAttributes( aAttr ); in Execute()
558 SdrView* pTmpView = pSdrView; in Execute() local
590 pTmpView->SetAttributes( aAttr ); in Execute()