Home
last modified time | relevance | path

Searched refs:m_aUpdateInfo (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx796 aModel.getUpdateEntry(m_aUpdateInfo); in initialize()
853 const rtl::OUString aURL(getReleaseNote(m_aUpdateInfo, 5)); in initialize()
863 m_aUpdateInfo = UpdateInfo(); in initialize()
874 setUIState(getUIState(m_aUpdateInfo)); in initialize()
888 UpdateState eUIState = getUIState(m_aUpdateInfo); in cancel()
904 UpdateInfo aInfo(m_aUpdateInfo); in download()
941 rtl::OUString aURL(getReleaseNote(m_aUpdateInfo, 3)); in install()
944 aURL = getReleaseNote(m_aUpdateInfo, 4); in install()
1018 const UpdateState eUIState = getUIState( m_aUpdateInfo ); in closeAfterFailure()
1069 … m_pThread = new DownloadThread(m_aCondition, m_xContext, this, m_aUpdateInfo.Sources[0].URL ); in enableDownload()
[all …]
H A Dupdatecheck.hxx102 bool hasOfficeUpdate() const { return (m_aUpdateInfo.BuildId.getLength() > 0); } in hasOfficeUpdate()
174 UpdateInfo m_aUpdateInfo; member in UpdateCheck