LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScTextImportOptionsDlg Class Reference

#include <textimportoptions.hxx>

Inheritance diagram for ScTextImportOptionsDlg:
[legend]
Collaboration diagram for ScTextImportOptionsDlg:
[legend]

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 DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () 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::Buttonm_xBtnOk
 
std::unique_ptr< weld::RadioButtonm_xRbAutomatic
 
std::unique_ptr< weld::RadioButtonm_xRbCustom
 
std::unique_ptr< weld::CheckButtonm_xCkbConvertDate
 
std::unique_ptr< weld::CheckButtonm_xCkbConvertScientific
 
std::unique_ptr< weld::CheckButtonm_xCkbKeepAsking
 
std::unique_ptr< SvxLanguageBoxm_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::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 27 of file textimportoptions.hxx.

Constructor & Destructor Documentation

◆ ScTextImportOptionsDlg()

ScTextImportOptionsDlg::ScTextImportOptionsDlg ( weld::Window pParent)

Definition at line 28 of file textimportoptions.cxx.

References init().

◆ ~ScTextImportOptionsDlg()

ScTextImportOptionsDlg::~ScTextImportOptionsDlg ( )
overridevirtual

Definition at line 41 of file textimportoptions.cxx.

Member Function Documentation

◆ DECL_LINK() [1/2]

ScTextImportOptionsDlg::DECL_LINK ( OKHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/2]

ScTextImportOptionsDlg::DECL_LINK ( RadioCheckHdl  ,
weld::Toggleable ,
void   
)
private

◆ getLanguageType()

LanguageType ScTextImportOptionsDlg::getLanguageType ( ) const

Definition at line 45 of file textimportoptions.cxx.

References LANGUAGE_SYSTEM, m_xLbCustomLang, and m_xRbAutomatic.

◆ init()

void ScTextImportOptionsDlg::init ( )
private

◆ isDateConversionSet()

bool ScTextImportOptionsDlg::isDateConversionSet ( ) const

Definition at line 53 of file textimportoptions.cxx.

References m_xCkbConvertDate.

◆ isKeepAskingSet()

bool ScTextImportOptionsDlg::isKeepAskingSet ( ) const

Definition at line 63 of file textimportoptions.cxx.

References m_xCkbKeepAsking.

◆ isScientificConversionSet()

bool ScTextImportOptionsDlg::isScientificConversionSet ( ) const

Definition at line 58 of file textimportoptions.cxx.

References m_xCkbConvertScientific.

Member Data Documentation

◆ m_xBtnOk

std::unique_ptr<weld::Button> ScTextImportOptionsDlg::m_xBtnOk
private

Definition at line 42 of file textimportoptions.hxx.

Referenced by init().

◆ m_xCkbConvertDate

std::unique_ptr<weld::CheckButton> ScTextImportOptionsDlg::m_xCkbConvertDate
private

Definition at line 45 of file textimportoptions.hxx.

Referenced by init(), and isDateConversionSet().

◆ m_xCkbConvertScientific

std::unique_ptr<weld::CheckButton> ScTextImportOptionsDlg::m_xCkbConvertScientific
private

Definition at line 46 of file textimportoptions.hxx.

Referenced by init(), and isScientificConversionSet().

◆ m_xCkbKeepAsking

std::unique_ptr<weld::CheckButton> ScTextImportOptionsDlg::m_xCkbKeepAsking
private

Definition at line 47 of file textimportoptions.hxx.

Referenced by isKeepAskingSet().

◆ m_xLbCustomLang

std::unique_ptr<SvxLanguageBox> ScTextImportOptionsDlg::m_xLbCustomLang
private

Definition at line 48 of file textimportoptions.hxx.

Referenced by getLanguageType(), and init().

◆ m_xRbAutomatic

std::unique_ptr<weld::RadioButton> ScTextImportOptionsDlg::m_xRbAutomatic
private

Definition at line 43 of file textimportoptions.hxx.

Referenced by getLanguageType(), and init().

◆ m_xRbCustom

std::unique_ptr<weld::RadioButton> ScTextImportOptionsDlg::m_xRbCustom
private

Definition at line 44 of file textimportoptions.hxx.

Referenced by init().


The documentation for this class was generated from the following files: