Lines Matching refs:Count

97 		for ( sal_uInt16 n =_pTypes->Count(); n--; )  in ~SfxSlotPool()
118 if ( rInterface.Count() == 1 && !rInterface[0]->nSlotId ) in RegisterInterface()
130 for ( sal_uInt16 n=0; n<rGroups.Count(); n++ ) in RegisterInterface()
137 for ( sal_uInt16 nFunc = 0; nFunc < rInterface.Count(); ++nFunc ) in RegisterInterface()
153 for ( nPos = 0; nPos < _pTypes->Count(); ++nPos ) in RegisterInterface()
163 if ( nPos >= _pTypes->Count() || in RegisterInterface()
209 for ( sal_uInt16 nInterf = 0; nInterf < _pInterfaces->Count(); ++nInterf ) in GetSlot()
230 if ( _pGroups && nNo < _pGroups->Count() ) in SeekGroup()
236 sal_uInt16 nParentCount = _pParentPool->_pGroups->Count(); in SeekGroup()
271 return _pGroups->Count(); in GetGroupCount()
285 sal_uInt16 nFirstInterface = _pParentPool ? _pParentPool->_pInterfaces->Count() : 0; in SeekSlot()
289 _pParentPool->_nCurGroup >= _pParentPool->_pGroups->Count() ) in SeekSlot()
301 sal_uInt16 nCount = _pInterfaces->Count() + nFirstInterface; in SeekSlot()
308 _nCurMsg < pInterface->Count(); in SeekSlot()
330 sal_uInt16 nFirstInterface = _pParentPool ? _pParentPool->_pInterfaces->Count() : 0; in NextSlot()
332 if ( _nCurInterface < nFirstInterface && _nCurGroup >= _pParentPool->_pGroups->Count() ) in NextSlot()
349 if ( nInterface >= _pInterfaces->Count() ) in NextSlot()
354 while ( ++_nCurMsg < pInterface->Count() ) in NextSlot()
374 if ( !_pInterfaces || !_pInterfaces->Count() ) in FirstInterface()
385 sal_uInt16 nFirstInterface = _pParentPool ? _pParentPool->_pInterfaces->Count() : 0; in NextInterface()
389 return nInterface < _pInterfaces->Count() ? (*_pInterfaces)[nInterface] : 0; in NextInterface()
395 for ( sal_uInt16 nInterface=0; nInterface<_pInterfaces->Count(); nInterface++ ) in GetUnoSlot()