Home
last modified time | relevance | path

Searched refs:SVTXNumericField (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dunoiface.cxx109 *ppNewComp = new SVTXNumericField; in CreateWindow()
1668 SVTXNumericField::SVTXNumericField() in SVTXNumericField() function in SVTXNumericField
1672 SVTXNumericField::~SVTXNumericField() in ~SVTXNumericField()
1676 ::com::sun::star::uno::Any SVTXNumericField::queryInterface( const ::com::sun::star::uno::Type & rT… in queryInterface()
1685 IMPL_XTYPEPROVIDER_START( SVTXNumericField )
1691 void SVTXNumericField::setValue( double Value ) throw(::com::sun::star::uno::RuntimeException)
1700 double SVTXNumericField::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()
1708 void SVTXNumericField::setMin( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMin()
1717 double SVTXNumericField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()
1725 void SVTXNumericField::setMax( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMax()
[all …]
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx298 class SVTXNumericField : public ::com::sun::star::awt::XNumericField, public SVTXFormattedField class
301 SVTXNumericField();
302 ~SVTXNumericField();