Lines Matching refs:_pGroups
72 : _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()
236 sal_uInt16 nParentCount = _pParentPool->_pGroups->Count(); in SeekGroup()
237 if ( nNo < nParentCount && (*_pGroups)[nNo] == (*_pParentPool->_pGroups)[nNo] ) in SeekGroup()
246 if ( (*_pGroups)[nNo] == (*_pParentPool->_pGroups)[i] ) in SeekGroup()
252 SfxResId aResId( (*_pGroups)[_nCurGroup] ); in SeekGroup()
271 return _pGroups->Count(); in GetGroupCount()
289 _pParentPool->_nCurGroup >= _pParentPool->_pGroups->Count() ) in SeekSlot()
312 if ( pMsg->GetGroupId() == _pGroups->GetObject(_nCurGroup) ) in SeekSlot()
332 if ( _nCurInterface < nFirstInterface && _nCurGroup >= _pParentPool->_pGroups->Count() ) in NextSlot()
357 if ( pMsg->GetGroupId() == _pGroups->GetObject(_nCurGroup) ) in NextSlot()