Searched refs:pSfxSlot (Results 1 – 2 of 2) sorted by relevance
1211 const SfxSlot* pSfxSlot = pSlotPool->FirstSlot(); in getSupportedCommandGroups() local1212 while ( pSfxSlot ) in getSupportedCommandGroups()1214 if ( pSfxSlot->GetMode() & nMode ) in getSupportedCommandGroups()1216 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups()1220 pSfxSlot = pSlotPool->NextSlot(); in getSupportedCommandGroups()1247 const SfxSlot* pSfxSlot = pSlotPool->FirstSlot(); in getConfigurableDispatchInformation() local1248 if ( pSfxSlot ) in getConfigurableDispatchInformation()1253 while ( pSfxSlot ) in getConfigurableDispatchInformation()1255 if ( pSfxSlot->GetMode() & nMode ) in getConfigurableDispatchInformation()1259 aBuf.appendAscii( pSfxSlot->GetUnoName() ); in getConfigurableDispatchInformation()[all …]
2073 const SfxSlot* pSfxSlot = pAppSlotPool->FirstSlot(); in getSupportedCommandGroups() local2074 while ( pSfxSlot ) in getSupportedCommandGroups()2076 if ( pSfxSlot->GetMode() & nMode ) in getSupportedCommandGroups()2078 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups()2082 pSfxSlot = pAppSlotPool->NextSlot(); in getSupportedCommandGroups()2109 const SfxSlot* pSfxSlot = pAppSlotPool->FirstSlot(); in getConfigurableDispatchInformation() local2110 if ( pSfxSlot ) in getConfigurableDispatchInformation()2115 while ( pSfxSlot ) in getConfigurableDispatchInformation()2117 if ( pSfxSlot->GetMode() & nMode ) in getConfigurableDispatchInformation()2121 aBuf.appendAscii( pSfxSlot->GetUnoName() ); in getConfigurableDispatchInformation()[all …]
Completed in 45 milliseconds