Searched refs:GetGroupId (Results 1 – 6 of 6) sorted by relevance
140 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()
283 sal_uInt16 GetGroupId() const;339 inline sal_uInt16 SfxSlot::GetGroupId() const in GetGroupId() function in SfxSlot
366 const ByteString & SvMetaSlot::GetGroupId() const in GetGroupId() function in SvMetaSlot369 return ((SvMetaSlot *)GetRef())->GetGroupId(); in GetGroupId()1289 if( GetGroupId().Len() ) in WriteSlot()1290 rOutStm << GetGroupId().GetBuffer(); in WriteSlot()1729 rStrm << GetGroupId().GetBuffer() << ','; in WriteCSV()
193 const ByteString & GetGroupId() const;
1216 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups()1250 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation()
2078 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getSupportedCommandGroups()2112 sal_Int16 nCommandGroup = MapGroupIDToCommandGroup( pSfxSlot->GetGroupId() ); in getConfigurableDispatchInformation()
Completed in 77 milliseconds