LibreOffice Module cui (master) 1
|
#include <about.hxx>
Public Member Functions | |
AboutDialog (weld::Window *pParent) | |
virtual | ~AboutDialog () override |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (HandleClick, weld::Button &, void) | |
Static Private Member Functions | |
static OUString | GetVersionString () |
static OUString | GetBuildString () |
static OUString | GetLocaleString (bool bLocalized=true) |
static OUString | GetMiscString () |
static OUString | GetCopyrightString () |
static bool | IsStringValidGitHash (std::u16string_view hash) |
Private Attributes | |
std::unique_ptr< weld::LinkButton > | m_pCreditsButton |
std::unique_ptr< weld::LinkButton > | m_pWebsiteButton |
std::unique_ptr< weld::LinkButton > | m_pReleaseNotesButton |
std::unique_ptr< weld::Button > | m_pCloseButton |
std::unique_ptr< weld::Button > | m_pCopyButton |
std::unique_ptr< weld::Image > | m_pBrandImage |
std::unique_ptr< weld::Image > | m_pAboutImage |
std::unique_ptr< weld::Label > | m_pVersionLabel |
std::unique_ptr< weld::Label > | m_pBuildCaption |
std::unique_ptr< weld::LinkButton > | m_pBuildLabel |
std::unique_ptr< weld::Label > | m_pEnvLabel |
std::unique_ptr< weld::Label > | m_pUILabel |
std::unique_ptr< weld::Label > | m_pLocaleLabel |
std::unique_ptr< weld::Label > | m_pMiscLabel |
std::unique_ptr< weld::Label > | m_pCopyrightLabel |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
AboutDialog::AboutDialog | ( | weld::Window * | pParent | ) |
Definition at line 57 of file about.cxx.
References LanguageTag::getBcp47(), GetBuildString(), GetCopyrightString(), Application::GetHWOSConfInfo(), GetLocaleString(), GetMiscString(), utl::ConfigManager::getProductVersion(), Application::GetSettings(), utl::ConfigManager::getUILocale(), GetVersionString(), Graphic::GetXGraphic(), IsStringValidGitHash(), LINK, SfxApplication::loadBrandSvg(), localizeWebserviceURI(), m_pAboutImage, m_pBrandImage, m_pBuildCaption, m_pBuildLabel, m_pCloseButton, m_pCopyButton, m_pCopyrightLabel, m_pCreditsButton, m_pEnvLabel, m_pLocaleLabel, m_pMiscLabel, m_pReleaseNotesButton, m_pUILabel, m_pVersionLabel, m_pWebsiteButton, and u.
|
private |
|
staticprivate |
Definition at line 162 of file about.cxx.
References utl::Bootstrap::getBuildIdData(), and SAL_WARN_IF.
Referenced by AboutDialog().
|
staticprivate |
Definition at line 245 of file about.cxx.
References CuiResId(), and utl::ConfigManager::getProductName().
Referenced by AboutDialog().
|
staticprivate |
Definition at line 170 of file about.cxx.
References Translate::Create(), CuiResId(), Translate::get(), LanguageTag::getBcp47(), AllSettings::GetLanguageTag(), Application::GetSettings(), AllSettings::GetUILanguageTag(), pLocale, and SAL_WARN.
Referenced by AboutDialog().
|
staticprivate |
Definition at line 207 of file about.cxx.
References openclwrapper::GPUEnv::isOpenCLEnabled().
Referenced by AboutDialog().
|
staticprivate |
|
staticprivate |
Definition at line 144 of file about.cxx.
Referenced by AboutDialog().
|
private |
Definition at line 33 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 32 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 35 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 36 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 29 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 30 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 41 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 26 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 37 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 39 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 40 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 28 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 38 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 34 of file about.hxx.
Referenced by AboutDialog().
|
private |
Definition at line 27 of file about.hxx.
Referenced by AboutDialog().