Home
last modified time | relevance | path

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

/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx465 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() 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 Dupdateinfo.hxx80 rtl::OUString getReleaseNote(const UpdateInfo& rInfo, sal_uInt8 pos, bool autoDownloadEnabled=false…

Completed in 25 milliseconds