Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx1211 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()
1253 while ( pSfxSlot ) in getConfigurableDispatchInformation()
1255 if ( pSfxSlot->GetMode() & nMode ) in getConfigurableDispatchInformation()
1259 aBuf.appendAscii( pSfxSlot->GetUnoName() ); in getConfigurableDispatchInformation()
[all …]
/aoo41x/main/sfx2/source/appl/
H A Dappuno.cxx2073 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()
2115 while ( pSfxSlot ) in getConfigurableDispatchInformation()
2117 if ( pSfxSlot->GetMode() & nMode ) in getConfigurableDispatchInformation()
2121 aBuf.appendAscii( pSfxSlot->GetUnoName() ); in getConfigurableDispatchInformation()
[all …]

Completed in 188 milliseconds