LibreOffice Module extensions (master) 1
|
#include <updateinfo.hxx>
Public Attributes | |
OUString | BuildId |
OUString | Version |
OUString | Description |
std::vector< DownloadSource > | Sources |
std::vector< ReleaseNote > | ReleaseNotes |
Definition at line 49 of file updateinfo.hxx.
OUString UpdateInfo::BuildId |
Definition at line 51 of file updateinfo.hxx.
Referenced by checkForUpdates(), UpdateCheck::getUIState(), UpdateCheckROModel::getUpdateEntry(), UpdateCheck::hasOfficeUpdate(), UpdateCheck::setUpdateInfo(), UpdateCheck::showDialog(), and UpdateCheckConfig::storeUpdateFound().
OUString UpdateInfo::Description |
Definition at line 53 of file updateinfo.hxx.
Referenced by checkForUpdates(), UpdateCheckROModel::getUpdateEntry(), UpdateCheck::setUIState(), and UpdateCheckConfig::storeUpdateFound().
std::vector< ReleaseNote > UpdateInfo::ReleaseNotes |
Definition at line 55 of file updateinfo.hxx.
Referenced by checkForUpdates(), getReleaseNote(), UpdateCheckROModel::getUpdateEntry(), and UpdateCheck::setUpdateInfo().
std::vector< DownloadSource > UpdateInfo::Sources |
Definition at line 54 of file updateinfo.hxx.
Referenced by checkForUpdates(), UpdateCheck::download(), UpdateCheck::enableDownload(), UpdateCheck::getUIState(), UpdateCheckROModel::getUpdateEntry(), UpdateCheck::setUpdateInfo(), UpdateCheck::showDialog(), and UpdateCheckConfig::storeUpdateFound().
OUString UpdateInfo::Version |
Definition at line 52 of file updateinfo.hxx.
Referenced by checkForUpdates(), UpdateCheckROModel::getUpdateEntry(), UpdateCheck::setUIState(), and UpdateCheckConfig::storeUpdateFound().