LibreOffice Module sc (master) 1
|
#include <colorformat.hxx>
Public Member Functions | |
ScDataBarSettingsDlg (weld::Window *pParent, const ScDataBarFormatData &rData, ScDocument *pDoc, const ScAddress &rPos) | |
virtual | ~ScDataBarSettingsDlg () override |
ScDataBarFormatData * | GetData () |
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 | |
DECL_LINK (OkBtnHdl, weld::Button &, void) | |
DECL_LINK (TypeSelectHdl, weld::ComboBox &, void) | |
DECL_LINK (PosSelectHdl, weld::ComboBox &, void) | |
void | Init () |
Private Attributes | |
OUString | maStrWarnSameValue |
SvNumberFormatter * | mpNumberFormatter |
ScDocument * | mpDoc |
ScAddress | maPos |
std::unique_ptr< weld::Button > | mxBtnOk |
std::unique_ptr< ColorListBox > | mxLbPos |
std::unique_ptr< ColorListBox > | mxLbNeg |
std::unique_ptr< ColorListBox > | mxLbAxisCol |
std::unique_ptr< weld::ComboBox > | mxLbFillType |
std::unique_ptr< weld::ComboBox > | mxLbTypeMin |
std::unique_ptr< weld::ComboBox > | mxLbTypeMax |
std::unique_ptr< weld::ComboBox > | mxLbAxisPos |
std::unique_ptr< weld::Entry > | mxEdMin |
std::unique_ptr< weld::Entry > | mxEdMax |
std::unique_ptr< weld::Entry > | mxLenMin |
std::unique_ptr< weld::Entry > | mxLenMax |
std::unique_ptr< weld::CheckButton > | mxCbOnlyBar |
std::unique_ptr< weld::Label > | mxStrSameValueFT |
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 20 of file colorformat.hxx.
ScDataBarSettingsDlg::ScDataBarSettingsDlg | ( | weld::Window * | pParent, |
const ScDataBarFormatData & | rData, | ||
ScDocument * | pDoc, | ||
const ScAddress & | rPos | ||
) |
Definition at line 71 of file colorformat.cxx.
References weld::GenericDialogController::m_xDialog.
|
overridevirtual |
Definition at line 125 of file colorformat.cxx.
|
private |
|
private |
|
private |
ScDataBarFormatData * ScDataBarSettingsDlg::GetData | ( | ) |
Definition at line 174 of file colorformat.cxx.
References maPos, mpDoc, mpNumberFormatter, mxCbOnlyBar, mxEdMax, mxEdMin, mxLbAxisCol, mxLbAxisPos, mxLbFillType, mxLbNeg, mxLbPos, mxLbTypeMax, mxLbTypeMin, mxLenMax, mxLenMin, and pData.
Referenced by IMPL_LINK_NOARG().
|
private |
Definition at line 129 of file colorformat.cxx.
References COL_BLACK(), COL_LIGHTRED(), LINK, mxBtnOk, mxLbAxisCol, mxLbAxisPos, mxLbNeg, mxLbPos, mxLbTypeMax, and mxLbTypeMin.
|
private |
Definition at line 27 of file colorformat.hxx.
Referenced by GetData().
|
private |
Definition at line 23 of file colorformat.hxx.
|
private |
Definition at line 26 of file colorformat.hxx.
Referenced by GetData().
|
private |
Definition at line 24 of file colorformat.hxx.
Referenced by GetData().
|
private |
Definition at line 29 of file colorformat.hxx.
Referenced by Init().
|
private |
Definition at line 45 of file colorformat.hxx.
Referenced by GetData().
|
private |
Definition at line 41 of file colorformat.hxx.
Referenced by GetData().
|
private |
Definition at line 40 of file colorformat.hxx.
Referenced by GetData().
|
private |
Definition at line 33 of file colorformat.hxx.
|
private |
Definition at line 38 of file colorformat.hxx.
|
private |
Definition at line 35 of file colorformat.hxx.
Referenced by GetData().
|
private |
Definition at line 32 of file colorformat.hxx.
|
private |
Definition at line 31 of file colorformat.hxx.
|
private |
Definition at line 37 of file colorformat.hxx.
|
private |
Definition at line 36 of file colorformat.hxx.
|
private |
Definition at line 43 of file colorformat.hxx.
Referenced by GetData().
|
private |
Definition at line 42 of file colorformat.hxx.
Referenced by GetData().
|
private |
Definition at line 47 of file colorformat.hxx.