20 #ifndef INCLUDED_SC_SOURCE_UI_INC_FILLDLG_HXX
21 #define INCLUDED_SC_SOURCE_UI_INC_FILLDLG_HXX
36 const OUString& aStartStr,
41 sal_uInt16 nPossDir );
95 void Init( sal_uInt16 nPossDir );
102 #endif // INCLUDED_SC_SOURCE_UI_INC_FILLDLG_HXX
std::unique_ptr< weld::RadioButton > m_xBtnDown
std::unique_ptr< weld::RadioButton > m_xBtnUp
std::unique_ptr< weld::Label > m_xFtStartVal
std::unique_ptr< weld::Entry > m_xEdIncrement
std::unique_ptr< weld::Entry > m_xEdEndVal
void Init(sal_uInt16 nPossDir)
FillDir GetFillDir() const
const OUString aErrMsgInvalidVal
FillDateCmd GetFillDateCmd() const
size_t SCSIZE
size_t typedef to be able to find places where code was changed from USHORT to size_t and is used to ...
weld::Entry * CheckValues()
const OUString aStartStrVal
std::unique_ptr< weld::RadioButton > m_xBtnDay
std::unique_ptr< weld::Label > m_xFtTimeUnit
void SetEdStartValEnabled(bool bFlag)
std::unique_ptr< weld::RadioButton > m_xBtnArithmetic
std::unique_ptr< weld::RadioButton > m_xBtnDayOfWeek
std::unique_ptr< weld::RadioButton > m_xBtnRight
std::unique_ptr< weld::Button > m_xBtnOk
const SCSIZE m_nSelectWidth
OUString GetStartStr() const
const SCSIZE m_nSelectHeight
std::unique_ptr< weld::RadioButton > m_xBtnMonth
std::unique_ptr< weld::RadioButton > m_xBtnGeometric
FillDateCmd theFillDateCmd
std::unique_ptr< weld::RadioButton > m_xBtnAutoFill
std::unique_ptr< weld::RadioButton > m_xBtnYear
std::unique_ptr< weld::RadioButton > m_xBtnLeft
std::unique_ptr< weld::Entry > m_xEdStartVal
FillCmd GetFillCmd() const
DECL_LINK(OKHdl, weld::Button &, void)
std::unique_ptr< weld::Label > m_xFtIncrement
virtual ~ScFillSeriesDlg() override
std::unique_ptr< weld::RadioButton > m_xBtnDate
std::unique_ptr< weld::Label > m_xFtEndVal
ScFillSeriesDlg(weld::Window *pParent, ScDocument &rDocument, FillDir eFillDir, FillCmd eFillCmd, FillDateCmd eFillDateCmd, const OUString &aStartStr, double fStep, double fMax, SCSIZE nSelectHeight, SCSIZE nSelectWidth, sal_uInt16 nPossDir)