33 bool GetValue(
double& rfValue)
const;
34 void SetValue(
double fValue, sal_Int32 nDecPlaces = 12);
40 void set_sensitive(
bool bSensitive) { m_xEntry->set_sensitive(bSensitive); }
bool GetValue(double &rfValue) const
void set_sensitive(bool bSensitive)
void SetValue(double fValue, sal_Int32 nDecPlaces=12)
An edit control that contains a double precision floating-point value.
bool get_sensitive() const
weld::Entry & get_widget()
std::unique_ptr< weld::Entry > m_xEntry
ScDoubleField(std::unique_ptr< weld::Entry > xEntry)