Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/appl/
H A Dappuno.cxx2065 SfxSlotPool* pAppSlotPool = &SFX_APP()->GetAppSlotPool_Impl(); in getSupportedCommandGroups() local
2070 for ( sal_uInt16 i=0; i<pAppSlotPool->GetGroupCount(); i++ ) in getSupportedCommandGroups()
2072 String aName = pAppSlotPool->SeekGroup( i ); in getSupportedCommandGroups()
2073 const SfxSlot* pSfxSlot = pAppSlotPool->FirstSlot(); in getSupportedCommandGroups()
2082 pSfxSlot = pAppSlotPool->NextSlot(); in getSupportedCommandGroups()
2098 SfxSlotPool* pAppSlotPool = &SFX_APP()->GetAppSlotPool_Impl(); in getConfigurableDispatchInformation() local
2100 if ( pAppSlotPool ) in getConfigurableDispatchInformation()
2106 for ( sal_uInt16 i=0; i<pAppSlotPool->GetGroupCount(); i++ ) in getConfigurableDispatchInformation()
2108 String aName = pAppSlotPool->SeekGroup( i ); in getConfigurableDispatchInformation()
2109 const SfxSlot* pSfxSlot = pAppSlotPool->FirstSlot(); in getConfigurableDispatchInformation()
[all …]

Completed in 60 milliseconds