Home
last modified time | relevance | path

Searched refs:BuildId (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/extensions/source/update/check/
H A Dupdateinfo.hxx57 rtl::OUString BuildId; member
63 UpdateInfo() : BuildId(), Version(), Description(), Sources(), ReleaseNotes() {}; in UpdateInfo()
64 …UpdateInfo(const UpdateInfo& ui) : BuildId(ui.BuildId), Version(ui.Version), Description(ui.Descri… in UpdateInfo()
70 BuildId = ui.BuildId; in operator =()
H A Dupdatecheck.cxx1249 bool update_found = m_aUpdateInfo.BuildId.getLength() > 0; in showDialog()
1311 bool bSuppressBubble = (sal_True == aInfo.BuildId.equals(m_aUpdateInfo.BuildId)); in setUpdateInfo()
1489 if( rInfo.BuildId.getLength() > 0 ) in getUIState()
H A Dupdatecheckconfig.cxx174 rInfo.BuildId = getStringValue(UPDATE_BUILDID); in getUpdateEntry()
461 uno::makeAny(rInfo.BuildId), in storeUpdateFound()
H A Dupdatecheck.hxx102 bool hasOfficeUpdate() const { return (m_aUpdateInfo.BuildId.getLength() > 0); } in hasOfficeUpdate()
H A Dupdateprotocol.cxx200 o_rUpdateInfo.BuildId = xNode2->getNodeValue(); in checkForUpdates()

Completed in 30 milliseconds