|
LibreOffice Module sc (master) 1
|
#include <dpgroupdlg.hxx>
Public Member Functions | |
| ScDPDateGroupEditHelper (weld::RadioButton &rRbAuto, weld::RadioButton &rRbMan, SvtCalendarBox &rEdValue, const Date &rNullDate) | |
| virtual | ~ScDPDateGroupEditHelper () |
Public Member Functions inherited from ScDPGroupEditHelper | |
| ScDPGroupEditHelper (weld::RadioButton &rRbAuto, weld::RadioButton &rRbMan, weld::Widget &rEdValue) | |
| bool | IsAuto () const |
| double | GetValue () const |
| void | SetValue (bool bAuto, double fValue) |
Private Member Functions | |
| virtual bool | ImplGetValue (double &rfValue) const override |
| virtual void | ImplSetValue (double fValue) override |
Private Attributes | |
| SvtCalendarBox & | mrEdValue |
| Date | maNullDate |
Additional Inherited Members | |
Protected Member Functions inherited from ScDPGroupEditHelper | |
| ~ScDPGroupEditHelper () | |
Definition at line 70 of file dpgroupdlg.hxx.
|
explicit |
Definition at line 131 of file dpgroupdlg.cxx.
|
inlinevirtual |
Definition at line 78 of file dpgroupdlg.hxx.
|
overrideprivatevirtual |
Implements ScDPGroupEditHelper.
Definition at line 139 of file dpgroupdlg.cxx.
References SvtCalendarBox::get_date(), maNullDate, and mrEdValue.
|
overrideprivatevirtual |
Implements ScDPGroupEditHelper.
Definition at line 145 of file dpgroupdlg.cxx.
References Date::AddDays(), maNullDate, mrEdValue, and SvtCalendarBox::set_date().
|
private |
Definition at line 86 of file dpgroupdlg.hxx.
Referenced by ImplGetValue(), and ImplSetValue().
|
private |
Definition at line 85 of file dpgroupdlg.hxx.
Referenced by ImplGetValue(), and ImplSetValue().