Lines Matching refs:pDef
139 SfxSlot *pDef = rInterface[nFunc]; in RegisterInterface() local
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()
149 const TypeId &rTypeId = pDef->GetType()->Type(); in RegisterInterface()
155 if ( _pTypes->GetObject(nPos)->nId == pDef->GetSlotId() ) in RegisterInterface()
160 else if ( _pTypes->GetObject(nPos)->nId > pDef->GetSlotId() ) in RegisterInterface()
164 _pTypes->GetObject(nPos)->nId > pDef->GetSlotId() ) in RegisterInterface()
165 _pTypes->Append( new SfxSlotType_Impl( pDef->GetSlotId(), rTypeId ) ); in RegisterInterface()
211 const SfxSlot *pDef = _pInterfaces->GetObject(nInterf)->GetSlot(nId); in GetSlot() local
212 if ( pDef ) in GetSlot()
213 return pDef; in GetSlot()