Home
last modified time | relevance | path

Searched refs:spin (Results 1 – 25 of 140) sorted by relevance

123456

/trunk/main/offapi/com/sun/star/awt/
H A DXSpinListener.idl41 /** 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 DXSpinField.idl41 /** 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 DUnoControlSpinButtonModel.idl43 <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 DUnoControlFormattedField.idl47 /** gives access to the value of a spin field and makes it possible to
48 register for spin events.
H A DUnoControlDateField.idl53 /** gives access to the value of a spin field and makes it possible to
54 register for spin events.
H A DUnoControlNumericField.idl54 /** gives access to the value of a spin field and makes it possible to
55 register for spin events.
H A DUnoControlPatternField.idl54 /** gives access to the value of a spin field and makes it possible to
55 register for spin events.
H A DUnoControlTimeField.idl54 /** gives access to the value of a spin field and makes it possible to
55 register for spin events.
H A DUnoControlCurrencyField.idl54 /** gives access to the value of a spin field and makes it possible to
55 register for spin events.
H A DXCurrencyField.idl105 /** sets the increment value for the spin button.
111 /** returns the currently set increment value for the spin button.
H A DXNumericField.idl105 /** sets the increment value for the spin button.
111 /** returns the currently set increment value for the spin button.
H A DXMetricField.idl119 /** sets the increment value for the spin button.
125 /** returns the currently set increment value for the spin button.
H A DUnoControlCurrencyFieldModel.idl192 /** specifies that the control has a spin button.
240 /** specifies the value step when using the spin button.
H A DUnoControlNumericFieldModel.idl180 /** specifies that the control has a spin button.
228 /** specifies the value step when using the spin button.
H A DSpinEvent.idl37 /** specifies a spin button event.
H A DUnoControlSpinButton.idl41 /** specifies a spin button control.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XCurrencyField.java62 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.java63 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()
/trunk/main/vcl/
H A DPackage_inc.mk131 $(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))
/trunk/main/sd/source/ui/animations/
H A DCustomAnimation.src150 Text [ en-US ] = "Quarter spin" ;
155 Text [ en-US ] = "Half spin" ;
160 Text [ en-US ] = "Full spin" ;
H A DSlideTransitionPane.src155 // spin size (increment value) should be 5 if digits are 1
/trunk/main/openssl/
H A Dopenssl.patch48 /* 0x400 is the spin count value suggested in the documentation */
/trunk/main/toolkit/doc/layout/
H A Dmetricfield.txt65 + 'spin-size' -> 'value-step'
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXGraphicObjects.idl50 <li>Spinners: spinner (spin button) controls,</li>
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleValue.idl35 numerical value like scroll bars and spin boxes. This interface lets

Completed in 114 milliseconds

123456