Searched refs:getReleaseNote (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/extensions/source/update/check/ |
H A D | updatecheckconfig.cxx | 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 D | updatecheck.cxx | 89 rtl::OUString getReleaseNote(const UpdateInfo& rInfo, sal_uInt8 pos, bool autoDownloadEnabled) in getReleaseNote() function 853 const rtl::OUString aURL(getReleaseNote(m_aUpdateInfo, 5)); in initialize() 941 rtl::OUString aURL(getReleaseNote(m_aUpdateInfo, 3)); in install() 944 aURL = getReleaseNote(m_aUpdateInfo, 4); in install() 1186 const rtl::OUString aURL(getReleaseNote(m_aUpdateInfo, 1, aModel->isAutoDownloadEnabled())); in downloadStarted() 1210 const rtl::OUString aURL(getReleaseNote(aUpdateInfo, 2, rModel->isAutoDownloadEnabled())); in downloadFinished()
|
H A D | updateinfo.hxx | 80 rtl::OUString getReleaseNote(const UpdateInfo& rInfo, sal_uInt8 pos, bool autoDownloadEnabled=false…
|
Completed in 35 milliseconds