Searched refs:VCLXNumericField (Results 1 – 6 of 6) sorted by relevance
5131 void VCLXNumericField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()5167 VCLXNumericField::VCLXNumericField() in VCLXNumericField() function in VCLXNumericField5171 VCLXNumericField::~VCLXNumericField() in ~VCLXNumericField()5184 IMPL_XTYPEPROVIDER_START( VCLXNumericField )5213 double VCLXNumericField::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()5233 double VCLXNumericField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()5253 double VCLXNumericField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()5273 double VCLXNumericField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()5293 double VCLXNumericField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()5308 sal_Bool VCLXNumericField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat()[all …]
730 *ppNewComp = new VCLXNumericField; in ImplCreateWindow()851 *ppNewComp = new VCLXNumericField; in ImplCreateWindow()902 *ppNewComp = new VCLXNumericField; in ImplCreateWindow()
48 + Look at 'VCLXNumericField' interface ...
70 case WINDOW_CURRENCYFIELD: return new VCLXNumericField; in CreateXWindow()
969 class VCLXNumericField : public ::com::sun::star::awt::XNumericField, class973 VCLXNumericField();974 ~VCLXNumericField();
3660 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXNumericField ); in UnoControlNumericFieldModel()
Completed in 108 milliseconds