Lines Matching refs:SVTXCurrencyField
114 *ppNewComp = new SVTXCurrencyField; in CreateWindow()
1835 SVTXCurrencyField::SVTXCurrencyField() in SVTXCurrencyField() function in SVTXCurrencyField
1839 SVTXCurrencyField::~SVTXCurrencyField() in ~SVTXCurrencyField()
1843 ::com::sun::star::uno::Any SVTXCurrencyField::queryInterface( const ::com::sun::star::uno::Type & r… in queryInterface()
1852 IMPL_XTYPEPROVIDER_START( SVTXCurrencyField )
1857 void SVTXCurrencyField::setValue( double Value ) throw(::com::sun::star::uno::RuntimeException)
1866 double SVTXCurrencyField::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()
1874 void SVTXCurrencyField::setMin( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMin()
1883 double SVTXCurrencyField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()
1891 void SVTXCurrencyField::setMax( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMax()
1900 double SVTXCurrencyField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()
1908 void SVTXCurrencyField::setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException) in setFirst()
1917 double SVTXCurrencyField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()
1925 void SVTXCurrencyField::setLast( double Value ) throw(::com::sun::star::uno::RuntimeException) in setLast()
1934 double SVTXCurrencyField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()
1942 void SVTXCurrencyField::setSpinSize( double Value ) throw(::com::sun::star::uno::RuntimeException) in setSpinSize()
1951 double SVTXCurrencyField::getSpinSize() throw(::com::sun::star::uno::RuntimeException) in getSpinSize()
1959 void SVTXCurrencyField::setDecimalDigits( sal_Int16 Value ) throw(::com::sun::star::uno::RuntimeExc… in setDecimalDigits()
1968 sal_Int16 SVTXCurrencyField::getDecimalDigits() throw(::com::sun::star::uno::RuntimeException) in getDecimalDigits()
1976 void SVTXCurrencyField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExc… in setStrictFormat()
1985 sal_Bool SVTXCurrencyField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat()
1993 void SVTXCurrencyField::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::u… in setProperty()
2033 ::com::sun::star::uno::Any SVTXCurrencyField::getProperty( const ::rtl::OUString& PropertyName ) th… in getProperty()
2062 void SVTXCurrencyField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()