Lines Matching refs:SfxShell

58 DBG_NAME(SfxShell)
62 TYPEINIT0(SfxShell);
99 String SfxShellIdent_Impl( const SfxShell *pSh ) in SfxShellIdent_Impl()
125 void __EXPORT SfxShell::EmptyExecStub(SfxShell *, SfxRequest &) in EmptyExecStub() argument
129 void __EXPORT SfxShell::EmptyStateStub(SfxShell *, SfxItemSet &) in EmptyStateStub() argument
133 SfxShell::SfxShell() in SfxShell() function in SfxShell
146 DBG_CTOR(SfxShell, 0); in SfxShell()
159 SfxShell::SfxShell( SfxViewShell *pViewSh ) in SfxShell() function in SfxShell
172 DBG_CTOR(SfxShell, 0); in SfxShell()
184 SfxShell::~SfxShell() in ~SfxShell()
194 DBG_DTOR(SfxShell, 0); in ~SfxShell()
202 void SfxShell::SetName( const String &rName ) in SetName()
216 const String& SfxShell::GetName() const in GetName()
230 SvGlobalName SfxShell::GetGlobalName() const in GetGlobalName()
245 SfxDispatcher* SfxShell::GetDispatcher() const in GetDispatcher()
263 SfxViewShell* SfxShell::GetViewShell() const in GetViewShell()
277 SfxViewFrame* SfxShell::GetFrame() const in GetFrame()
312 const SfxPoolItem* SfxShell::GetItem in GetItem()
343 void SfxShell::RemoveItem in RemoveItem()
384 void SfxShell::PutItem in PutItem()
452 SfxInterface* SfxShell::GetInterface() const in GetInterface()
471 SfxBroadcaster* SfxShell::GetBroadcaster() in GetBroadcaster()
485 ::svl::IUndoManager* SfxShell::GetUndoManager() in GetUndoManager()
503 void SfxShell::SetUndoManager( ::svl::IUndoManager *pNewUndoMgr ) in SetUndoManager()
532 SfxRepeatTarget* SfxShell::GetRepeatTarget() const in GetRepeatTarget()
556 void SfxShell::SetRepeatTarget( SfxRepeatTarget *pTarget ) in SetRepeatTarget()
581 void SfxShell::Invalidate in Invalidate()
610 void SfxShell::Invalidate_Impl( SfxBindings& rBindings, sal_uInt16 nId ) in Invalidate_Impl()
650 void SfxShell::DoActivate_Impl( SfxViewFrame *pFrame, sal_Bool bMDI ) in DoActivate_Impl()
692 void SfxShell::DoDeactivate_Impl( SfxViewFrame *pFrame, sal_Bool bMDI ) in DoDeactivate_Impl()
736 sal_Bool SfxShell::IsActive() const in IsActive()
743 void SfxShell::Activate in Activate()
774 void SfxShell::Deactivate in Deactivate()
804 void SfxShell::ParentActivate in ParentActivate()
824 void SfxShell::ParentDeactivate in ParentDeactivate()
843 ResMgr* SfxShell::GetResMgr() const in GetResMgr()
858 bool SfxShell::CanExecuteSlot_Impl( const SfxSlot &rSlot ) in CanExecuteSlot_Impl()
879 ((SfxShell* )pObj)->ExecuteSlot( *(SfxRequest*)pArg, (SfxInterface*)0L ); in ShellCall_Impl()
888 const SfxPoolItem* SfxShell::ExecuteSlot( SfxRequest& rReq, sal_Bool bAsync ) in ExecuteSlot()
902 const SfxPoolItem* SfxShell::ExecuteSlot in ExecuteSlot()
963 const SfxPoolItem* SfxShell::GetSlotState in GetSlotState()
1074 SFX_EXEC_STUB(SfxShell, VerbExec) in SFX_EXEC_STUB() argument
1075 SFX_STATE_STUB(SfxShell, VerbState) in SFX_EXEC_STUB()
1077 void SfxShell::SetVerbs(const com::sun::star::uno::Sequence < com::sun::star::embed::VerbDescriptor… in SFX_EXEC_STUB()
1115 pNewSlot->fnExec = SFX_STUB_PTR(SfxShell,VerbExec); in SFX_EXEC_STUB()
1116 pNewSlot->fnState = SFX_STUB_PTR(SfxShell,VerbState); in SFX_EXEC_STUB()
1150 const com::sun::star::uno::Sequence < com::sun::star::embed::VerbDescriptor >& SfxShell::GetVerbs()… in GetVerbs()
1157 void SfxShell::VerbExec(SfxRequest& rReq) in VerbExec()
1187 void SfxShell::VerbState(SfxItemSet& ) in VerbState()
1193 const SfxSlot* SfxShell::GetVerbSlot_Impl(sal_uInt16 nId) const in GetVerbSlot_Impl()
1209 void SfxShell::SetHelpId(sal_uIntPtr nId) in SetHelpId()
1216 sal_uIntPtr SfxShell::GetHelpId() const in GetHelpId()
1223 SfxObjectShell* SfxShell::GetObjectShell() in GetObjectShell()
1233 sal_Bool SfxShell::HasUIFeature( sal_uInt32 ) in HasUIFeature()
1245 void SfxShell::UIFeatureChanged() in UIFeatureChanged()
1261 void SfxShell::SetDisableFlags( sal_uIntPtr nFlags ) in SetDisableFlags()
1266 sal_uIntPtr SfxShell::GetDisableFlags() const in GetDisableFlags()
1271 SfxItemSet* SfxShell::CreateItemSet( sal_uInt16 ) in CreateItemSet()
1276 void SfxShell::ApplyItemSet( sal_uInt16, const SfxItemSet& ) in ApplyItemSet()
1280 void SfxShell::SetContextName (const ::rtl::OUString& rsContextName) in SetContextName()
1285 void SfxShell::SetViewShell_Impl( SfxViewShell* pView ) in SetViewShell_Impl()
1293 void SfxShell::BroadcastContextForActivation (const bool bIsActivated) in BroadcastContextForActivation()
1306 bool SfxShell::SetContextBroadcasterEnabled (const bool bIsEnabled) in SetContextBroadcasterEnabled()