Lines Matching refs:mpViewShell
98 if( mpViewShell && mpViewShell->ISA( DrawViewShell ) && in DoExecute()
99 static_cast<DrawViewShell*>(mpViewShell)->IsZoomOnPage() ) in DoExecute()
109 if( mpViewShell ) in DoExecute()
111 if( mpViewShell->ISA( DrawViewShell ) ) in DoExecute()
120 else if( mpViewShell->ISA( OutlineViewShell ) ) in DoExecute()
171 mpViewShell->SetZoom( nValue ); in DoExecute()
173 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArrayZoom ); in DoExecute()
179 if( mpViewShell->ISA( DrawViewShell ) ) in DoExecute()
183 …mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_SIZE_ALL, SFX_CALLMODE_ASYNCHRON | SFX_… in DoExecute()
189 …mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_SIZE_PAGE_WIDTH, SFX_CALLMODE_ASYNCHRON… in DoExecute()
193 …mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_SIZE_PAGE, SFX_CALLMODE_ASYNCHRON | SFX_… in DoExecute()
202 else if(mpViewShell && (pArgs->Count () == 1)) in DoExecute()
205 mpViewShell->SetZoom (pScale->GetValue ()); in DoExecute()
207 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArrayZoom ); in DoExecute()