Lines Matching refs:mpViewShell

80       mpViewShell(NULL),  in Window()
114 if (mpViewShell != NULL) in ~Window()
116 WindowUpdater* pWindowUpdater = mpViewShell->GetWindowUpdater(); in ~Window()
129 if (mpViewShell != NULL) in SetViewShell()
131 pWindowUpdater = mpViewShell->GetWindowUpdater(); in SetViewShell()
136 mpViewShell = pViewSh; in SetViewShell()
139 if (mpViewShell != NULL) in SetViewShell()
141 pWindowUpdater = mpViewShell->GetWindowUpdater(); in SetViewShell()
253 if( mpViewShell && mpViewShell->GetViewFrame() ) in Resize()
254 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOMSLIDER ); in Resize()
265 if ( mpViewShell ) in PrePaint()
266 mpViewShell->PrePaint(); in PrePaint()
277 if ( mpViewShell ) in Paint()
278 mpViewShell->Paint(rRect, this); in Paint()
289 if (!(mpViewShell && mpViewShell->KeyInput(rKEvt, this))) in KeyInput()
291 if (mpViewShell && rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE) in KeyInput()
293 mpViewShell->GetViewShell()->Escape(); in KeyInput()
310 if ( mpViewShell ) in MouseButtonDown()
311 mpViewShell->MouseButtonDown(rMEvt, this); in MouseButtonDown()
322 if ( mpViewShell ) in MouseMove()
323 mpViewShell->MouseMove(rMEvt, this); in MouseMove()
336 if ( mpViewShell ) in MouseButtonUp()
337 mpViewShell->MouseButtonUp(rMEvt, this); in MouseButtonUp()
348 if ( mpViewShell ) in Command()
349 mpViewShell->Command(rCEvt, this); in Command()
355 if ( mpViewShell ) in Notify()
357 nResult = mpViewShell->Notify(rNEvt, this); in Notify()
374 if ( mpViewShell ) in RequestHelp()
376 if( !mpViewShell->RequestHelp( rEvt, this) ) in RequestHelp()
476 if ( mpViewShell && mpViewShell->ISA(DrawViewShell) ) in SetZoomFactor()
477 ((DrawViewShell*) mpViewShell)->GetView()-> in SetZoomFactor()
716 if (mpViewShell && mpViewShell->ISA(DrawViewShell)) in UpdateMapMode()
934 mpViewShell->GetViewFrame()->GetDispatcher()-> in DataChanged()
947 if( mpViewShell ) in DataChanged()
964 if( mpViewShell->ISA( DrawViewShell ) ) in DataChanged()
967 mpViewShell->GetFrameView()->SetDrawMode( nOutputMode ); in DataChanged()
974 if( mpViewShell->ISA(OutlineViewShell ) ) in DataChanged()
981 … SfxRequest aReq( nPreviewSlot, 0, mpViewShell->GetDocSh()->GetDoc()->GetItemPool() ); in DataChanged()
982 mpViewShell->ExecReq( aReq ); in DataChanged()
983 mpViewShell->Invalidate(); in DataChanged()
984 mpViewShell->ArrangeGUIElements(); in DataChanged()
987 if(mpViewShell->ISA(DrawViewShell)) in DataChanged()
989 mpViewShell->GetView()->AdjustMarkHdl(); in DataChanged()
1026 if( mpViewShell ) in DataChanged()
1028 DrawDocShell* pDocSh = mpViewShell->GetDocSh(); in DataChanged()
1043 if( mpViewShell ) in DataChanged()
1045 DrawDocShell* pDocSh = mpViewShell->GetDocSh(); in DataChanged()
1069 if( mpViewShell && !mpViewShell->GetDocSh()->IsReadOnly() ) in AcceptDrop()
1071 if( mpViewShell ) in AcceptDrop()
1072 nRet = mpViewShell->AcceptDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in AcceptDrop()
1074 if (mbUseDropScroll && ! mpViewShell->ISA(OutlineViewShell)) in AcceptDrop()
1091 if( mpViewShell ) in ExecuteDrop()
1093 nRet = mpViewShell->ExecuteDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in ExecuteDrop()
1152 mpViewShell->ScrollLines(nDx, nDy); in DropScroll()
1166 if (mpViewShell && mpViewShell->ISA(PresentationViewShell)) in CreateAccessible()
1175 if (mpViewShell != NULL) in CreateAccessible()
1177 xAcc = mpViewShell->CreateAccessibleDocumentView (this); in CreateAccessible()
1196 if (mpViewShell) in SwitchView()
1198 mpViewShell->SwitchViewFireFocus(GetAccessible(sal_False)); in SwitchView()
1204 if ( mpViewShell->GetShellType() == ViewShell::ST_OUTLINE ) in GetSurroundingText()
1208 else if ( mpViewShell->GetView()->IsTextEdit() ) in GetSurroundingText()
1210 OutlinerView *pOLV = mpViewShell->GetView()->GetTextEditOutlinerView(); in GetSurroundingText()
1221 if ( mpViewShell->GetShellType() == ViewShell::ST_OUTLINE ) in GetSurroundingTextSelection()
1225 else if ( mpViewShell->GetView()->IsTextEdit() ) in GetSurroundingTextSelection()
1227 OutlinerView *pOLV = mpViewShell->GetView()->GetTextEditOutlinerView(); in GetSurroundingTextSelection()