Lines Matching refs:rShell
704 bool SwSpellDialogChildWindow::MakeTextSelection_Impl(SwWrtShell& rShell, ShellModes eSelMode) in MakeTextSelection_Impl() argument
706 SwView& rView = rShell.GetView(); in MakeTextSelection_Impl()
719 rShell.UnSelectFrm(); in MakeTextSelection_Impl()
720 rShell.LeaveSelFrmMode(); in MakeTextSelection_Impl()
721 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
729 if(FindNextDrawTextError_Impl(rShell)) in MakeTextSelection_Impl()
731 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
738 if ( rShell.IsDrawCreate() ) in MakeTextSelection_Impl()
741 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
743 else if ( rShell.HasSelection() || rView.IsDrawMode() ) in MakeTextSelection_Impl()
745 SdrView *pSdrView = rShell.GetDrawView(); in MakeTextSelection_Impl()
756 rShell.SelectObj(aPt, SW_LEAVE_FRAME); in MakeTextSelection_Impl()
759 rShell.EnterStdMode(); in MakeTextSelection_Impl()
760 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()