LibreOffice Module sfx2 (master) 1
|
#include <alienwarn.hxx>
Public Member Functions | |
SfxAlienWarningDialog (weld::Window *pParent, std::u16string_view _rFormatName, const OUString &_rDefaultExtension, bool rDefaultIsAlien) | |
virtual | ~SfxAlienWarningDialog () override |
Public Member Functions inherited from weld::MessageDialogController | |
MessageDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, const OUString &rRelocateId={}) | |
virtual Dialog * | getDialog () override |
virtual | ~MessageDialogController () override |
void | set_primary_text (const OUString &rText) |
OUString | get_primary_text () const |
void | set_secondary_text (const OUString &rText) |
OUString | get_secondary_text () const |
void | set_default_response (int nResponse) |
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 Attributes | |
std::unique_ptr< weld::Button > | m_xKeepCurrentBtn |
std::unique_ptr< weld::Button > | m_xUseDefaultFormatBtn |
std::unique_ptr< weld::CheckButton > | m_xWarningOnBox |
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::MessageDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::MessageDialog > | m_xDialog |
std::unique_ptr< weld::Container > | m_xContentArea |
std::unique_ptr< weld::Widget > | m_xRelocate |
std::unique_ptr< weld::Container > | m_xOrigParent |
Definition at line 24 of file alienwarn.hxx.
SfxAlienWarningDialog::SfxAlienWarningDialog | ( | weld::Window * | pParent, |
std::u16string_view | _rFormatName, | ||
const OUString & | _rDefaultExtension, | ||
bool | rDefaultIsAlien | ||
) |
Definition at line 23 of file alienwarn.cxx.
References weld::MessageDialogController::m_xDialog, m_xKeepCurrentBtn, m_xUseDefaultFormatBtn, m_xWarningOnBox, and m_xWarningOnBox.
|
overridevirtual |
Definition at line 61 of file alienwarn.cxx.
References comphelper::ConfigurationChanges::create(), and m_xWarningOnBox.
|
private |
Definition at line 27 of file alienwarn.hxx.
Referenced by SfxAlienWarningDialog().
|
private |
Definition at line 28 of file alienwarn.hxx.
Referenced by SfxAlienWarningDialog().
|
private |
Definition at line 29 of file alienwarn.hxx.
Referenced by SfxAlienWarningDialog(), and ~SfxAlienWarningDialog().