Home
last modified time | relevance | path

Searched refs:pSlotPool (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx119 SfxSlotPool* pSlotPool = 0; in SfxStatusBarControllerFactory() local
122 pSlotPool = pModule->GetSlotPool(); in SfxStatusBarControllerFactory()
124 pSlotPool = &(SfxSlotPool::GetSlotPool( NULL )); in SfxStatusBarControllerFactory()
126 const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path ); in SfxStatusBarControllerFactory()
648 SfxSlotPool *pSlotPool; in CreateControl() local
650 pSlotPool = pMod->GetSlotPool(); in CreateControl()
652 pSlotPool = &SfxSlotPool::GetSlotPool(); in CreateControl()
654 TypeId aSlotType = pSlotPool->GetSlotType(nSlotID); in CreateControl()
/trunk/main/sfx2/source/appl/
H A Dmodule.cxx61 SfxSlotPool* pSlotPool; member in SfxModule_Impl
77 : pSlotPool(0) in SfxModule_Impl()
83 delete pSlotPool; in ~SfxModule_Impl()
162 pImpl->pSlotPool = new SfxSlotPool( &pApp->GetAppSlotPool_Impl(), pResMgr ); in Construct_Impl()
207 return pImpl->pSlotPool; in GetSlotPool()
H A Dappquit.cxx145 DELETEX(pAppData_Impl->pSlotPool); in Deinitialize()
H A Dappdata.cxx125 , pSlotPool( 0 ) in SfxAppData_Impl()
H A Dappmisc.cxx283 SfxSlotPool& SfxApplication::GetAppSlotPool_Impl() const { return *pAppData_Impl->pSlotPool; } in GetAppSlotPool_Impl()
H A Dappinit.cxx274 pAppData_Impl->pSlotPool = new SfxSlotPool; in Initialize_Impl()
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx1204 SfxSlotPool* pSlotPool = pPool ? pPool : &SFX_SLOTPOOL(); in getSupportedCommandGroups() local
1208 for ( sal_uInt16 i=0; i<pSlotPool->GetGroupCount(); i++ ) in getSupportedCommandGroups()
1210 String aName = pSlotPool->SeekGroup( i ); in getSupportedCommandGroups()
1211 const SfxSlot* pSfxSlot = pSlotPool->FirstSlot(); in getSupportedCommandGroups()
1220 pSfxSlot = pSlotPool->NextSlot(); in getSupportedCommandGroups()
1243 SfxSlotPool* pSlotPool = pPool ? pPool : &SFX_SLOTPOOL(); in getConfigurableDispatchInformation() local
1244 for ( sal_uInt16 i=0; i<pSlotPool->GetGroupCount(); i++ ) in getConfigurableDispatchInformation()
1246 String aName = pSlotPool->SeekGroup( i ); in getConfigurableDispatchInformation()
1247 const SfxSlot* pSfxSlot = pSlotPool->FirstSlot(); in getConfigurableDispatchInformation()
1264 pSfxSlot = pSlotPool->NextSlot(); in getConfigurableDispatchInformation()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx183 SfxSlotPool* pSlotPool = 0; in SfxToolBoxControllerFactory() local
186 pSlotPool = pModule->GetSlotPool(); in SfxToolBoxControllerFactory()
188 pSlotPool = &(SfxSlotPool::GetSlotPool( NULL )); in SfxToolBoxControllerFactory()
190 const SfxSlot* pSlot = pSlotPool->GetUnoSlot( aTargetURL.Path ); in SfxToolBoxControllerFactory()
332 SfxSlotPool *pSlotPool; in CreateControl() local
334 pSlotPool = pMod->GetSlotPool(); in CreateControl()
336 pSlotPool = &SfxSlotPool::GetSlotPool(); in CreateControl()
337 TypeId aSlotType = pSlotPool->GetSlotType( nSlotId ); in CreateControl()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx926 SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool(); in SfxDockingWindow() local
927 const SfxSlot* pSlot = pSlotPool->GetSlot( pCW->GetType() ); in SfxDockingWindow()
980 SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool(); in SfxDockingWindow() local
981 const SfxSlot* pSlot = pSlotPool->GetSlot( pCW->GetType() ); in SfxDockingWindow()
/trunk/main/sfx2/source/inc/
H A Dappdata.hxx147 SfxSlotPool* pSlotPool; member in SfxAppData_Impl
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx339 SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool(); in CreateFromSVMenu() local
440 const SfxSlot* pSlot = pSlotPool->GetSlot( nSlotId ); in CreateFromSVMenu()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx423 SfxSlotPool* pSlotPool = SW_MOD()->GetSlotPool(); in InsertObject() local
424 const SfxSlot* pSlot = pSlotPool->GetSlot(nSlotId); in InsertObject()
/trunk/main/sfx2/source/control/
H A Dmsgpool.cxx414 return *SFX_APP()->Get_Impl()->pSlotPool; in GetSlotPool()
H A Ddispatch.cxx1772 SfxSlotPool* pSlotPool = &SfxSlotPool::GetSlotPool( GetFrame() ); in _Update_Impl() local
1832 const SfxSlot *pSlot = pSlotPool->GetSlot( (sal_uInt16) nId ); in _Update_Impl()

Completed in 104 milliseconds