Home
last modified time | relevance | path

Searched refs:nCommandGroup (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx138 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()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx334 … SAL_CALL BibFrameController_Impl::getConfigurableDispatchInformation( ::sal_Int16 nCommandGroup ) in getConfigurableDispatchInformation() argument
343 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()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasecontroller.hxx86 sal_Bool SupportsCommandGroup( sal_Int16 nCommandGroup );
87 sal_Int16 MapCommandGroupToGroupID( sal_Int16 nCommandGroup );
373 …hInformation > SAL_CALL getConfigurableDispatchInformation( sal_Int16 nCommandGroup ) throw (::com…
/trunk/main/framework/source/dispatch/
H A Dclosedispatcher.cxx127 …Information > SAL_CALL CloseDispatcher::getConfigurableDispatchInformation(sal_Int16 nCommandGroup) in getConfigurableDispatchInformation() argument
130 if (nCommandGroup == css::frame::CommandGroup::VIEW) in getConfigurableDispatchInformation()
141 if (nCommandGroup == css::frame::CommandGroup::DOCUMENT) in getConfigurableDispatchInformation()
H A Ddispatchinformationprovider.cxx109 …> SAL_CALL DispatchInformationProvider::getConfigurableDispatchInformation(sal_Int16 nCommandGroup) in getConfigurableDispatchInformation() argument
127 …ispatchInformation > lProviderInfos = xProvider->getConfigurableDispatchInformation(nCommandGroup); in getConfigurableDispatchInformation()
/trunk/main/framework/inc/dispatch/
H A Ddispatchinformationprovider.hxx94 …::frame::DispatchInformation > SAL_CALL getConfigurableDispatchInformation(sal_Int16 nCommandGroup)
H A Dstartmoduledispatcher.hxx149 …hInformation > SAL_CALL getConfigurableDispatchInformation( sal_Int16 nCommandGroup ) throw (css::…
H A Dclosedispatcher.hxx189 …hInformation > SAL_CALL getConfigurableDispatchInformation( sal_Int16 nCommandGroup ) throw (css::…
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx2078 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups() local
2079 aGroupList.push_back( nCommandGroup ); in getSupportedCommandGroups()
2112 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation() local
2113 if ( nCommandGroup == nCmdGroup ) in getConfigurableDispatchInformation()
2123 aCmdInfo.GroupId = nCommandGroup; in getConfigurableDispatchInformation()
/trunk/main/framework/inc/services/
H A Dframe.hxx252 …chInformation > SAL_CALL getConfigurableDispatchInformation(sal_Int16 nCommandGroup) throw (css::u…
/trunk/main/framework/source/services/
H A Dframe.cxx2180 …::DispatchInformation > SAL_CALL Frame::getConfigurableDispatchInformation(sal_Int16 nCommandGroup) in getConfigurableDispatchInformation() argument
2183 return m_xDispatchInfoHelper->getConfigurableDispatchInformation(nCommandGroup); in getConfigurableDispatchInformation()

Completed in 80 milliseconds