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.cxx264 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()
307 pTmpView->ChangeTabMetric(eMetric); in ApplyRulerMetric()
309 pTmpView->ChangeVLinealMetric(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()

Completed in 20 milliseconds