Lines Matching refs:iPos
155 t_registryset::const_iterator iPos( m_allBackends.begin() ); in disposing() local
157 for ( ; iPos != iEnd; ++iPos ) { in disposing()
158 try_dispose( *iPos ); in disposing()
303 t_stringset::const_iterator iPos( ambiguousFilters.begin() ); in insertBackend() local
305 for ( ; iPos != iEnd; ++iPos ) { in insertBackend()
306 m_filter2mediaType.erase( *iPos ); in insertBackend()
405 for ( t_string2string::const_iterator iPos( in create() local
407 iPos != that->m_filter2mediaType.end(); ++iPos ) in create()
411 buf.append( iPos->first ); in create()
414 buf.append( iPos->second ); in create()
418 that->m_mediaType2backend.find( iPos->second )->second ); in create()
426 for ( t_registryset::const_iterator iPos( in create() local
428 iPos != that->m_ambiguousBackends.end(); ++iPos ) in create()
433 *iPos, UNO_QUERY_THROW )->getImplementationName() ); in create()
436 (*iPos)->getSupportedPackageTypes() ); in create()
466 t_registryset::const_iterator iPos( m_allBackends.begin() ); in update() local
468 for ( ; iPos != iEnd; ++iPos ) { in update()
469 const Reference<util::XUpdatable> xUpdatable( *iPos, UNO_QUERY ); in update()
513 t_registryset::const_iterator iPos( m_ambiguousBackends.begin() ); in bindPackage() local
515 for ( ; iPos != iEnd; ++iPos ) in bindPackage()
518 return (*iPos)->bindPackage( url, mediaType, bRemoved, in bindPackage()