Lines Matching refs:rShell
656 SwWrtShell& rShell = GetShell(); in TYPEINIT1() local
657 rShell.LockPaint(); in TYPEINIT1()
658 rShell.StartAllAction(); in TYPEINIT1()
659 rShell.StartUndo(UNDO_INSERT); in TYPEINIT1()
665 if( rShell.IsInClickToEdit() ) in TYPEINIT1()
666 rShell.DelRight(); in TYPEINIT1()
677 rReq.AppendItem(SfxPointItem(FN_PARAM_1, rShell.GetObjAbsPos())); in TYPEINIT1()
678 rReq.AppendItem(SvxSizeItem(FN_PARAM_2, rShell.GetObjSize())); in TYPEINIT1()
689 rShell.EndUndo(UNDO_INSERT, &aRewriter); in TYPEINIT1()
691 rShell.EndAllAction(); in TYPEINIT1()
692 rShell.UnlockPaint(); in TYPEINIT1()