Lines Matching refs:GetViewFrame

241 				SfxRequest aReq( rWrtSh.GetView().GetViewFrame(), FN_INSERT_STRING );  in lcl_CharDialog()
244 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_LEFT ); in lcl_CharDialog()
263 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_RIGHT ); in lcl_CharDialog()
324 SfxViewFrame *pViewFrame = GetView().GetViewFrame(); in Execute()
485 SfxRequest aReq( GetView().GetViewFrame(), nId ); in Execute()
642 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in Execute()
693 GetView().GetViewFrame()->GetBindings().Invalidate( nSlot ); in Execute()
761 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in Execute()
827 GetView().GetViewFrame()->ToggleChildWindow(SID_HYPERLINK_DIALOG); in Execute()
1175 GetView().GetViewFrame()->GetDispatcher()->Execute(SID_ATTR_CHAR_COLOR_EXT); in Execute()
1204 … GetView().GetViewFrame()->GetDispatcher()->Execute(SID_ATTR_CHAR_COLOR_BACKGROUND_EXT); in Execute()
1256 GetView().GetViewFrame()->ExecuteSlot( aReq); in Execute()
1292 SfxBindings &rBnd = GetView().GetViewFrame()->GetBindings(); in Execute()
1692 … GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_False ); in GetState()
1696 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_True ); in GetState()
1702 || ( !GetView().GetViewFrame()->HasChildWindow(nWhich) in GetState()
1710 … rSet.Put(SfxBoolItem( nWhich, 0 != GetView().GetViewFrame()->GetChildWindow( nWhich ) )); in GetState()
1737 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_False ); in GetState()
1741 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_True ); in GetState()
1875 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, bEnabled ); in GetState()
1912 Window* pParent = &GetView().GetViewFrame()->GetWindow(); in ChangeHeaderOrFooter()