LibreOffice Module sc (master) 1
|
#include <dpgroupdlg.hxx>
Public Member Functions | |
ScDPNumGroupEditHelper (weld::RadioButton &rRbAuto, weld::RadioButton &rRbMan, ScDoubleField &rEdValue) | |
virtual | ~ScDPNumGroupEditHelper () |
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 | |
ScDoubleField & | mrEdValue |
Additional Inherited Members | |
Protected Member Functions inherited from ScDPGroupEditHelper | |
~ScDPGroupEditHelper () | |
Definition at line 54 of file dpgroupdlg.hxx.
|
explicit |
Definition at line 114 of file dpgroupdlg.cxx.
|
inlinevirtual |
Definition at line 61 of file dpgroupdlg.hxx.
|
overrideprivatevirtual |
Implements ScDPGroupEditHelper.
Definition at line 121 of file dpgroupdlg.cxx.
References ScDoubleField::GetValue(), and mrEdValue.
|
overrideprivatevirtual |
Implements ScDPGroupEditHelper.
Definition at line 126 of file dpgroupdlg.cxx.
References mrEdValue, and ScDoubleField::SetValue().
|
private |
Definition at line 67 of file dpgroupdlg.hxx.
Referenced by ImplGetValue(), and ImplSetValue().