Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Dmsgpool.cxx285 sal_uInt16 nFirstInterface = _pParentPool ? _pParentPool->_pInterfaces->Count() : 0; in SeekSlot() local
288 if ( nStartInterface < nFirstInterface && in SeekSlot()
290 nStartInterface = nFirstInterface; in SeekSlot()
293 if ( nStartInterface < nFirstInterface ) in SeekSlot()
301 sal_uInt16 nCount = _pInterfaces->Count() + nFirstInterface; in SeekSlot()
306 SfxInterface* pInterface = (*_pInterfaces)[_nCurInterface-nFirstInterface]; in SeekSlot()
330 sal_uInt16 nFirstInterface = _pParentPool ? _pParentPool->_pInterfaces->Count() : 0; in NextSlot() local
332 if ( _nCurInterface < nFirstInterface && _nCurGroup >= _pParentPool->_pGroups->Count() ) in NextSlot()
333 _nCurInterface = nFirstInterface; in NextSlot()
335 if ( _nCurInterface < nFirstInterface ) in NextSlot()
[all …]