Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/update/check/
H A Dupdateinfo.hxx61 std::vector< ReleaseNote > ReleaseNotes; member
63 UpdateInfo() : BuildId(), Version(), Description(), Sources(), ReleaseNotes() {}; in UpdateInfo()
64 …on(ui.Version), Description(ui.Description), Sources(ui.Sources), ReleaseNotes(ui.ReleaseNotes) {}; in UpdateInfo()
74 ReleaseNotes = ui.ReleaseNotes; in operator =()
H A Dupdatecheck.cxx91 std::vector< ReleaseNote >::const_iterator iter = rInfo.ReleaseNotes.begin(); in getReleaseNote()
92 while( iter != rInfo.ReleaseNotes.end() ) in getReleaseNote()
1339 std::vector< ReleaseNote >::iterator iter2 = m_aUpdateInfo.ReleaseNotes.begin(); in setUpdateInfo()
1340 while( iter2 != m_aUpdateInfo.ReleaseNotes.end() ) in setUpdateInfo()
H A Dupdateprotocol.cxx228 o_rUpdateInfo.ReleaseNotes.push_back(aRelNote); in checkForUpdates()
H A Dupdatecheckconfig.cxx188 rInfo.ReleaseNotes.push_back(ReleaseNote((sal_Int8) n, aUStr)); in getUpdateEntry()

Completed in 67 milliseconds