Home
last modified time | relevance | path

Searched refs:VCLXCurrencyField (Results 1 – 5 of 5) sorted by relevance

/trunk/main/toolkit/source/awt/ !
H A Dvclxwindows.cxx5730 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()
[all …]
H A Dvclxtoolkit.cxx800 *ppNewComp = new VCLXCurrencyField; in ImplCreateWindow()
/trunk/main/toolkit/source/helper/ !
H A Dunowrapper.cxx84 case WINDOW_LONGCURRENCYFIELD: return new VCLXCurrencyField; in CreateXWindow()
/trunk/main/toolkit/inc/toolkit/awt/ !
H A Dvclxwindows.hxx1066 class VCLXCurrencyField : public ::com::sun::star::awt::XCurrencyField, class
1070 VCLXCurrencyField();
1071 ~VCLXCurrencyField();
/trunk/main/toolkit/source/controls/ !
H A Dunocontrols.cxx3858 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXCurrencyField ); in UnoControlCurrencyFieldModel()