Lines Matching refs:GetView
197 SfxBindings &rBnd = GetView().GetViewFrame()->GetBindings(); in Execute()
214 if (GetView().IsDrawRotate()) in Execute()
219 GetView().FlipDrawRotate(); in Execute()
224 if (GetView().IsDrawRotate()) in Execute()
227 GetView().FlipDrawRotate(); in Execute()
229 GetView().FlipDrawSelMode(); in Execute()
230 pSdrView->SetFrameDragSingles(GetView().IsDrawSelMode()); in Execute()
231 GetView().AttrChangedNotify(&rSh); // Shellwechsel... in Execute()
285 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebView, &rSh.GetView())); in Execute()
287 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in Execute()
303 …VclAbstractDialog* pDlg = pFact->CreateSwFootNoteOptionDlg( GetView().GetWindow(), GetView().GetWr… in Execute()
315 GetView().GetWindow(), &aTmp, GetView().GetWrtShell()); in Execute()
343 SwWait aWait( *GetView().GetDocShell(), true ); in Execute()
352 AbstractSwWordCountDialog* pDialog = pFact->CreateSwWordCountDialog( GetView().GetWindow() ); in Execute()
453 const sal_Bool bIsRotate = GetView().IsDrawRotate(); in GetState()
463 rSet.Put( SfxBoolItem( nWhich, !GetView().IsDrawSelMode())); in GetState()
499 rSet.Put(SfxBoolItem( nWhich , GetView().GetViewFrame()->HasChildWindow(nId))); in GetState()
562 GetView().AttrChangedNotify(&rSh); in ExecFormText()
592 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in GetFormTextState()