Lines Matching refs:SVTXNumericField

109 		*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()
1734 double SVTXNumericField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()
1742 void SVTXNumericField::setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException) in setFirst()
1751 double SVTXNumericField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()
1759 void SVTXNumericField::setLast( double Value ) throw(::com::sun::star::uno::RuntimeException) in setLast()
1768 double SVTXNumericField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()
1776 void SVTXNumericField::setSpinSize( double Value ) throw(::com::sun::star::uno::RuntimeException) in setSpinSize()
1785 double SVTXNumericField::getSpinSize() throw(::com::sun::star::uno::RuntimeException) in getSpinSize()
1793 void SVTXNumericField::setDecimalDigits( sal_Int16 Value ) throw(::com::sun::star::uno::RuntimeExce… in setDecimalDigits()
1802 sal_Int16 SVTXNumericField::getDecimalDigits() throw(::com::sun::star::uno::RuntimeException) in getDecimalDigits()
1810 void SVTXNumericField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExce… in setStrictFormat()
1819 sal_Bool SVTXNumericField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat()
1827 void SVTXNumericField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()