Lines Matching refs:getByName

311 …  const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTOCHECK_ENABLED ) ) >>= nValue;  in isAutoCheckEnabled()
321 …const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTODOWNLOAD_ENABLED ) ) >>= nValu… in isAutoDownloadEnabled()
333 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( OLD_VERSION ) ) >>= aValue; in getUpdateEntryVersion()
346 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( LAST_CHECK ) ) >>= nValue; in getLastChecked()
359 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( CHECK_INTERVAL ) ) >>= nValue; in getCheckInterval()
373 m_xContainer->getByName(aName) >>= aRet; in getLocalFileName()
386 const_cast <UpdateCheckConfig *> (this)->getByName(aName) >>= aRet; in getDownloadDestination()
553 UpdateCheckConfig::getByName( const ::rtl::OUString& aName ) in getByName() function in UpdateCheckConfig
556 uno::Any aValue = m_xContainer->getByName( aName ); in getByName()
680 …uno::Reference< beans::XPropertySet >( m_xAvailableUpdates->getByName( rExtensionName ), uno::UNO_… in storeExtensionVersion()
691 …uno::Any aValue( uno::Reference< beans::XPropertySet >( m_xIgnoredUpdates->getByName( rExtensionNa… in storeExtensionVersion()
711 …uno::Any aValue( uno::Reference< beans::XPropertySet >( m_xAvailableUpdates->getByName( rExtension… in checkExtensionVersion()
717 …uno::Any aValue2( uno::Reference< beans::XPropertySet >( m_xIgnoredUpdates->getByName( rExtensionN… in checkExtensionVersion()