Lines Matching refs:rShell
702 bool SwSpellDialogChildWindow::MakeTextSelection_Impl(SwWrtShell& rShell, ShellModes eSelMode) in MakeTextSelection_Impl() argument
704 SwView& rView = rShell.GetView(); in MakeTextSelection_Impl()
717 rShell.UnSelectFrm(); in MakeTextSelection_Impl()
718 rShell.LeaveSelFrmMode(); in MakeTextSelection_Impl()
719 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
727 if(FindNextDrawTextError_Impl(rShell)) in MakeTextSelection_Impl()
729 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
736 if ( rShell.IsDrawCreate() ) in MakeTextSelection_Impl()
739 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()
741 else if ( rShell.HasSelection() || rView.IsDrawMode() ) in MakeTextSelection_Impl()
743 SdrView *pSdrView = rShell.GetDrawView(); in MakeTextSelection_Impl()
754 rShell.SelectObj(aPt, SW_LEAVE_FRAME); in MakeTextSelection_Impl()
757 rShell.EnterStdMode(); in MakeTextSelection_Impl()
758 rView.AttrChangedNotify(&rShell); in MakeTextSelection_Impl()