Lines Matching refs:pSfxSlot
1211 const SfxSlot* pSfxSlot = pSlotPool->FirstSlot(); in getSupportedCommandGroups() local
1212 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() local
1248 if ( pSfxSlot ) in getConfigurableDispatchInformation()
1250 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation()
1253 while ( pSfxSlot ) in getConfigurableDispatchInformation()
1255 if ( pSfxSlot->GetMode() & nMode ) in getConfigurableDispatchInformation()
1259 aBuf.appendAscii( pSfxSlot->GetUnoName() ); in getConfigurableDispatchInformation()
1264 pSfxSlot = pSlotPool->NextSlot(); in getConfigurableDispatchInformation()