Lines Matching refs:mpViewShell

78       mpViewShell(NULL),  in Window()
112 if (mpViewShell != NULL) in ~Window()
114 WindowUpdater* pWindowUpdater = mpViewShell->GetWindowUpdater(); in ~Window()
127 if (mpViewShell != NULL) in SetViewShell()
129 pWindowUpdater = mpViewShell->GetWindowUpdater(); in SetViewShell()
134 mpViewShell = pViewSh; in SetViewShell()
137 if (mpViewShell != NULL) in SetViewShell()
139 pWindowUpdater = mpViewShell->GetWindowUpdater(); in SetViewShell()
251 if( mpViewShell && mpViewShell->GetViewFrame() ) in Resize()
252 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOMSLIDER ); in Resize()
263 if ( mpViewShell ) in PrePaint()
264 mpViewShell->PrePaint(); in PrePaint()
275 if ( mpViewShell ) in Paint()
276 mpViewShell->Paint(rRect, this); in Paint()
287 if (!(mpViewShell && mpViewShell->KeyInput(rKEvt, this))) in KeyInput()
289 if (mpViewShell && rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE) in KeyInput()
291 mpViewShell->GetViewShell()->Escape(); in KeyInput()
308 if ( mpViewShell ) in MouseButtonDown()
309 mpViewShell->MouseButtonDown(rMEvt, this); in MouseButtonDown()
320 if ( mpViewShell ) in MouseMove()
321 mpViewShell->MouseMove(rMEvt, this); in MouseMove()
334 if ( mpViewShell ) in MouseButtonUp()
335 mpViewShell->MouseButtonUp(rMEvt, this); in MouseButtonUp()
346 if ( mpViewShell ) in Command()
347 mpViewShell->Command(rCEvt, this); in Command()
353 if ( mpViewShell ) in Notify()
355 nResult = mpViewShell->Notify(rNEvt, this); in Notify()
372 if ( mpViewShell ) in RequestHelp()
374 if( !mpViewShell->RequestHelp( rEvt, this) ) in RequestHelp()
474 if ( mpViewShell && mpViewShell->ISA(DrawViewShell) ) in SetZoomFactor()
475 ((DrawViewShell*) mpViewShell)->GetView()-> in SetZoomFactor()
714 if (mpViewShell && mpViewShell->ISA(DrawViewShell)) in UpdateMapMode()
932 mpViewShell->GetViewFrame()->GetDispatcher()-> in DataChanged()
945 if( mpViewShell ) in DataChanged()
962 if( mpViewShell->ISA( DrawViewShell ) ) in DataChanged()
965 mpViewShell->GetFrameView()->SetDrawMode( nOutputMode ); in DataChanged()
972 if( mpViewShell->ISA(OutlineViewShell ) ) in DataChanged()
979 … SfxRequest aReq( nPreviewSlot, 0, mpViewShell->GetDocSh()->GetDoc()->GetItemPool() ); in DataChanged()
980 mpViewShell->ExecReq( aReq ); in DataChanged()
981 mpViewShell->Invalidate(); in DataChanged()
982 mpViewShell->ArrangeGUIElements(); in DataChanged()
985 if(mpViewShell->ISA(DrawViewShell)) in DataChanged()
987 mpViewShell->GetView()->AdjustMarkHdl(); in DataChanged()
1024 if( mpViewShell ) in DataChanged()
1026 DrawDocShell* pDocSh = mpViewShell->GetDocSh(); in DataChanged()
1041 if( mpViewShell ) in DataChanged()
1043 DrawDocShell* pDocSh = mpViewShell->GetDocSh(); in DataChanged()
1067 if( mpViewShell && !mpViewShell->GetDocSh()->IsReadOnly() ) in AcceptDrop()
1069 if( mpViewShell ) in AcceptDrop()
1070 nRet = mpViewShell->AcceptDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in AcceptDrop()
1072 if (mbUseDropScroll && ! mpViewShell->ISA(OutlineViewShell)) in AcceptDrop()
1089 if( mpViewShell ) in ExecuteDrop()
1091 nRet = mpViewShell->ExecuteDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in ExecuteDrop()
1150 mpViewShell->ScrollLines(nDx, nDy); in DropScroll()
1164 if (mpViewShell && mpViewShell->ISA(PresentationViewShell)) in CreateAccessible()
1173 if (mpViewShell != NULL) in CreateAccessible()
1175 xAcc = mpViewShell->CreateAccessibleDocumentView (this); in CreateAccessible()
1194 if (mpViewShell) in SwitchView()
1196 mpViewShell->SwitchViewFireFocus(GetAccessible(sal_False)); in SwitchView()
1202 if ( mpViewShell->GetShellType() == ViewShell::ST_OUTLINE ) in GetSurroundingText()
1206 else if ( mpViewShell->GetView()->IsTextEdit() ) in GetSurroundingText()
1208 OutlinerView *pOLV = mpViewShell->GetView()->GetTextEditOutlinerView(); in GetSurroundingText()
1219 if ( mpViewShell->GetShellType() == ViewShell::ST_OUTLINE ) in GetSurroundingTextSelection()
1223 else if ( mpViewShell->GetView()->IsTextEdit() ) in GetSurroundingTextSelection()
1225 OutlinerView *pOLV = mpViewShell->GetView()->GetTextEditOutlinerView(); in GetSurroundingTextSelection()