Searched refs:ONumericControl (Results 1 – 13 of 13) sorted by relevance
1 "ONumericControl";"com::sun::star::awt::XLayoutConstrains";"getMinimumSize()"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()"11 "ONumericControl";"com::sun::star::lang::XComponent";"dispose()"24 "ONumericControl";"com::sun::star::awt::XControl";"getPeer()"25 "ONumericControl";"com::sun::star::awt::XControl";"setModel()"26 "ONumericControl";"com::sun::star::awt::XControl";"getModel()"[all …]
494 ONumericControl::ONumericControl( Window* _pParent, WinBits _nWinStyle ) in ONumericControl() function in pcr::ONumericControl509 ::sal_Int16 SAL_CALL ONumericControl::getDecimalDigits() throw (RuntimeException) in getDecimalDigits()521 Optional< double > SAL_CALL ONumericControl::getMinValue() throw (RuntimeException) in getMinValue()544 Optional< double > SAL_CALL ONumericControl::getMaxValue() throw (RuntimeException) in getMaxValue()567 ::sal_Int16 SAL_CALL ONumericControl::getDisplayUnit() throw (RuntimeException) in getDisplayUnit()596 ::sal_Int16 SAL_CALL ONumericControl::getValueUnit() throw (RuntimeException) in getValueUnit()602 void SAL_CALL ONumericControl::setValueUnit( ::sal_Int16 _valueunit ) throw (RuntimeException) in setValueUnit()627 long ONumericControl::impl_apiValueToFieldValue_nothrow( double _nApiValue ) const in impl_apiValueToFieldValue_nothrow()635 double ONumericControl::impl_fieldValueToApiValue_nothrow( sal_Int64 _nFieldValue ) const in impl_fieldValueToApiValue_nothrow()643 Any SAL_CALL ONumericControl::getValue() throw (RuntimeException) in getValue()[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
Completed in 58 milliseconds