LibreOffice Module sc (master) 1
|
#include <textimportoptions.hxx>
Public Member Functions | |
ScTextImportOptionsDlg (weld::Window *pParent) | |
virtual | ~ScTextImportOptionsDlg () override |
LanguageType | getLanguageType () const |
bool | isDateConversionSet () const |
bool | isKeepAskingSet () const |
![]() | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
![]() | |
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 OString &rHelpId) |
OString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
void | init () |
DECL_LINK (OKHdl, weld::Button &, void) | |
DECL_LINK (RadioHdl, weld::Toggleable &, void) | |
Private Attributes | |
std::unique_ptr< weld::Button > | m_xBtnOk |
std::unique_ptr< weld::RadioButton > | m_xRbAutomatic |
std::unique_ptr< weld::RadioButton > | m_xRbCustom |
std::unique_ptr< weld::CheckButton > | m_xBtnConvertDate |
std::unique_ptr< weld::CheckButton > | m_xBtnKeepAsking |
std::unique_ptr< SvxLanguageBox > | m_xLbCustomLang |
Additional Inherited Members | |
![]() | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 27 of file textimportoptions.hxx.
ScTextImportOptionsDlg::ScTextImportOptionsDlg | ( | weld::Window * | pParent | ) |
Definition at line 28 of file textimportoptions.cxx.
References init().
|
overridevirtual |
Definition at line 40 of file textimportoptions.cxx.
|
private |
|
private |
LanguageType ScTextImportOptionsDlg::getLanguageType | ( | ) | const |
Definition at line 44 of file textimportoptions.cxx.
References LANGUAGE_SYSTEM, m_xLbCustomLang, and m_xRbAutomatic.
|
private |
Definition at line 62 of file textimportoptions.cxx.
References AllSettings::GetLanguageTag(), LanguageTag::getLanguageType(), Application::GetSettings(), LINK, m_xBtnOk, m_xLbCustomLang, m_xRbAutomatic, and m_xRbCustom.
Referenced by ScTextImportOptionsDlg().
bool ScTextImportOptionsDlg::isDateConversionSet | ( | ) | const |
Definition at line 52 of file textimportoptions.cxx.
References m_xBtnConvertDate.
bool ScTextImportOptionsDlg::isKeepAskingSet | ( | ) | const |
Definition at line 57 of file textimportoptions.cxx.
References m_xBtnKeepAsking.
|
private |
Definition at line 44 of file textimportoptions.hxx.
Referenced by isDateConversionSet().
|
private |
Definition at line 45 of file textimportoptions.hxx.
Referenced by isKeepAskingSet().
|
private |
Definition at line 41 of file textimportoptions.hxx.
Referenced by init().
|
private |
Definition at line 46 of file textimportoptions.hxx.
Referenced by getLanguageType(), and init().
|
private |
Definition at line 42 of file textimportoptions.hxx.
Referenced by getLanguageType(), and init().
|
private |
Definition at line 43 of file textimportoptions.hxx.
Referenced by init().