Lines Matching refs:GetWrtShell

96 	SwWrtShell* pShell = pSh ? pSh : GetWrtShell();  in StateStyleSheet()
369 SwTxtFmtColl* pColl = GetWrtShell()->GetCurTxtFmtColl(); in ExecStyleSheet()
383 SwWrtShell* pShell = GetWrtShell(); in ExecStyleSheet()
517 ASSERT(GetWrtShell(), "Keine Shell, keine Styles"); in Edit()
698 GetWrtShell()->StartAllAction(); in Edit()
713 ::SfxToSwPageDescAttr( *GetWrtShell(), aSet ); in Edit()
785 GetWrtShell()->EndAllAction(); in Edit()
793 GetWrtShell()->Undo(1); in Edit()
807 GetWrtShell()->StartAllAction(); in Edit()
820 ::SfxToSwPageDescAttr( *GetWrtShell(), xTmp->GetItemSet() ); in Edit()
849 GetWrtShell()->EndAllAction(); in Edit()
866 ASSERT(GetWrtShell(), "Keine Shell, keine Styles"); in Delete()
868 GetWrtShell()->StartAllAction(); in Delete()
870 GetWrtShell()->EndAllAction(); in Delete()
894 SwWrtShell *pSh = pShell ? pShell : GetWrtShell(); in ApplyStyles()
950 ASSERT(GetWrtShell(), "Keine Shell, keine Styles"); in DoWaterCan()
1006 SwWrtShell* pCurrWrtShell = pShell ? pShell : GetWrtShell(); in UpdateStyle()
1007 ASSERT(GetWrtShell(), "Keine Shell, keine Styles"); in UpdateStyle()
1022 GetWrtShell()->StartAllAction(); in UpdateStyle()
1027 GetWrtShell()->StartUndo(UNDO_INSFMTATTR, &aRewriter); in UpdateStyle()
1028 GetWrtShell()->FillByEx(pColl); in UpdateStyle()
1031 GetWrtShell()->SetTxtFmtColl( pColl ); in UpdateStyle()
1032 GetWrtShell()->EndUndo(); in UpdateStyle()
1033 GetWrtShell()->EndAllAction(); in UpdateStyle()
1101 SwWrtShell* pCurrWrtShell = pShell ? pShell : GetWrtShell(); in MakeByExample()