Home
last modified time | relevance | path

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

/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx456 bool autoDownloadEnabled = isAutoDownloadEnabled(); in storeUpdateFound() local
465 uno::makeAny(getReleaseNote(rInfo, 1, autoDownloadEnabled) ), in storeUpdateFound()
466 uno::makeAny(getReleaseNote(rInfo, 2, autoDownloadEnabled) ), in storeUpdateFound()
467 uno::makeAny(getReleaseNote(rInfo, 3, autoDownloadEnabled) ), in storeUpdateFound()
468 uno::makeAny(getReleaseNote(rInfo, 4, autoDownloadEnabled) ), in storeUpdateFound()
469 uno::makeAny(getReleaseNote(rInfo, 5, autoDownloadEnabled) ), in storeUpdateFound()
H A Dupdatecheck.cxx89 rtl::OUString getReleaseNote(const UpdateInfo& rInfo, sal_uInt8 pos, bool autoDownloadEnabled) in getReleaseNote() argument
96 if( (pos > 2) || !autoDownloadEnabled || ! (iter->URL2.getLength() > 0) ) in getReleaseNote()
99 … else if( (pos == iter->Pos2) && ((1 == iter->Pos) || (2 == iter->Pos)) && autoDownloadEnabled ) in getReleaseNote()
1337 bool autoDownloadEnabled = rModel->isAutoDownloadEnabled(); in setUpdateInfo() local
1342 …if( ((1 == iter2->Pos) || (2 == iter2->Pos)) && autoDownloadEnabled && (iter2->URL2.getLength() > … in setUpdateInfo()
H A Dupdateinfo.hxx80 rtl::OUString getReleaseNote(const UpdateInfo& rInfo, sal_uInt8 pos, bool autoDownloadEnabled=false…

Completed in 25 milliseconds