Lines Matching refs:mpViewSh
127 mpViewSh(pViewShell), in View()
784 if ( mpViewSh ) in SdrBeginTextEdit()
786 mpViewSh->GetViewShellBase().GetDrawController().FireSelectionChangeListener(); in SdrBeginTextEdit()
855 if ( mpViewSh ) in SdrEndTextEdit()
857 mpViewSh->GetViewShellBase().GetDrawController().FireSelectionChangeListener(); in SdrEndTextEdit()
998 if (mpViewSh) in DoConnect()
1003 ::sd::Window* pWindow = mpViewSh->GetActiveWindow(); in DoConnect()
1004 … SfxInPlaceClient* pSdClient = mpViewSh-> GetViewShellBase().FindIPClient( xObj, pWindow ); in DoConnect()
1007 pSdClient = new Client(pObj, mpViewSh, pWindow); in DoConnect()
1114 if( mpViewSh ) in onAccessibilityOptionsChanged()
1116 ::sd::Window* pWindow = mpViewSh->GetActiveWindow(); in onAccessibilityOptionsChanged()
1125 if( mpViewSh->GetViewFrame() && mpViewSh->GetViewFrame()->GetDispatcher() ) in onAccessibilityOptionsChanged()
1145 mpViewSh->GetViewFrame()->GetDispatcher()->Execute( nOutputSlot, SFX_CALLMODE_ASYNCHRON ); in onAccessibilityOptionsChanged()
1146 mpViewSh->GetViewFrame()->GetDispatcher()->Execute( nPreviewSlot, SFX_CALLMODE_ASYNCHRON ); in onAccessibilityOptionsChanged()
1149 mpViewSh->Invalidate(); in onAccessibilityOptionsChanged()