/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XSpinListener.idl | 41 /** makes it possible to receive spin events. 47 /** is invoked when the spin field is spun up. 53 /** is invoked when the spin field is spun down. 59 /** is invoked when the spin field is set to the lower value. 65 /** is invoked when the spin field is set to the upper value.
|
H A D | XSpinField.idl | 41 /** gives access to the value of a spin field and makes it possible to 42 register for spin events. 48 /** registers a listener for spin events. 54 /** unregisters a listener for spin events.
|
H A D | UnoControlSpinButtonModel.idl | 43 <p>A spin button is a control which has a numeric value associated with it, 44 and allows to change this value using two spin buttons.</p> 46 <p>A spin button is similar to a scroll bar, but it usually has no 100 the spin button.
|
H A D | UnoControlFormattedField.idl | 47 /** gives access to the value of a spin field and makes it possible to 48 register for spin events.
|
H A D | UnoControlCurrencyField.idl | 54 /** gives access to the value of a spin field and makes it possible to 55 register for spin events.
|
H A D | UnoControlDateField.idl | 53 /** gives access to the value of a spin field and makes it possible to 54 register for spin events.
|
H A D | UnoControlNumericField.idl | 54 /** gives access to the value of a spin field and makes it possible to 55 register for spin events.
|
H A D | UnoControlPatternField.idl | 54 /** gives access to the value of a spin field and makes it possible to 55 register for spin events.
|
H A D | UnoControlTimeField.idl | 54 /** gives access to the value of a spin field and makes it possible to 55 register for spin events.
|
H A D | XCurrencyField.idl | 105 /** sets the increment value for the spin button. 111 /** returns the currently set increment value for the spin button.
|
H A D | XNumericField.idl | 105 /** sets the increment value for the spin button. 111 /** returns the currently set increment value for the spin button.
|
H A D | XMetricField.idl | 119 /** sets the increment value for the spin button. 125 /** returns the currently set increment value for the spin button.
|
H A D | UnoControlCurrencyFieldModel.idl | 192 /** specifies that the control has a spin button. 240 /** specifies the value step when using the spin button.
|
H A D | UnoControlNumericFieldModel.idl | 180 /** specifies that the control has a spin button. 228 /** specifies the value step when using the spin button.
|
H A D | SpinEvent.idl | 37 /** specifies a spin button event.
|
H A D | UnoControlSpinButton.idl | 41 /** specifies a spin button control.
|
H A D | UnoControlTimeFieldModel.idl | 167 /** specifies that the control has a spin button.
|
/aoo4110/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XCurrencyField.java | 62 private double spin = 0; field in _XCurrencyField 225 oObj.setSpinSize(spin + 1.1); in _setSpinSize() 226 result = oObj.getSpinSize() == spin + 1.1; in _setSpinSize() 238 spin = oObj.getSpinSize(); in _getSpinSize()
|
H A D | _XNumericField.java | 63 private double spin = 0 ; field in _XNumericField 226 oObj.setSpinSize(spin + 1.1) ; in _setSpinSize() 227 result = oObj.getSpinSize() == spin + 1.1 ; in _setSpinSize() 239 spin = oObj.getSpinSize() ; in _getSpinSize()
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | CustomAnimation.src | 150 Text [ en-US ] = "Quarter spin" ; 155 Text [ en-US ] = "Half spin" ; 160 Text [ en-US ] = "Full spin" ;
|
H A D | SlideTransitionPane.src | 155 // spin size (increment value) should be 5 if digits are 1
|
/aoo4110/main/vcl/ |
H A D | Package_inc.mk | 131 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/spin.h,vcl/spin.h)) 132 $(eval $(call gb_Package_add_file,vcl_inc,inc/vcl/spin.hxx,vcl/spin.hxx))
|
/aoo4110/main/toolkit/doc/layout/ |
H A D | metricfield.txt | 65 + 'spin-size' -> 'value-step'
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleValue.idl | 35 numerical value like scroll bars and spin boxes. This interface lets
|
/aoo4110/main/offapi/com/sun/star/form/ |
H A D | FormComponentType.idl | 123 …/** specifies a control to edit, in the form of a spin field, a value from a continuous range of v…
|