Home
last modified time | relevance | path

Searched refs:theFillDateCmd (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/ui/miscdlgs/
H A Dfilldlg.cxx99 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()
/aoo4110/main/sc/source/ui/inc/
H A Dfilldlg.hxx68 FillDateCmd GetFillDateCmd() const { return theFillDateCmd; } in GetFillDateCmd()
119 FillDateCmd theFillDateCmd; member in ScFillSeriesDlg

Completed in 18 milliseconds