Searched refs:nInterface (Results 1 – 1 of 1) sorted by relevance
347 sal_uInt16 nInterface = _nCurInterface - nFirstInterface; in NextSlot() local349 if ( nInterface >= _pInterfaces->Count() ) in NextSlot()353 SfxInterface* pInterface = (*_pInterfaces)[nInterface]; in NextSlot()388 sal_uInt16 nInterface = _nCurInterface - nFirstInterface; in NextInterface() local389 return nInterface < _pInterfaces->Count() ? (*_pInterfaces)[nInterface] : 0; in NextInterface()395 for ( sal_uInt16 nInterface=0; nInterface<_pInterfaces->Count(); nInterface++ ) in GetUnoSlot() local397 pSlot = (*_pInterfaces)[nInterface]->GetSlot( rName ); in GetUnoSlot()
Completed in 12 milliseconds