Lines Matching refs:rSh

226         SwWrtShell &rSh = GetWrtShell();  in InsertGraphic()  local
229 … const bool bReplaceMode(rSh.HasSelection() && nsSelectionType::SEL_FRM == rSh.GetSelectionType()); in InsertGraphic()
234 rSh.ReRead( in InsertGraphic()
241 rSh.StartAction(); in InsertGraphic()
253 rSh.Insert( sURL, in InsertGraphic()
258 rSh.Insert( aEmptyStr, aEmptyStr, aGrf, &aFrmMgr ); in InsertGraphic()
262 rSh.EndAction(); in InsertGraphic()
418 SwWrtShell& rSh = GetWrtShell(); in InsertGraphicDlg() local
419 rSh.LockPaint(); in InsertGraphicDlg()
420 rSh.StartAction(); in InsertGraphicDlg()
427 … const bool bReplaceMode(rSh.HasSelection() && nsSelectionType::SEL_FRM == rSh.GetSelectionType()); in InsertGraphicDlg()
429 rSh.StartUndo(UNDO_INSERT, &aRewriter); in InsertGraphicDlg()
439 if ( !bReplaceMode && rSh.IsFrmSelected() ) in InsertGraphicDlg()
446 rSh.SetFrmFmt( pFmt ); in InsertGraphicDlg()
472 rSh.EndAction(); in InsertGraphicDlg()
473 rSh.UnlockPaint(); in InsertGraphicDlg()
491 rSh.EndUndo(); // due to possible change of Shell in InsertGraphicDlg()
1016 SwWrtShell &rSh = GetWrtShell(); in Execute() local
1017 if(bInMailMerge && rSh.IsAnyDatabaseFieldInDoc()) in Execute()
1019 SwNewDBMgr* pNewDBMgr = rSh.GetNewDBMgr(); in Execute()
1023 aData = rSh.GetDBData(); in Execute()
1024 rSh.EnterStdMode(); // Wechsel in Textshell erzwingen; ist für in Execute()
1026 AttrChangedNotify( &rSh ); in Execute()
1037 pNewDBMgr->ExecuteFormLetter(rSh, aProperties, sal_True); in Execute()
1577 SwWrtShell &rSh = GetWrtShell(); in ExecuteStatusLine() local
1596 const IDocumentMarkAccess* pMarkAccess = rSh.getIDocumentMarkAccess(); in ExecuteStatusLine()
1600 …const IDocumentMarkAccess::const_iterator_t ppBookmark = rSh.getIDocumentMarkAccess()->getBookmark… in ExecuteStatusLine()
1601 rSh.EnterStdMode(); in ExecuteStatusLine()
1602 rSh.GotoMark( ppBookmark->get() ); in ExecuteStatusLine()
1628 const SwViewOption& rViewOptions = *rSh.GetViewOptions(); in ExecuteStatusLine()
1632 const bool bBrowseMode = rSh.GetViewOptions()->getBrowseMode(); in ExecuteStatusLine()
1690 … if ( pArgs && !rSh.getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) && in ExecuteStatusLine()
1732 if( rSh.IsCrsrInTbl() ) in ExecuteStatusLine()
1734 else if( rSh.GetCurTOX() ) in ExecuteStatusLine()
1736 else if( rSh.GetCurrSection() ) in ExecuteStatusLine()
1740 const SwNumRule* pNumRule = rSh.GetNumRuleAtCurrCrsrPos(); in ExecuteStatusLine()
1751 else if( rSh.IsFrmSelected() ) in ExecuteStatusLine()
1753 else if( rSh.IsObjSelected() ) in ExecuteStatusLine()
1770 case 0: rSh.EnterStdMode(); break; in ExecuteStatusLine()
1771 case 1: rSh.EnterExtMode(); break; in ExecuteStatusLine()
1772 case 2: rSh.EnterAddMode(); break; in ExecuteStatusLine()
1773 case 3: rSh.EnterBlockMode(); break; in ExecuteStatusLine()
1780 if( !rSh.IsAddMode() && !rSh.IsExtMode() && !rSh.IsBlockMode() ) in ExecuteStatusLine()
1781 rSh.ToggleExtMode(); in ExecuteStatusLine()
1782 else if ( rSh.IsExtMode() ) in ExecuteStatusLine()
1784 rSh.ToggleExtMode(); in ExecuteStatusLine()
1785 rSh.ToggleAddMode(); in ExecuteStatusLine()
1787 else if ( rSh.IsAddMode() ) in ExecuteStatusLine()
1789 rSh.ToggleAddMode(); in ExecuteStatusLine()
1790 rSh.ToggleBlockMode(); in ExecuteStatusLine()
1793 rSh.ToggleBlockMode(); in ExecuteStatusLine()
1799 rSh.ToggleAddMode(); in ExecuteStatusLine()
1804 rSh.ToggleBlockMode(); in ExecuteStatusLine()
1809 rSh.ToggleExtMode(); in ExecuteStatusLine()
1820 rSh.ToggleInsMode(); in ExecuteStatusLine()
2404 SwWrtShell &rSh = GetWrtShell(); in GenerateFormLetter() local
2405 aData = rSh.GetDBData(); in GenerateFormLetter()
2406 rSh.EnterStdMode(); // Wechsel in Textshell erzwingen; ist für in GenerateFormLetter()
2408 AttrChangedNotify( &rSh ); in GenerateFormLetter()