Lines Matching refs:pSfxSlot
2073 const SfxSlot* pSfxSlot = pAppSlotPool->FirstSlot(); in getSupportedCommandGroups() local
2074 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() local
2110 if ( pSfxSlot ) in getConfigurableDispatchInformation()
2112 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation()
2115 while ( pSfxSlot ) in getConfigurableDispatchInformation()
2117 if ( pSfxSlot->GetMode() & nMode ) in getConfigurableDispatchInformation()
2121 aBuf.appendAscii( pSfxSlot->GetUnoName() ); in getConfigurableDispatchInformation()
2126 pSfxSlot = pAppSlotPool->NextSlot(); in getConfigurableDispatchInformation()