Lines Matching refs:GetViewShell
357 GetViewShell()->GetViewFrame()->GetBindings().Invalidate(ControllerSlotMap); in impl_setDesignMode()
440 GetViewShell()->GetViewFrame()->GetBindings().Invalidate( SID_FM_CONFIG ); in Execute()
541 SfxViewShell* pShell = GetViewShell(); in Execute()
559 …GetViewShell()->GetViewFrame()->GetDispatcher()->Execute( SID_FM_CREATE_CONTROL, SFX_CALLMODE_ASYN… in Execute()
569 … GetViewShell()->GetViewFrame()->GetDispatcher()->Execute( nSlot, SFX_CALLMODE_ASYNCHRON, in Execute()
643 GetViewShell()->GetViewFrame()->GetBindings().Invalidate( SID_FM_CONFIG ); in Execute()
689 GetViewShell()->GetViewFrame()->ChildWindowExecute( rReq ); in Execute()
695 GetViewShell()->GetViewFrame()->GetDispatcher()->Execute(SID_CREATE_SW_DRAWVIEW); in Execute()
697 GetViewShell()->GetViewFrame()->ChildWindowExecute(rReq); in Execute()
718 GetViewShell()->GetViewFrame()->GetBindings().Invalidate( SID_FM_CONFIG ); in Execute()
728 GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_AUTOCONTROLFOCUS); in Execute()
737 GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_OPEN_READONLY); in Execute()
743 GetViewShell()->GetViewFrame()->GetBindings().Invalidate(SID_FM_USE_WIZARDS); in Execute()
824 if ( GetViewShell() && GetViewShell()->GetViewFrame() ) in Execute()
825 if ( GetViewShell()->GetViewFrame()->HasChildWindow( SID_FM_FILTER_NAVIGATOR ) ) in Execute()
827 … GetViewShell()->GetViewFrame()->ToggleChildWindow( SID_FM_FILTER_NAVIGATOR ); in Execute()
833 if ( GetViewShell()->GetViewFrame()->HasChildWindow( SID_FM_FILTER_NAVIGATOR ) in Execute()
853 GetViewShell()->GetViewFrame()->ToggleChildWindow( SID_FM_FILTER_NAVIGATOR ); in Execute()
864 …GetViewShell()->GetViewFrame()->GetDispatcher()->Execute( SID_FM_FILTER_NAVIGATOR, SFX_CALLMODE_AS… in Execute()
991 if ( GetViewShell()->GetViewFrame()->KnowsChildWindow(nWhich) ) in GetState()
992 … rSet.Put( SfxBoolItem( nWhich, GetViewShell()->GetViewFrame()->HasChildWindow(nWhich)) ); in GetState()