Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/update/check/
H A Dupdateinfo.hxx30 struct DownloadSource struct
35 DownloadSource(bool bIsDirect, const rtl::OUString& aURL) : IsDirect(bIsDirect), URL(aURL) {}; in DownloadSource() argument
36 DownloadSource(const DownloadSource& ds) : IsDirect(ds.IsDirect), URL(ds.URL) {}; in DownloadSource() function
38DownloadSource & operator=( const DownloadSource & ds ) { IsDirect = ds.IsDirect; URL = ds.URL; re… in operator =() argument
60 std::vector< DownloadSource > Sources;
H A Dupdateprotocol.cxx177 … o_rUpdateInfo.Sources.push_back( DownloadSource(bIsDirect, xNode2->getNodeValue()) ); in checkForUpdates()
H A Dupdatecheckconfig.cxx181 rInfo.Sources.push_back( DownloadSource( isDirectDownload, getStringValue(DOWNLOAD_URL) ) ); in getUpdateEntry()
H A Dupdatecheck.cxx1317 std::vector< DownloadSource >::iterator iter = m_aUpdateInfo.Sources.begin(); in setUpdateInfo()

Completed in 21 milliseconds