Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/control/
H A Dmsgpool.cxx279 const SfxSlot* SfxSlotPool::SeekSlot( sal_uInt16 nStartInterface ) in SeekSlot() argument
288 if ( nStartInterface < nFirstInterface && in SeekSlot()
290 nStartInterface = nFirstInterface; in SeekSlot()
293 if ( nStartInterface < nFirstInterface ) in SeekSlot()
296 _nCurInterface = nStartInterface; in SeekSlot()
297 return _pParentPool->SeekSlot( nStartInterface ); in SeekSlot()
302 for ( _nCurInterface = nStartInterface; in SeekSlot()

Completed in 10 milliseconds