|
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 | isScientificConversionSet () const |
| bool | isKeepAskingSet () const |
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 | |
| void | init () |
| DECL_LINK (OKHdl, weld::Button &, void) | |
| DECL_LINK (RadioCheckHdl, 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_xCkbConvertDate |
| std::unique_ptr< weld::CheckButton > | m_xCkbConvertScientific |
| std::unique_ptr< weld::CheckButton > | m_xCkbKeepAsking |
| std::unique_ptr< SvxLanguageBox > | m_xLbCustomLang |
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 27 of file textimportoptions.hxx.
| ScTextImportOptionsDlg::ScTextImportOptionsDlg | ( | weld::Window * | pParent | ) |
Definition at line 28 of file textimportoptions.cxx.
References init().
|
overridevirtual |
Definition at line 41 of file textimportoptions.cxx.
|
private |
|
private |
| LanguageType ScTextImportOptionsDlg::getLanguageType | ( | ) | const |
Definition at line 45 of file textimportoptions.cxx.
References LANGUAGE_SYSTEM, m_xLbCustomLang, and m_xRbAutomatic.
|
private |
Definition at line 68 of file textimportoptions.cxx.
References AllSettings::GetLanguageTag(), LanguageTag::getLanguageType(), Application::GetSettings(), LINK, m_xBtnOk, m_xCkbConvertDate, m_xCkbConvertScientific, m_xLbCustomLang, m_xRbAutomatic, and m_xRbCustom.
Referenced by ScTextImportOptionsDlg().
| bool ScTextImportOptionsDlg::isDateConversionSet | ( | ) | const |
Definition at line 53 of file textimportoptions.cxx.
References m_xCkbConvertDate.
| bool ScTextImportOptionsDlg::isKeepAskingSet | ( | ) | const |
Definition at line 63 of file textimportoptions.cxx.
References m_xCkbKeepAsking.
| bool ScTextImportOptionsDlg::isScientificConversionSet | ( | ) | const |
Definition at line 58 of file textimportoptions.cxx.
References m_xCkbConvertScientific.
|
private |
Definition at line 42 of file textimportoptions.hxx.
Referenced by init().
|
private |
Definition at line 45 of file textimportoptions.hxx.
Referenced by init(), and isDateConversionSet().
|
private |
Definition at line 46 of file textimportoptions.hxx.
Referenced by init(), and isScientificConversionSet().
|
private |
Definition at line 47 of file textimportoptions.hxx.
Referenced by isKeepAskingSet().
|
private |
Definition at line 48 of file textimportoptions.hxx.
Referenced by getLanguageType(), and init().
|
private |
Definition at line 43 of file textimportoptions.hxx.
Referenced by getLanguageType(), and init().
|
private |
Definition at line 44 of file textimportoptions.hxx.
Referenced by init().