Searched refs:VCLXCurrencyField (Results 1 – 5 of 5) sorted by relevance
5724 void VCLXCurrencyField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()5762 VCLXCurrencyField::VCLXCurrencyField() in VCLXCurrencyField() function in VCLXCurrencyField5766 VCLXCurrencyField::~VCLXCurrencyField() in ~VCLXCurrencyField()5771 ::com::sun::star::uno::Any VCLXCurrencyField::queryInterface( const ::com::sun::star::uno::Type & r… in queryInterface()5779 IMPL_XTYPEPROVIDER_START( VCLXCurrencyField )5784 void VCLXCurrencyField::setValue( double Value ) throw(::com::sun::star::uno::RuntimeException)5808 double VCLXCurrencyField::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()5818 void VCLXCurrencyField::setMin( double Value ) throw(::com::sun::star::uno::RuntimeException) in setMin()5828 double VCLXCurrencyField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()5838 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()