LibreOffice Module sc (master) 1
|
#include <filldlg.hxx>
Public Member Functions | |
ScFillSeriesDlg (weld::Window *pParent, ScDocument &rDocument, FillDir eFillDir, FillCmd eFillCmd, FillDateCmd eFillDateCmd, OUString aStartStr, double fStep, double fMax, SCSIZE nSelectHeight, SCSIZE nSelectWidth, sal_uInt16 nPossDir) | |
virtual | ~ScFillSeriesDlg () override |
FillDir | GetFillDir () const |
FillCmd | GetFillCmd () const |
FillDateCmd | GetFillDateCmd () const |
double | GetStart () const |
double | GetStep () const |
double | GetMax () const |
OUString | GetStartStr () const |
void | SetEdStartValEnabled (bool bFlag) |
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 (sal_uInt16 nPossDir) |
weld::Entry * | CheckValues () |
DECL_LINK (OKHdl, weld::Button &, void) | |
DECL_LINK (DisableHdl, weld::Toggleable &, void) | |
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 filldlg.hxx.
ScFillSeriesDlg::ScFillSeriesDlg | ( | weld::Window * | pParent, |
ScDocument & | rDocument, | ||
FillDir | eFillDir, | ||
FillCmd | eFillCmd, | ||
FillDateCmd | eFillDateCmd, | ||
OUString | aStartStr, | ||
double | fStep, | ||
double | fMax, | ||
SCSIZE | nSelectHeight, | ||
SCSIZE | nSelectWidth, | ||
sal_uInt16 | nPossDir | ||
) |
Definition at line 34 of file filldlg.cxx.
References Init().
|
overridevirtual |
Definition at line 80 of file filldlg.cxx.
|
private |
Definition at line 182 of file filldlg.cxx.
References fEndVal, FILL_AUTO, FILL_LINEAR, FILL_TO_BOTTOM, FILL_TO_TOP, fIncrement, fStartVal, ScDocument::GetFormatTable(), SvNumberFormatter::IsNumberFormat(), m_nSelectHeight, m_nSelectWidth, m_xBtnAutoFill, m_xEdEndVal, m_xEdIncrement, m_xEdStartVal, MAXDOUBLE, rDoc, theFillCmd, and theFillDir.
|
private |
|
private |
|
inline |
Definition at line 44 of file filldlg.hxx.
References theFillCmd.
|
inline |
Definition at line 45 of file filldlg.hxx.
References theFillDateCmd.
|
inline |
Definition at line 43 of file filldlg.hxx.
References theFillDir.
|
inline |
Definition at line 48 of file filldlg.hxx.
References fEndVal.
|
inline |
Definition at line 46 of file filldlg.hxx.
References fStartVal.
|
inline |
Definition at line 50 of file filldlg.hxx.
References m_xEdStartVal.
|
inline |
Definition at line 47 of file filldlg.hxx.
References fIncrement.
|
private |
Definition at line 98 of file filldlg.cxx.
References aStartStrVal, FDS_OPT_HORZ, FDS_OPT_NONE, FDS_OPT_VERT, fEndVal, FILL_AUTO, FILL_DATE, FILL_DAY, FILL_GROWTH, FILL_LINEAR, FILL_MONTH, FILL_TO_BOTTOM, FILL_TO_LEFT, FILL_TO_RIGHT, FILL_TO_TOP, FILL_WEEKDAY, FILL_YEAR, fIncrement, fStartVal, ScDocument::GetFormatTable(), SvNumberFormatter::GetInputLineString(), LINK, m_xBtnArithmetic, m_xBtnAutoFill, m_xBtnDate, m_xBtnDay, m_xBtnDayOfWeek, m_xBtnDown, m_xBtnGeometric, m_xBtnLeft, m_xBtnMonth, m_xBtnOk, m_xBtnRight, m_xBtnUp, m_xBtnYear, m_xEdEndVal, m_xEdIncrement, m_xEdStartVal, MAXDOUBLE, rDoc, theFillCmd, theFillDateCmd, and theFillDir.
Referenced by ScFillSeriesDlg().
void ScFillSeriesDlg::SetEdStartValEnabled | ( | bool | bFlag | ) |
Definition at line 84 of file filldlg.cxx.
References m_xEdStartVal, and m_xFtStartVal.
|
private |
Definition at line 56 of file filldlg.hxx.
|
private |
Definition at line 55 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 64 of file filldlg.hxx.
Referenced by CheckValues(), GetMax(), and Init().
|
private |
Definition at line 63 of file filldlg.hxx.
Referenced by CheckValues(), GetStep(), and Init().
|
private |
Definition at line 62 of file filldlg.hxx.
Referenced by CheckValues(), GetStart(), and Init().
|
private |
Definition at line 65 of file filldlg.hxx.
Referenced by CheckValues().
|
private |
Definition at line 66 of file filldlg.hxx.
Referenced by CheckValues().
|
private |
Definition at line 81 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 84 of file filldlg.hxx.
Referenced by CheckValues(), and Init().
|
private |
Definition at line 83 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 87 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 88 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 76 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 82 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 79 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 89 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 92 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 77 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 78 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 90 of file filldlg.hxx.
Referenced by Init().
|
private |
Definition at line 72 of file filldlg.hxx.
Referenced by CheckValues(), and Init().
|
private |
Definition at line 75 of file filldlg.hxx.
Referenced by CheckValues(), and Init().
|
private |
Definition at line 69 of file filldlg.hxx.
Referenced by CheckValues(), GetStartStr(), Init(), and SetEdStartValEnabled().
|
private |
Definition at line 71 of file filldlg.hxx.
|
private |
Definition at line 74 of file filldlg.hxx.
|
private |
Definition at line 68 of file filldlg.hxx.
Referenced by SetEdStartValEnabled().
|
private |
Definition at line 86 of file filldlg.hxx.
|
private |
Definition at line 58 of file filldlg.hxx.
Referenced by CheckValues(), and Init().
|
private |
Definition at line 60 of file filldlg.hxx.
Referenced by CheckValues(), GetFillCmd(), and Init().
|
private |
Definition at line 61 of file filldlg.hxx.
Referenced by GetFillDateCmd(), and Init().
|
private |
Definition at line 59 of file filldlg.hxx.
Referenced by CheckValues(), GetFillDir(), and Init().