20 #ifndef INCLUDED_SC_SOURCE_UI_INC_EDITFIELD_HXX
21 #define INCLUDED_SC_SOURCE_UI_INC_EDITFIELD_HXX
34 bool GetValue(
double& rfValue)
const;
35 void SetValue(
double fValue, sal_Int32 nDecPlaces = 12);
41 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)