Lines Matching refs:GetWrtShell
100 SwWrtShell* pShell = pSh ? pSh : GetWrtShell(); in StateStyleSheet()
373 SwTxtFmtColl* pColl = GetWrtShell()->GetCurTxtFmtColl(); in ExecStyleSheet()
387 SwWrtShell* pShell = GetWrtShell(); in ExecStyleSheet()
522 ASSERT(GetWrtShell(), "Keine Shell, keine Styles"); in Edit()
689 GetWrtShell()->StartAllAction(); in Edit()
704 ::SfxToSwPageDescAttr( *GetWrtShell(), aSet ); in Edit()
761 GetWrtShell()->EndAllAction(); in Edit()
769 GetWrtShell()->Undo(1); in Edit()
783 GetWrtShell()->StartAllAction(); in Edit()
796 ::SfxToSwPageDescAttr( *GetWrtShell(), xTmp->GetItemSet() ); in Edit()
825 GetWrtShell()->EndAllAction(); in Edit()
842 ASSERT(GetWrtShell(), "Keine Shell, keine Styles"); in Delete()
844 GetWrtShell()->StartAllAction(); in Delete()
846 GetWrtShell()->EndAllAction(); in Delete()
868 SwWrtShell *pSh = pShell ? pShell : GetWrtShell(); in ApplyStyles()
923 ASSERT(GetWrtShell(), "Keine Shell, keine Styles"); in DoWaterCan()
979 SwWrtShell* pCurrWrtShell = pShell ? pShell : GetWrtShell(); in UpdateStyle()
980 ASSERT(GetWrtShell(), "Keine Shell, keine Styles"); in UpdateStyle()
995 GetWrtShell()->StartAllAction(); in UpdateStyle()
1000 GetWrtShell()->StartUndo(UNDO_INSFMTATTR, &aRewriter); in UpdateStyle()
1001 GetWrtShell()->FillByEx(pColl); in UpdateStyle()
1004 GetWrtShell()->SetTxtFmtColl( pColl ); in UpdateStyle()
1005 GetWrtShell()->EndUndo(); in UpdateStyle()
1006 GetWrtShell()->EndAllAction(); in UpdateStyle()
1074 SwWrtShell* pCurrWrtShell = pShell ? pShell : GetWrtShell(); in MakeByExample()