Searched refs:VCLXCurrencyField (Results 1 – 6 of 6) 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()5779 IMPL_XTYPEPROVIDER_START( VCLXCurrencyField )5808 double VCLXCurrencyField::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()5828 double VCLXCurrencyField::getMin() throw(::com::sun::star::uno::RuntimeException) in getMin()5848 double VCLXCurrencyField::getMax() throw(::com::sun::star::uno::RuntimeException) in getMax()5868 double VCLXCurrencyField::getFirst() throw(::com::sun::star::uno::RuntimeException) in getFirst()5888 double VCLXCurrencyField::getLast() throw(::com::sun::star::uno::RuntimeException) in getLast()5908 double VCLXCurrencyField::getSpinSize() throw(::com::sun::star::uno::RuntimeException) in getSpinSize()[all …]
800 *ppNewComp = new VCLXCurrencyField; in ImplCreateWindow()
38 ** Can we just twist VCLXCurrencyField to this purpose ?43 + VCLXCurrencyField is based on 'LongCurrencyField' not CurrencyField ...
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()
Completed in 63 milliseconds