Searched refs:currentValue (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/forms/qa/integration/forms/ |
H A D | FormControlTest.java | 682 …int currentValue = ((Integer)getControlModel( fieldName ).getPropertyValue( propertyName )).intVal… in checkIntValue() local 683 if ( currentValue != requiredValue ) in checkIntValue() 687 log.println( " found : " + String.valueOf( currentValue ) ); in checkIntValue() 707 if ( currentValue != requiredValue ) in checkShortValue() 711 log.println( " found : " + String.valueOf( currentValue ) ); in checkShortValue() 728 …double currentValue = ((Double)getControlModel( fieldName ).getPropertyValue( propertyName )).doub… in checkDoubleValue() local 729 if ( currentValue != requiredValue ) in checkDoubleValue() 733 log.println( " found : " + String.valueOf( currentValue ) ); in checkDoubleValue() 744 String currentValue = (String)getControlModel( fieldName ).getPropertyValue( propertyName ); in checkStringValue() local 745 if ( !currentValue.equals( requiredValue ) ) in checkStringValue() [all …]
|
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccValue.cpp | 38 STDMETHODIMP CAccValue::get_currentValue(VARIANT * currentValue) in get_currentValue() argument 45 if (currentValue == NULL) in get_currentValue() 53 CMAccessible::ConvertAnyToVariant(anyVal, currentValue); in get_currentValue()
|
H A D | AccValue.h | 79 STDMETHOD(get_currentValue)(VARIANT *currentValue);
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxspinbutton.cxx | 151 …nButton::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (Runtim… in setValues() argument 157 setValue( currentValue ); in setValues()
|
/aoo4110/main/dbaccess/qa/complex/dbaccess/ |
H A D | PropertyBag.java | 130 final String currentValue = (String)m_set.getPropertyValue( VALUE); in checkBasics() local 131 if ( !currentValue.equals( testValue ) ) in checkBasics()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | tkspinbutton.cxx | 249 …Control::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (Runtim… in setValues() argument 253 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SPINVALUE ), makeAny( currentValue ), sal_True… in setValues()
|
/aoo4110/main/toolkit/inc/toolkit/awt/ |
H A D | vclxspinbutton.hxx | 68 …SAL_CALL setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (::com:…
|
/aoo4110/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 411 final Object currentValue = m_dataModel.getCellData( colIndex, rowIndex ); in testSortableDataModel() local 412 final int currentIntValue = impl_assertInteger( currentValue ); in testSortableDataModel()
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAware.java | 153 protected void enableControls(Object currentValue) { in enableControls() argument
|
/aoo4110/main/toolkit/inc/toolkit/controls/ |
H A D | tkspinbutton.hxx | 101 …SAL_CALL setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (::com:…
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XSpinValue.idl | 75 [oneway] void setValues( [in] long minValue, [in] long maxValue, [in] long currentValue );
|
/aoo4110/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 1531 IAccessibleHyperlink::anchor, IAccessibleHyperlink::anchorTarget, IAccessibleValue::currentValue, 2209 @param [out] currentValue 2215 [propget] HRESULT currentValue 2217 [out, retval] VARIANT *currentValue 2241 to be the same type as that returned by method IAccessibleValue::currentValue. 2258 to be the same type as that returned by method IAccessibleValue::currentValue.
|
Completed in 68 milliseconds