Searched refs:nCommandGroup (Results 1 – 11 of 11) sorted by relevance
138 sal_Int16 nCommandGroup; member190 GroupIDCommandGroupMap[i].nCommandGroup )); in MapGroupIDToCommandGroup()202 sal_Int16 MapCommandGroupToGroupID( sal_Int16 nCommandGroup ) in MapCommandGroupToGroupID() argument207 if ( GroupIDCommandGroupMap[i].nCommandGroup == nCommandGroup ) in MapCommandGroupToGroupID()215 sal_Bool SupportsCommandGroup( sal_Int16 nCommandGroup ) in SupportsCommandGroup() argument217 if (( nCommandGroup >= 0 ) && ( nCommandGroup <= MAX_COMMANDGROUP )) in SupportsCommandGroup()1216 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups() local1217 aGroupList.push_back( nCommandGroup ); in getSupportedCommandGroups()1250 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation() local1251 if ( nCommandGroup == nCmdGroup ) in getConfigurableDispatchInformation()[all …]
334 … SAL_CALL BibFrameController_Impl::getConfigurableDispatchInformation( ::sal_Int16 nCommandGroup ) in getConfigurableDispatchInformation() argument343 if (( nCommandGroup == frame::CommandGroup::EDIT ) || in getConfigurableDispatchInformation()344 ( nCommandGroup == frame::CommandGroup::DOCUMENT ) || in getConfigurableDispatchInformation()345 ( nCommandGroup == frame::CommandGroup::DATA ) || in getConfigurableDispatchInformation()346 ( nCommandGroup == frame::CommandGroup::VIEW )) in getConfigurableDispatchInformation()351 if ( pIter->second.nGroupId == nCommandGroup ) in getConfigurableDispatchInformation()
86 sal_Bool SupportsCommandGroup( sal_Int16 nCommandGroup );87 sal_Int16 MapCommandGroupToGroupID( sal_Int16 nCommandGroup );373 …hInformation > SAL_CALL getConfigurableDispatchInformation( sal_Int16 nCommandGroup ) throw (::com…
127 …Information > SAL_CALL CloseDispatcher::getConfigurableDispatchInformation(sal_Int16 nCommandGroup) in getConfigurableDispatchInformation() argument130 if (nCommandGroup == css::frame::CommandGroup::VIEW) in getConfigurableDispatchInformation()141 if (nCommandGroup == css::frame::CommandGroup::DOCUMENT) in getConfigurableDispatchInformation()
109 …> SAL_CALL DispatchInformationProvider::getConfigurableDispatchInformation(sal_Int16 nCommandGroup) in getConfigurableDispatchInformation() argument127 …ispatchInformation > lProviderInfos = xProvider->getConfigurableDispatchInformation(nCommandGroup); in getConfigurableDispatchInformation()
94 …::frame::DispatchInformation > SAL_CALL getConfigurableDispatchInformation(sal_Int16 nCommandGroup)
149 …hInformation > SAL_CALL getConfigurableDispatchInformation( sal_Int16 nCommandGroup ) throw (css::…
189 …hInformation > SAL_CALL getConfigurableDispatchInformation( sal_Int16 nCommandGroup ) throw (css::…
2078 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups() local2079 aGroupList.push_back( nCommandGroup ); in getSupportedCommandGroups()2112 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation() local2113 if ( nCommandGroup == nCmdGroup ) in getConfigurableDispatchInformation()2123 aCmdInfo.GroupId = nCommandGroup; in getConfigurableDispatchInformation()
252 …chInformation > SAL_CALL getConfigurableDispatchInformation(sal_Int16 nCommandGroup) throw (css::u…
2180 …::DispatchInformation > SAL_CALL Frame::getConfigurableDispatchInformation(sal_Int16 nCommandGroup) in getConfigurableDispatchInformation() argument2183 return m_xDispatchInfoHelper->getConfigurableDispatchInformation(nCommandGroup); in getConfigurableDispatchInformation()
Completed in 118 milliseconds