Lines Matching refs:rSh

96     SwWrtShell &rSh = GetShell();  in TYPEINIT1()  local
97 SdrView* pSdrView = rSh.GetDrawView(); in TYPEINIT1()
132 SwWrtShell &rSh = GetShell(); in InsertPictureFromFile() local
133 SdrView* pSdrView = rSh.GetDrawView(); in InsertPictureFromFile()
149 rSh.StartUndo(UNDO_PASTE_CLIPBOARD); in InsertPictureFromFile()
180 rSh.EndUndo( UNDO_END ); in InsertPictureFromFile()
194 SwWrtShell &rSh = GetShell(); in Execute() local
195 SdrView *pSdrView = rSh.GetDrawView(); in Execute()
212 if (rSh.IsObjSelected() && pSdrView->IsRotateAllowed()) in Execute()
215 rSh.SetDragMode(SDRDRAG_MOVE); in Execute()
217 rSh.SetDragMode(SDRDRAG_ROTATE); in Execute()
226 rSh.SetDragMode(SDRDRAG_MOVE); in Execute()
231 GetView().AttrChangedNotify(&rSh); // Shellwechsel... in Execute()
235 if (rSh.IsObjSelected()) in Execute()
237 rSh.StartUndo( UNDO_START ); in Execute()
239 rSh.SelectionToHell(); in Execute()
240 rSh.EndUndo( UNDO_END ); in Execute()
246 if (rSh.IsObjSelected()) in Execute()
248 rSh.StartUndo( UNDO_START ); in Execute()
250 rSh.SelectionToHeaven(); in Execute()
251 rSh.EndUndo( UNDO_END ); in Execute()
257 if (rSh.IsObjSelected()) in Execute()
259 rSh.StartUndo( UNDO_START ); in Execute()
260 if (rSh.GetLayerId() == 0) in Execute()
263 rSh.SelectionToHeaven(); in Execute()
268 rSh.SelectionToHell(); in Execute()
270 rSh.EndUndo( UNDO_END ); in Execute()
280 rSh.MirrorSelection( bMirror ); in Execute()
285 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebView, &rSh.GetView())); in Execute()
341 SwDocStat aDocStat( rSh.getIDocumentStatistics()->GetDocStat() ); in Execute()
344 rSh.StartAction(); in Execute()
345 rSh.CountWords( aCurr ); in Execute()
346 rSh.UpdateDocStat( aDocStat ); in Execute()
347 rSh.EndAction(); in Execute()
412 rSh.SetModified(); in Execute()
423 SwWrtShell &rSh = GetShell(); in GetState() local
424 SdrView* pSdrView = rSh.GetDrawViewWithValidMarkList(); in GetState()
427 sal_Bool bProtected = rSh.IsSelObjProtected(FLYPROTECT_CONTENT); in GetState()
430 bProtected |= rSh.IsSelObjProtected( FLYPROTECT_CONTENT|FLYPROTECT_PARENT ) != 0; in GetState()
437 if ( !rSh.IsObjSelected() || rSh.GetLayerId() == 0 || bProtected ) in GetState()
442 if ( !rSh.IsObjSelected() || rSh.GetLayerId() == 1 || bProtected ) in GetState()
447 if ( !rSh.IsObjSelected() || bProtected ) in GetState()
548 SwWrtShell &rSh = GetShell(); in ExecFormText() local
549 SdrView* pDrView = rSh.GetDrawView(); in ExecFormText()
562 GetView().AttrChangedNotify(&rSh); in ExecFormText()
568 rSh.SetModified(); in ExecFormText()
584 SwWrtShell &rSh = GetShell(); in GetFormTextState() local
585 SdrView* pDrView = rSh.GetDrawView(); in GetFormTextState()