Home
last modified time | relevance | path

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

/aoo42x/main/extensions/source/update/check/
H A Dupdateprotocol.cxx129 uno::Reference< container::XEnumeration > aUpdateInfoEnumeration = in checkForUpdates() local
132 if ( !aUpdateInfoEnumeration.is() ) in checkForUpdates()
146 while( aUpdateInfoEnumeration->hasMoreElements() ) in checkForUpdates()
150 if( aUpdateInfoEnumeration->nextElement() >>= aEntry ) in checkForUpdates()

Completed in 8 milliseconds