Lines Matching refs:rShell
640 SwWrtShell& rShell = GetShell(); in TYPEINIT1() local
641 rShell.LockPaint(); in TYPEINIT1()
642 rShell.StartAllAction(); in TYPEINIT1()
643 rShell.StartUndo(UNDO_INSERT); in TYPEINIT1()
649 if( rShell.IsInClickToEdit() ) in TYPEINIT1()
650 rShell.DelRight(); in TYPEINIT1()
661 rReq.AppendItem(SfxPointItem(FN_PARAM_1, rShell.GetObjAbsPos())); in TYPEINIT1()
662 rReq.AppendItem(SvxSizeItem(FN_PARAM_2, rShell.GetObjSize())); in TYPEINIT1()
673 rShell.EndUndo(UNDO_INSERT, &aRewriter); in TYPEINIT1()
675 rShell.EndAllAction(); in TYPEINIT1()
676 rShell.UnlockPaint(); in TYPEINIT1()