Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/control/
H A Dmsgpool.cxx78 , _nCurInterface(0) in SfxSlotPool()
296 _nCurInterface = nStartInterface; in SeekSlot()
302 for ( _nCurInterface = nStartInterface; in SeekSlot()
303 _nCurInterface < nCount; in SeekSlot()
304 ++_nCurInterface ) in SeekSlot()
333 _nCurInterface = nFirstInterface; in NextSlot()
335 if ( _nCurInterface < nFirstInterface ) in NextSlot()
339 _nCurInterface = _pParentPool->_nCurInterface; in NextSlot()
361 return SeekSlot(++_nCurInterface ); in NextSlot()
373 _nCurInterface = 0; in FirstInterface()
[all …]
/aoo4110/main/sfx2/inc/sfx2/
H A Dmsgpool.hxx51 sal_uInt16 _nCurInterface; member in SfxSlotPool

Completed in 11 milliseconds