Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Dmsgpool.cxx72 : _pGroups(0) in SfxSlotPool()
94 delete _pGroups; in ~SfxSlotPool()
122 if ( !_pGroups ) in RegisterInterface()
124 _pGroups = new SfxSlotGroupArr_Impl; in RegisterInterface()
129 SfxSlotGroupArr_Impl& rGroups = *_pParentPool->_pGroups; in RegisterInterface()
131 _pGroups->Append( rGroups[n] ); in RegisterInterface()
141 !_pGroups->Contains(pDef->GetGroupId()) ) in RegisterInterface()
144 _pGroups->Insert(0, pDef->GetGroupId()); in RegisterInterface()
146 _pGroups->Append(pDef->GetGroupId()); in RegisterInterface()
230 if ( _pGroups && nNo < _pGroups->Count() ) in SeekGroup()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dmsgpool.hxx45 SfxSlotGroupArr_Impl* _pGroups; member in SfxSlotPool