Lines Matching refs:nCommandGroup
138 sal_Int16 nCommandGroup; member
190 GroupIDCommandGroupMap[i].nCommandGroup )); in MapGroupIDToCommandGroup()
202 sal_Int16 MapCommandGroupToGroupID( sal_Int16 nCommandGroup ) in MapCommandGroupToGroupID() argument
207 if ( GroupIDCommandGroupMap[i].nCommandGroup == nCommandGroup ) in MapCommandGroupToGroupID()
215 sal_Bool SupportsCommandGroup( sal_Int16 nCommandGroup ) in SupportsCommandGroup() argument
217 if (( nCommandGroup >= 0 ) && ( nCommandGroup <= MAX_COMMANDGROUP )) in SupportsCommandGroup()
1216 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups() local
1217 aGroupList.push_back( nCommandGroup ); in getSupportedCommandGroups()
1250 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation() local
1251 if ( nCommandGroup == nCmdGroup ) in getConfigurableDispatchInformation()
1261 aCmdInfo.GroupId = nCommandGroup; in getConfigurableDispatchInformation()