Lines Matching refs:GetViewFrame

227 				SfxRequest aReq( rWrtSh.GetView().GetViewFrame(), FN_INSERT_STRING );  in lcl_CharDialog()
230 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_LEFT ); in lcl_CharDialog()
249 SfxRequest aReq1( rWrtSh.GetView().GetViewFrame(), FN_CHAR_RIGHT ); in lcl_CharDialog()
310 SfxViewFrame *pViewFrame = GetView().GetViewFrame(); in Execute()
471 SfxRequest aReq( GetView().GetViewFrame(), nId ); in Execute()
628 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in Execute()
679 GetView().GetViewFrame()->GetBindings().Invalidate( nSlot ); in Execute()
747 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in Execute()
813 GetView().GetViewFrame()->ToggleChildWindow(SID_HYPERLINK_DIALOG); in Execute()
1177 GetView().GetViewFrame()->GetDispatcher()->Execute(SID_ATTR_CHAR_COLOR_EXT); in Execute()
1206 … GetView().GetViewFrame()->GetDispatcher()->Execute(SID_ATTR_CHAR_COLOR_BACKGROUND_EXT); in Execute()
1258 GetView().GetViewFrame()->ExecuteSlot( aReq); in Execute()
1294 SfxBindings &rBnd = GetView().GetViewFrame()->GetBindings(); in Execute()
1688 … GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_False ); in GetState()
1692 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_True ); in GetState()
1698 || ( !GetView().GetViewFrame()->HasChildWindow(nWhich) in GetState()
1706 … rSet.Put(SfxBoolItem( nWhich, 0 != GetView().GetViewFrame()->GetChildWindow( nWhich ) )); in GetState()
1733 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_False ); in GetState()
1737 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, sal_True ); in GetState()
1874 GetView().GetViewFrame()->GetBindings().SetVisibleState( nWhich, bEnabled ); in GetState()
1911 Window* pParent = &GetView().GetViewFrame()->GetWindow(); in ChangeHeaderOrFooter()