Searched refs:VCLXCurrencyField (Results 1 – 5 of 5) sorted by relevance
5730 void VCLXCurrencyField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()5768 VCLXCurrencyField::VCLXCurrencyField() in VCLXCurrencyField() function in VCLXCurrencyField5772 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()[all …]
800 *ppNewComp = new VCLXCurrencyField; in ImplCreateWindow()
84 case WINDOW_LONGCURRENCYFIELD: return new VCLXCurrencyField; in CreateXWindow()
1066 class VCLXCurrencyField : public ::com::sun::star::awt::XCurrencyField, class1070 VCLXCurrencyField();1071 ~VCLXCurrencyField();
3858 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXCurrencyField ); in UnoControlCurrencyFieldModel()