Searched refs:ONumericControl (Results 1 – 13 of 13) sorted by relevance
1 "ONumericControl";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()"2 "ONumericControl";"com::sun::star::awt::XLayoutConstrains";"getPreferredSize()"3 "ONumericControl";"com::sun::star::awt::XLayoutConstrains";"calcAdjustedSize()"4 "ONumericControl";"com::sun::star::awt::XView";"setGraphics()"5 "ONumericControl";"com::sun::star::awt::XView";"getGraphics()"6 "ONumericControl";"com::sun::star::awt::XView";"getSize()"7 "ONumericControl";"com::sun::star::awt::XView";"draw()"8 "ONumericControl";"com::sun::star::awt::XView";"setZoom()"9 "ONumericControl";"com::sun::star::form::XBoundControl";"getLock()"10 "ONumericControl";"com::sun::star::form::XBoundControl";"setLock()"[all …]
494 ONumericControl::ONumericControl( Window* _pParent, WinBits _nWinStyle ) in ONumericControl() function in pcr::ONumericControl509 ::sal_Int16 SAL_CALL ONumericControl::getDecimalDigits() throw (RuntimeException) in getDecimalDigits()515 …void SAL_CALL ONumericControl::setDecimalDigits( ::sal_Int16 _decimaldigits ) throw (RuntimeExcept… in setDecimalDigits()521 Optional< double > SAL_CALL ONumericControl::getMinValue() throw (RuntimeException) in getMinValue()535 …void SAL_CALL ONumericControl::setMinValue( const Optional< double >& _minvalue ) throw (RuntimeEx… in setMinValue()544 Optional< double > SAL_CALL ONumericControl::getMaxValue() throw (RuntimeException) in getMaxValue()558 …void SAL_CALL ONumericControl::setMaxValue( const Optional< double >& _maxvalue ) throw (RuntimeEx… in setMaxValue()567 ::sal_Int16 SAL_CALL ONumericControl::getDisplayUnit() throw (RuntimeException) in getDisplayUnit()573 …void SAL_CALL ONumericControl::setDisplayUnit( ::sal_Int16 _displayunit ) throw (IllegalArgumentEx… in setDisplayUnit()596 ::sal_Int16 SAL_CALL ONumericControl::getValueUnit() throw (RuntimeException) in getValueUnit()[all …]
246 class ONumericControl : public ONumericControl_Base class253 ONumericControl( Window* pParent, WinBits nWinStyle );
150 class OTimeDurationControl : public ONumericControl
325 :ONumericControl( pParent, nWinStyle ) in OTimeDurationControl()
828 … xControl = new ONumericControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_SPIN | WB_REPEAT ); in createPropertyControl()
51 ONumericControl::ONumericControl(const Reference<XMultiServiceFactory>& _rxFactory) in ONumericControl() function in frm::ONumericControl57 StringSequence ONumericControl::getSupportedServiceNames() throw() in getSupportedServiceNames()71 return *(new ONumericControl(_rxFactory)); in ONumericControl_CreateInstance()75 Sequence<Type> ONumericControl::_getTypes() in _getTypes()
77 class ONumericControl: public OBoundControl class83 …ONumericControl(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto…86 IMPLEMENTATION_NAME(ONumericControl);
84 forms.ONumericControl::com::sun::star::awt::XWindow107 forms.ONumericControl::com::sun::star::awt::XView
51 -o forms.ONumericControl
59 DECLARE_SERVICE_INFO(ONumericControl)250 …REGISTER_CLASS2(ONumericControl, STARDIV_ONE_FORM_CONTROL_NUMERICFIELD, FRM_SUN_CONTROL_NUMERICFIE… in ensureClassInfos()
97 public class ONumericControl extends TestCase { class
40 job41=forms.ONumericControl