Searched refs:theFillDateCmd (Results 1 – 2 of 2) sorted by relevance
99 theFillDateCmd ( eFillDateCmd ), in ScFillSeriesDlg()193 switch ( theFillDateCmd ) in Init()335 if ( aBtnDay.IsChecked() ) theFillDateCmd = FILL_DAY; in IMPL_LINK()336 else if ( aBtnDayOfWeek.IsChecked() ) theFillDateCmd = FILL_WEEKDAY; in IMPL_LINK()337 else if ( aBtnMonth.IsChecked() ) theFillDateCmd = FILL_MONTH; in IMPL_LINK()338 else if ( aBtnYear.IsChecked() ) theFillDateCmd = FILL_YEAR; in IMPL_LINK()
68 FillDateCmd GetFillDateCmd() const { return theFillDateCmd; } in GetFillDateCmd()119 FillDateCmd theFillDateCmd; member in ScFillSeriesDlg
Completed in 15 milliseconds