Lines Matching refs:pSh
119 SwWrtShell *pSh = &GetShell(); in Execute() local
120 SdrView* pSdrView = pSh->GetDrawView(); in Execute()
137 sal_Bool bAlignPossible = pSh->IsAlignPossible(); in Execute()
163 0 != ::GetHtmlMode(pSh->GetView().GetDocShell()))); in Execute()
165 aSet.Put(SfxInt16Item(FN_DRAW_WRAP_DLG, pSh->GetLayerId())); in Execute()
167 pSh->GetObjAttr(aSet); in Execute()
171 …bstractDialog* pDlg = pFact->CreateSwWrapDlg( GetView().GetWindow(), aSet, pSh, sal_True, RC_DLG_S… in Execute()
182 pSh->SelectionToHeaven(); in Execute()
184 pSh->SelectionToHell(); in Execute()
187 pSh->SetObjAttr(*pOutSet); in Execute()
210 short nAnchor = pSh->GetAnchorId(); in Execute()
212 sal_uInt16 nHtmlMode = ::GetHtmlMode(pSh->GetView().GetDocShell()); in Execute()
216 if ( pSh->IsFlyInFly() ) in Execute()
262 …aSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_IN_VERTICAL_TEXT, pSh->IsFrmVertical(sal_True, bRTL, bVert… in Execute()
287 pSh->StartAllAction(); in Execute()
290 pSh->StartUndo(UNDO_INSFMTATTR); in Execute()
312 pSh->ChgAnchor(((const SfxInt16Item*)pAnchorItem) in Execute()
368 pSh->SetDrawingAttr(aFrmAttrSet); in Execute()
373 pSh->EndUndo( UNDO_INSFMTATTR ); in Execute()
375 pSh->EndAllAction(); in Execute()
391 if (pSh->IsObjSelected() && !pSdrView->IsTextEdit()) in Execute()
397 pSh->SetDragMode( SDRDRAG_MOVE ); in Execute()
401 pSh->SetModified(); in Execute()
402 pSh->DelSelectedObj(); in Execute()
417 if (pSh->IsSelFrmMode()) in Execute()
419 pSh->LeaveSelFrmMode(); in Execute()
428 if (pSh->IsObjSelected() > 1 && pSh->IsGroupAllowed()) in Execute()
430 pSh->GroupSelection(); // Objekt gruppieren in Execute()
436 if (pSh->IsGroupSelected()) in Execute()
438 pSh->UnGroupSelection(); // Objektgruppierung aufheben in Execute()
444 if (pSh->IsGroupSelected()) in Execute()
473 sal_uInt16 nAnchor = pSh->GetAnchorId(); in Execute()
494 pSh->StartAction(); in Execute()
500 pSh->EndAction(); in Execute()
508 pSh->StartAction(); in Execute()
530 pSh->EndAction(); in Execute()
539 pSh->SelectionToTop( bTopParam ); in Execute()
546 pSh->SelectionToBottom( bBottomParam ); in Execute()
571 pSh->SetModified(); in Execute()
605 pSh->SetModified(); in Execute()
623 pSh->SetModified(); in Execute()
628 GetView().AttrChangedNotify(pSh); // ggf Shellwechsel... in Execute()
776 SwWrtShell *pSh = &GetShell(); in GetDrawAttrStateForIFBX() local
777 SdrView* pSdrView = pSh->GetDrawView(); in GetDrawAttrStateForIFBX()
816 SwWrtShell *pSh = &GetShell(); in IMPL_LINK() local
826 SdrView* pSdrView = pSh->GetDrawView(); in IMPL_LINK()
835 pSh->CalcBoundRect( aBoundRect, eAnchorType, in IMPL_LINK()
846 bIsInVertical = pSh->IsFrmVertical(sal_True, bRTL, bVertL2R); in IMPL_LINK()