Home
last modified time | relevance | path

Searched refs:SfxSlotPool (Results 1 – 25 of 28) sorted by relevance

12

/aoo42x/main/sfx2/source/control/
H A Dmsgpool.cxx71 SfxSlotPool::SfxSlotPool( SfxSlotPool *pParent, ResMgr* pResManager ) in SfxSlotPool() function in SfxSlotPool
88 SfxSlotPool::~SfxSlotPool() in ~SfxSlotPool()
107 void SfxSlotPool::RegisterInterface( SfxInterface& rInterface ) in RegisterInterface()
173 TypeId SfxSlotPool::GetSlotType( sal_uInt16 nId ) const in GetSlotType()
203 const SfxSlot* SfxSlotPool::GetSlot( sal_uInt16 nId ) in GetSlot()
224 String SfxSlotPool::SeekGroup( sal_uInt16 nNo ) in SeekGroup()
269 sal_uInt16 SfxSlotPool::GetGroupCount() in GetGroupCount()
324 const SfxSlot* SfxSlotPool::NextSlot() in NextSlot()
371 SfxInterface* SfxSlotPool::FirstInterface() in FirstInterface()
382 SfxInterface* SfxSlotPool::NextInterface() in NextInterface()
[all …]
H A Dsfxstatuslistener.cxx217 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged()
H A Dstatcach.cxx283 pSlot = SfxSlotPool::GetSlotPool( rDispat.GetFrame() ).GetSlot( nId ); in GetSlotServer()
H A Ddispatch.cxx1772 SfxSlotPool* pSlotPool = &SfxSlotPool::GetSlotPool( GetFrame() ); in _Update_Impl()
/aoo42x/main/sfx2/inc/sfx2/
H A Dmsgpool.hxx43 class SFX2_DLLPUBLIC SfxSlotPool class
47 SfxSlotPool* _pParentPool;
59 SfxSlotPool( SfxSlotPool* pParent=0, ResMgr* pMgr=0);
60 ~SfxSlotPool();
67 static SfxSlotPool& GetSlotPool( SfxViewFrame *pFrame=NULL );
83 inline const SfxSlot* SfxSlotPool::FirstSlot() in FirstSlot()
88 #define SFX_SLOTPOOL() SfxSlotPool::GetSlotPool()
H A Dmodule.hxx43 class SfxSlotPool;
82 SfxSlotPool* GetSlotPool() const;
H A Dapp.hxx75 class SfxSlotPool;
305 SAL_DLLPRIVATE SfxSlotPool& GetAppSlotPool_Impl() const;
H A Dobjface.hxx49 friend class SfxSlotPool;
H A Dshell.hxx52 class SfxSlotPool;
/aoo42x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx813 SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( pAct ); in queryDispatch()
850 SfxSlotPool& rFrameSlotPool = SfxSlotPool::GetSlotPool( pParentFrame ); in queryDispatch()
875 SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( pAct ); in queryDispatch()
907 SfxSlotPool& rSlotPool2 = SfxSlotPool::GetSlotPool( pParentFrame ); in queryDispatch()
921 SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( pAct ); in queryDispatch()
1202 SfxSlotPool* pPool = &SfxSlotPool::GetSlotPool( pViewFrame ); in getSupportedCommandGroups()
1204 SfxSlotPool* pSlotPool = pPool ? pPool : &SFX_SLOTPOOL(); in getSupportedCommandGroups()
1240 SfxSlotPool* pPool( &SfxSlotPool::GetSlotPool( pViewFrame )); in getConfigurableDispatchInformation()
1243 SfxSlotPool* pSlotPool = pPool ? pPool : &SFX_SLOTPOOL(); in getConfigurableDispatchInformation()
/aoo42x/main/sfx2/source/statbar/
H A Dstbitem.cxx119 SfxSlotPool* pSlotPool = 0; in SfxStatusBarControllerFactory()
124 pSlotPool = &(SfxSlotPool::GetSlotPool( NULL )); in SfxStatusBarControllerFactory()
251 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged()
648 SfxSlotPool *pSlotPool; in CreateControl()
652 pSlotPool = &SfxSlotPool::GetSlotPool(); in CreateControl()
/aoo42x/main/sfx2/source/toolbox/
H A Dtbxitem.cxx183 SfxSlotPool* pSlotPool = 0; in SfxToolBoxControllerFactory()
188 pSlotPool = &(SfxSlotPool::GetSlotPool( NULL )); in SfxToolBoxControllerFactory()
332 SfxSlotPool *pSlotPool; in CreateControl()
336 pSlotPool = &SfxSlotPool::GetSlotPool(); in CreateControl()
560 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged()
1133 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged()
/aoo42x/main/sw/source/ui/uiview/
H A Dviewstat.cxx190 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( GetViewFrame() ); in GetState()
212 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( GetViewFrame() ); in GetState()
/aoo42x/main/sfx2/source/appl/
H A Dmodule.cxx61 SfxSlotPool* pSlotPool;
162 pImpl->pSlotPool = new SfxSlotPool( &pApp->GetAppSlotPool_Impl(), pResMgr ); in Construct_Impl()
205 SfxSlotPool* SfxModule::GetSlotPool() const in GetSlotPool()
H A Dappmisc.cxx283 SfxSlotPool& SfxApplication::GetAppSlotPool_Impl() const { return *pAppData_Impl->pSlotPool; } in GetAppSlotPool_Impl()
H A Dimagemgr.cxx120 pSlot = SfxSlotPool::GetSlotPool().GetSlot( nId ); in GetImage()
H A Dappinit.cxx274 pAppData_Impl->pSlotPool = new SfxSlotPool; in Initialize_Impl()
/aoo42x/main/forms/source/richtext/
H A Drichtextcontrol.cxx619 SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( NULL ); in implCreateDispatcher()
672 … SfxSlotId lcl_getSlotFromUnoName( SfxSlotPool& _rSlotPool, const ::rtl::OUString& _rUnoSlotName ) in lcl_getSlotFromUnoName()
710 … SfxSlotId nSlotId = lcl_getSlotFromUnoName( SfxSlotPool::GetSlotPool( NULL ), sUnoSlotName ); in queryDispatch()
/aoo42x/main/sfx2/source/inc/
H A Dappdata.hxx71 class SfxSlotPool;
147 SfxSlotPool* pSlotPool;
/aoo42x/main/svx/source/form/
H A Dfmtextcontrolshell.cxx444 SfxSlotPool& rSlotPool = SfxSlotPool::GetSlotPool( NULL ); in lcl_getUnoSlotName()
/aoo42x/main/cui/source/inc/
H A Dcfgutil.hxx45 class SfxSlotPool;
/aoo42x/main/sfx2/source/menu/
H A Dvirtmenu.cxx111 SfxSlotPool* pPool = pModule->GetSlotPool(); in Update()
339 SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool(); in CreateFromSVMenu()
H A Dmnumgr.cxx338 …const SfxSlot* pSlot = SfxSlotPool::GetSlotPool( pBindings->GetDispatcher()->GetFrame() ).GetSlot(… in IMPL_LINK()
/aoo42x/main/sfx2/source/dialog/
H A Ddockwin.cxx926 SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool(); in SfxDockingWindow()
980 SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool(); in SfxDockingWindow()
/aoo42x/main/svx/sdi/
H A Dfmslots.sdi554 // slot names/args into URL dispatch names/args. For this, the SfxSlotPool is used

Completed in 129 milliseconds

12