Home
last modified time | relevance | path

Searched refs:VCLXNumericField (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/toolkit/source/awt/
H A Dvclxwindows.cxx5131 void VCLXNumericField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
5167 VCLXNumericField::VCLXNumericField() in VCLXNumericField() function in VCLXNumericField
5171 VCLXNumericField::~VCLXNumericField() in ~VCLXNumericField()
5176 ::com::sun::star::uno::Any VCLXNumericField::queryInterface( const ::com::sun::star::uno::Type & rT… in queryInterface()
5184 IMPL_XTYPEPROVIDER_START( VCLXNumericField )
5189 void VCLXNumericField::setValue( double Value ) throw(::com::sun::star::uno::RuntimeException)
5213 double VCLXNumericField::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()
5223 void VCLXNumericField::setMin( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMin()
5233 double VCLXNumericField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()
5243 void VCLXNumericField::setMax( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMax()
[all …]
H A Dvclxtoolkit.cxx730 *ppNewComp = new VCLXNumericField; in ImplCreateWindow()
851 *ppNewComp = new VCLXNumericField; in ImplCreateWindow()
902 *ppNewComp = new VCLXNumericField; in ImplCreateWindow()
/AOO41X/main/toolkit/source/helper/
H A Dunowrapper.cxx70 case WINDOW_CURRENCYFIELD: return new VCLXNumericField; in CreateXWindow()
/AOO41X/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx969 class VCLXNumericField : public ::com::sun::star::awt::XNumericField, class
973 VCLXNumericField();
974 ~VCLXNumericField();
/AOO41X/main/toolkit/source/controls/
H A Dunocontrols.cxx3660 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXNumericField ); in UnoControlNumericFieldModel()