|
LibreOffice Module sc (master) 1
|
#include <calcoptionsdlg.hxx>
Public Member Functions | |
| ScCalcOptionsDialog (weld::Window *pParent, const ScCalcConfig &rConfig, bool bWriteConfig) | |
| virtual | ~ScCalcOptionsDialog () override |
| DECL_LINK (AsZeroModifiedHdl, weld::Toggleable &, void) | |
| DECL_LINK (ConversionModifiedHdl, weld::ComboBox &, void) | |
| DECL_LINK (SyntaxModifiedHdl, weld::ComboBox &, void) | |
| DECL_LINK (CurrentDocOnlyHdl, weld::Toggleable &, void) | |
| const ScCalcConfig & | GetConfig () const |
| bool | GetWriteCalcConfig () 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 | CoupleEmptyAsZeroToStringConversion () |
Private Attributes | |
| ScCalcConfig | maConfig |
| bool | mbSelectedEmptyStringAsZero |
| bool | mbWriteConfig |
| std::unique_ptr< weld::CheckButton > | mxEmptyAsZero |
| std::unique_ptr< weld::ComboBox > | mxConversion |
| std::unique_ptr< weld::CheckButton > | mxCurrentDocOnly |
| std::unique_ptr< weld::ComboBox > | mxSyntax |
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 calcoptionsdlg.hxx.
| ScCalcOptionsDialog::ScCalcOptionsDialog | ( | weld::Window * | pParent, |
| const ScCalcConfig & | rConfig, | ||
| bool | bWriteConfig | ||
| ) |
Definition at line 59 of file calcoptionsdlg.cxx.
References CoupleEmptyAsZeroToStringConversion(), LINK, ScCalcConfig::mbEmptyStringAsZero, mbWriteConfig, ScCalcConfig::meStringConversion, ScCalcConfig::meStringRefAddressSyntax, mxConversion, mxCurrentDocOnly, mxEmptyAsZero, and mxSyntax.
|
overridevirtual |
Definition at line 86 of file calcoptionsdlg.cxx.
|
private |
Definition at line 90 of file calcoptionsdlg.cxx.
References ScCalcConfig::ILLEGAL, ScCalcConfig::LOCALE, maConfig, ScCalcConfig::mbEmptyStringAsZero, mbSelectedEmptyStringAsZero, ScCalcConfig::meStringConversion, mxEmptyAsZero, ScCalcConfig::UNAMBIGUOUS, and ScCalcConfig::ZERO.
Referenced by ScCalcOptionsDialog().
| ScCalcOptionsDialog::DECL_LINK | ( | AsZeroModifiedHdl | , |
| weld::Toggleable & | , | ||
| void | |||
| ) |
| ScCalcOptionsDialog::DECL_LINK | ( | ConversionModifiedHdl | , |
| weld::ComboBox & | , | ||
| void | |||
| ) |
| ScCalcOptionsDialog::DECL_LINK | ( | CurrentDocOnlyHdl | , |
| weld::Toggleable & | , | ||
| void | |||
| ) |
| ScCalcOptionsDialog::DECL_LINK | ( | SyntaxModifiedHdl | , |
| weld::ComboBox & | , | ||
| void | |||
| ) |
|
inline |
Definition at line 26 of file calcoptionsdlg.hxx.
References maConfig.
Referenced by ScTpFormulaOptions::LaunchCustomCalcSettings().
|
inline |
Definition at line 27 of file calcoptionsdlg.hxx.
References mbWriteConfig.
Referenced by ScTpFormulaOptions::LaunchCustomCalcSettings().
|
private |
Definition at line 33 of file calcoptionsdlg.hxx.
Referenced by CoupleEmptyAsZeroToStringConversion(), and GetConfig().
|
private |
Definition at line 34 of file calcoptionsdlg.hxx.
Referenced by CoupleEmptyAsZeroToStringConversion().
|
private |
Definition at line 35 of file calcoptionsdlg.hxx.
Referenced by GetWriteCalcConfig(), and ScCalcOptionsDialog().
|
private |
Definition at line 38 of file calcoptionsdlg.hxx.
Referenced by ScCalcOptionsDialog().
|
private |
Definition at line 39 of file calcoptionsdlg.hxx.
Referenced by ScCalcOptionsDialog().
|
private |
Definition at line 37 of file calcoptionsdlg.hxx.
Referenced by CoupleEmptyAsZeroToStringConversion(), and ScCalcOptionsDialog().
|
private |
Definition at line 40 of file calcoptionsdlg.hxx.
Referenced by ScCalcOptionsDialog().