Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dappuno.cxx2057 SfxSlotPool* pAppSlotPool = &SFX_APP()->GetAppSlotPool_Impl(); in getSupportedCommandGroups() local
2062 for ( sal_uInt16 i=0; i<pAppSlotPool->GetGroupCount(); i++ ) in getSupportedCommandGroups()
2064 String aName = pAppSlotPool->SeekGroup( i ); in getSupportedCommandGroups()
2065 const SfxSlot* pSfxSlot = pAppSlotPool->FirstSlot(); in getSupportedCommandGroups()
2074 pSfxSlot = pAppSlotPool->NextSlot(); in getSupportedCommandGroups()
2089 SfxSlotPool* pAppSlotPool = &SFX_APP()->GetAppSlotPool_Impl(); in getConfigurableDispatchInformation() local
2091 if ( pAppSlotPool ) in getConfigurableDispatchInformation()
2097 for ( sal_uInt16 i=0; i<pAppSlotPool->GetGroupCount(); i++ ) in getConfigurableDispatchInformation()
2099 String aName = pAppSlotPool->SeekGroup( i ); in getConfigurableDispatchInformation()
2100 const SfxSlot* pSfxSlot = pAppSlotPool->FirstSlot(); in getConfigurableDispatchInformation()
[all …]