Searched refs:pAppSlotPool (Results 1 – 1 of 1) sorted by relevance
2065 SfxSlotPool* pAppSlotPool = &SFX_APP()->GetAppSlotPool_Impl(); in getSupportedCommandGroups() local2070 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() local2100 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 83 milliseconds