Lines Matching refs:VCLXCurrencyField
5730 void VCLXCurrencyField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
5768 VCLXCurrencyField::VCLXCurrencyField() in VCLXCurrencyField() function in VCLXCurrencyField
5772 VCLXCurrencyField::~VCLXCurrencyField() in ~VCLXCurrencyField()
5777 ::com::sun::star::uno::Any VCLXCurrencyField::queryInterface( const ::com::sun::star::uno::Type & r… in queryInterface()
5785 IMPL_XTYPEPROVIDER_START( VCLXCurrencyField )
5790 void VCLXCurrencyField::setValue( double Value ) throw(::com::sun::star::uno::RuntimeException)
5814 double VCLXCurrencyField::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()
5824 void VCLXCurrencyField::setMin( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMin()
5834 double VCLXCurrencyField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()
5844 void VCLXCurrencyField::setMax( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMax()
5854 double VCLXCurrencyField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()
5864 void VCLXCurrencyField::setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException) in setFirst()
5874 double VCLXCurrencyField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()
5884 void VCLXCurrencyField::setLast( double Value ) throw(::com::sun::star::uno::RuntimeException) in setLast()
5894 double VCLXCurrencyField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()
5904 void VCLXCurrencyField::setSpinSize( double Value ) throw(::com::sun::star::uno::RuntimeException) in setSpinSize()
5914 double VCLXCurrencyField::getSpinSize() throw(::com::sun::star::uno::RuntimeException) in getSpinSize()
5924 void VCLXCurrencyField::setStrictFormat( sal_Bool bStrict ) throw(::com::sun::star::uno::RuntimeExc… in setStrictFormat()
5929 sal_Bool VCLXCurrencyField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat()
5935 void VCLXCurrencyField::setDecimalDigits( sal_Int16 Value ) throw(::com::sun::star::uno::RuntimeExc… in setDecimalDigits()
5948 sal_Int16 VCLXCurrencyField::getDecimalDigits() throw(::com::sun::star::uno::RuntimeException) in getDecimalDigits()
5956 void VCLXCurrencyField::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::u… in setProperty()
6032 ::com::sun::star::uno::Any VCLXCurrencyField::getProperty( const ::rtl::OUString& PropertyName ) th… in getProperty()