Lines Matching refs:pSh
74 SwWrtShell *pSh = &GetShell(); in TYPEINIT1() local
75 SdrView* pSdrView = pSh->GetDrawView(); in TYPEINIT1()
88 SwWrtShell *pSh = &GetShell(); in Execute() local
89 SdrView* pSdrView = pSh->GetDrawView(); in Execute()
102 if (pSh->IsObjSelected()) in Execute()
105 pSh->GetView().GetViewFrame()->GetDispatcher()->Execute(SID_BEZIER_DELETE, sal_False); in Execute()
108 pSh->DelSelectedObj(); in Execute()
109 if (pSh->IsSelFrmMode()) in Execute()
111 pSh->LeaveSelFrmMode(); in Execute()
112 pSh->NoEdit(); in Execute()
114 GetView().AttrChangedNotify(pSh); // ggf Shellwechsel... in Execute()
124 if ( pSh->IsDrawCreate() ) in Execute()
127 GetView().AttrChangedNotify(pSh); // ggf Shellwechsel... in Execute()
129 else if ( pSh->HasSelection() || GetView().IsDrawMode() ) in Execute()
132 pSh->EnterStdMode(); in Execute()
133 GetView().AttrChangedNotify(pSh); // ggf Shellwechsel... in Execute()
174 pSh->CheckUnboundObjects(); in Execute()