Home
last modified time | relevance | path

Searched refs:GetGroupId (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dmsgpool.cxx140 if ( pDef->GetGroupId() && /* pDef->GetGroupId() != GID_INTERN && */ in RegisterInterface()
141 !_pGroups->Contains(pDef->GetGroupId()) ) in RegisterInterface()
143 if (pDef->GetGroupId() == GID_INTERN) in RegisterInterface()
144 _pGroups->Insert(0, pDef->GetGroupId()); in RegisterInterface()
146 _pGroups->Append(pDef->GetGroupId()); in RegisterInterface()
312 if ( pMsg->GetGroupId() == _pGroups->GetObject(_nCurGroup) ) in SeekSlot()
357 if ( pMsg->GetGroupId() == _pGroups->GetObject(_nCurGroup) ) in NextSlot()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx283 sal_uInt16 GetGroupId() const;
339 inline sal_uInt16 SfxSlot::GetGroupId() const in GetGroupId() function in SfxSlot
/trunk/main/idl/source/objects/
H A Dslot.cxx366 const ByteString & SvMetaSlot::GetGroupId() const in GetGroupId() function in SvMetaSlot
369 return ((SvMetaSlot *)GetRef())->GetGroupId(); in GetGroupId()
1289 if( GetGroupId().Len() ) in WriteSlot()
1290 rOutStm << GetGroupId().GetBuffer(); in WriteSlot()
1729 rStrm << GetGroupId().GetBuffer() << ','; in WriteCSV()
/trunk/main/idl/inc/
H A Dslot.hxx193 const ByteString & GetGroupId() const;
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx1216 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups()
1250 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx2078 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups()
2112 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation()

Completed in 65 milliseconds