Home
last modified time | relevance | path

Searched refs:_pTypes (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dmsgpool.cxx73 , _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 …]
/trunk/main/sfx2/inc/sfx2/
H A Dmsgpool.hxx46 SfxSlotTypeArr_Impl* _pTypes; member in SfxSlotPool