Lines Matching refs:hasByName
372 if( m_xContainer->hasByName(aName) ) in getLocalFileName()
402 if( m_xContainer->hasByName(aNameList[i]) ) in storeLocalFileName()
421 if( m_xContainer->hasByName(aNameList[i]) ) in clearLocalFileName()
478 if( m_xContainer->hasByName(aName) ) in storeUpdateFound()
499 if( m_xContainer->hasByName(aName) ) in clearUpdateFound()
582 UpdateCheckConfig::hasByName( const ::rtl::OUString& aName ) throw (uno::RuntimeException) in hasByName() function in UpdateCheckConfig
584 return m_xContainer->hasByName( aName ); in hasByName()
679 if ( m_xAvailableUpdates->hasByName( rExtensionName ) ) in storeExtensionVersion()
688 if ( m_xIgnoredUpdates->hasByName( rExtensionName ) ) in storeExtensionVersion()
708 if ( m_xAvailableUpdates->hasByName( rExtensionName ) ) in checkExtensionVersion()
714 if ( m_xIgnoredUpdates->hasByName( rExtensionName ) ) in checkExtensionVersion()