Lines Matching refs:VCLXNumericField

5137 void VCLXNumericField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds )  in ImplGetPropertyIds()
5173 VCLXNumericField::VCLXNumericField() in VCLXNumericField() function in VCLXNumericField
5177 VCLXNumericField::~VCLXNumericField() in ~VCLXNumericField()
5182 ::com::sun::star::uno::Any VCLXNumericField::queryInterface( const ::com::sun::star::uno::Type & rT… in queryInterface()
5190 IMPL_XTYPEPROVIDER_START( VCLXNumericField )
5195 void VCLXNumericField::setValue( double Value ) throw(::com::sun::star::uno::RuntimeException)
5219 double VCLXNumericField::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()
5229 void VCLXNumericField::setMin( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMin()
5239 double VCLXNumericField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()
5249 void VCLXNumericField::setMax( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMax()
5259 double VCLXNumericField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()
5269 void VCLXNumericField::setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException) in setFirst()
5279 double VCLXNumericField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()
5289 void VCLXNumericField::setLast( double Value ) throw(::com::sun::star::uno::RuntimeException) in setLast()
5299 double VCLXNumericField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()
5309 void VCLXNumericField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExce… in setStrictFormat()
5314 sal_Bool VCLXNumericField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat()
5320 void VCLXNumericField::setSpinSize( double Value ) throw(::com::sun::star::uno::RuntimeException) in setSpinSize()
5330 double VCLXNumericField::getSpinSize() throw(::com::sun::star::uno::RuntimeException) in getSpinSize()
5340 void VCLXNumericField::setDecimalDigits( sal_Int16 Value ) throw(::com::sun::star::uno::RuntimeExce… in setDecimalDigits()
5353 sal_Int16 VCLXNumericField::getDecimalDigits() throw(::com::sun::star::uno::RuntimeException) in getDecimalDigits()
5361 void VCLXNumericField::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::un… in setProperty()
5430 ::com::sun::star::uno::Any VCLXNumericField::getProperty( const ::rtl::OUString& PropertyName ) thr… in getProperty()