Searched refs:_pTypes (Results 1 – 2 of 2) sorted by relevance
73 , _pTypes(0) in SfxSlotPool()95 if ( _pTypes ) in ~SfxSlotPool()97 for ( sal_uInt16 n =_pTypes->Count(); n--; ) in ~SfxSlotPool()98 delete _pTypes->GetObject(n); in ~SfxSlotPool()99 delete _pTypes; in ~SfxSlotPool()135 if ( !_pTypes ) in RegisterInterface()136 _pTypes = new SfxSlotTypeArr_Impl; in RegisterInterface()153 for ( nPos = 0; nPos < _pTypes->Count(); ++nPos ) in RegisterInterface()155 if ( _pTypes->GetObject(nPos)->nId == pDef->GetSlotId() ) in RegisterInterface()157 DBG_ASSERT( rTypeId == _pTypes->GetObject(nPos)->nType, in RegisterInterface()[all …]
46 SfxSlotTypeArr_Impl* _pTypes; member in SfxSlotPool