LibreOffice Module svx (master) 1
|
#include <crashreportdlg.hxx>
Public Member Functions | |
CrashReportDialog (weld::Window *pParent) | |
virtual short | run () override |
virtual | ~CrashReportDialog () 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 (BtnHdl, weld::Button &, void) | |
DECL_STATIC_LINK (CrashReportDialog, InstallLOKNotifierHdl, void *, vcl::ILibreOfficeKitNotifier *) | |
Private Attributes | |
std::unique_ptr< weld::Button > | mxBtnSend |
std::unique_ptr< weld::Button > | mxBtnCancel |
std::unique_ptr< weld::Button > | mxBtnClose |
std::unique_ptr< weld::Label > | mxEditPreUpload |
std::unique_ptr< weld::Label > | mxEditPostUpload |
std::unique_ptr< weld::LinkButton > | mxLinkButton |
std::unique_ptr< weld::Label > | mxFtBugReport |
std::unique_ptr< weld::CheckButton > | mxCBSafeMode |
std::unique_ptr< weld::LinkButton > | mxPrivacyPolicyButton |
OUString | maLinkTemplate |
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 |
Definition at line 15 of file crashreportdlg.hxx.
|
explicit |
Definition at line 29 of file crashreportdlg.cxx.
References utl::ConfigManager::getProductVersion(), utl::ConfigManager::getUILocale(), LINK, weld::GenericDialogController::m_xDialog, maLinkTemplate, mxBtnCancel, mxBtnClose, mxBtnSend, mxCBSafeMode, mxEditPreUpload, mxLinkButton, and mxPrivacyPolicyButton.
|
overridevirtual |
Definition at line 60 of file crashreportdlg.cxx.
|
private |
|
private |
|
overridevirtual |
Reimplemented from weld::DialogController.
Definition at line 62 of file crashreportdlg.cxx.
References comphelper::getProcessComponentContext(), mxCBSafeMode, and sfx2::SafeMode::putFlag().
|
private |
Definition at line 33 of file crashreportdlg.hxx.
Referenced by CrashReportDialog().
|
private |
Definition at line 24 of file crashreportdlg.hxx.
Referenced by CrashReportDialog().
|
private |
Definition at line 25 of file crashreportdlg.hxx.
Referenced by CrashReportDialog().
|
private |
Definition at line 23 of file crashreportdlg.hxx.
Referenced by CrashReportDialog().
|
private |
Definition at line 30 of file crashreportdlg.hxx.
Referenced by CrashReportDialog(), and run().
|
private |
Definition at line 27 of file crashreportdlg.hxx.
|
private |
Definition at line 26 of file crashreportdlg.hxx.
Referenced by CrashReportDialog().
|
private |
Definition at line 29 of file crashreportdlg.hxx.
|
private |
Definition at line 28 of file crashreportdlg.hxx.
Referenced by CrashReportDialog().
|
private |
Definition at line 31 of file crashreportdlg.hxx.
Referenced by CrashReportDialog().