Lines Matching refs:pSh

123 	SwWrtShell *pSh = &GetShell();  in Execute()  local
124 SdrView* pSdrView = pSh->GetDrawView(); in Execute()
141 sal_Bool bAlignPossible = pSh->IsAlignPossible(); in Execute()
167 0 != ::GetHtmlMode(pSh->GetView().GetDocShell()))); in Execute()
169 aSet.Put(SfxInt16Item(FN_DRAW_WRAP_DLG, pSh->GetLayerId())); in Execute()
171 pSh->GetObjAttr(aSet); in Execute()
175 …bstractDialog* pDlg = pFact->CreateSwWrapDlg( GetView().GetWindow(), aSet, pSh, sal_True, RC_DLG_S… in Execute()
186 pSh->SelectionToHeaven(); in Execute()
188 pSh->SelectionToHell(); in Execute()
191 pSh->SetObjAttr(*pOutSet); in Execute()
214 short nAnchor = pSh->GetAnchorId(); in Execute()
216 sal_uInt16 nHtmlMode = ::GetHtmlMode(pSh->GetView().GetDocShell()); in Execute()
220 if ( pSh->IsFlyInFly() ) in Execute()
266 …aSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_IN_VERTICAL_TEXT, pSh->IsFrmVertical(sal_True, bRTL, bVert… in Execute()
291 pSh->StartAllAction(); in Execute()
294 pSh->StartUndo(UNDO_INSFMTATTR); in Execute()
316 pSh->ChgAnchor(((const SfxInt16Item*)pAnchorItem) in Execute()
372 pSh->SetDrawingAttr(aFrmAttrSet); in Execute()
377 pSh->EndUndo( UNDO_INSFMTATTR ); in Execute()
379 pSh->EndAllAction(); in Execute()
395 if (pSh->IsObjSelected() && !pSdrView->IsTextEdit()) in Execute()
401 pSh->SetDragMode( SDRDRAG_MOVE ); in Execute()
405 pSh->SetModified(); in Execute()
406 pSh->DelSelectedObj(); in Execute()
421 if (pSh->IsSelFrmMode()) in Execute()
423 pSh->LeaveSelFrmMode(); in Execute()
432 if (pSh->IsObjSelected() > 1 && pSh->IsGroupAllowed()) in Execute()
434 pSh->GroupSelection(); // Objekt gruppieren in Execute()
440 if (pSh->IsGroupSelected()) in Execute()
442 pSh->UnGroupSelection(); // Objektgruppierung aufheben in Execute()
448 if (pSh->IsGroupSelected()) in Execute()
477 sal_uInt16 nAnchor = pSh->GetAnchorId(); in Execute()
498 pSh->StartAction(); in Execute()
504 pSh->EndAction(); in Execute()
512 pSh->StartAction(); in Execute()
534 pSh->EndAction(); in Execute()
543 pSh->SelectionToTop( bTopParam ); in Execute()
550 pSh->SelectionToBottom( bBottomParam ); in Execute()
575 pSh->SetModified(); in Execute()
609 pSh->SetModified(); in Execute()
627 pSh->SetModified(); in Execute()
632 GetView().AttrChangedNotify(pSh); // ggf Shellwechsel... in Execute()
780 SwWrtShell *pSh = &GetShell(); in GetDrawAttrStateForIFBX() local
781 SdrView* pSdrView = pSh->GetDrawView(); in GetDrawAttrStateForIFBX()
820 SwWrtShell *pSh = &GetShell(); in IMPL_LINK() local
830 SdrView* pSdrView = pSh->GetDrawView(); in IMPL_LINK()
839 pSh->CalcBoundRect( aBoundRect, eAnchorType, in IMPL_LINK()
850 bIsInVertical = pSh->IsFrmVertical(sal_True, bRTL, bVertL2R); in IMPL_LINK()