Home
last modified time | relevance | path

Searched refs:currentValue (Results 1 – 13 of 13) sorted by relevance

/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java682 …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 …]
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccValue.cpp38 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 DAccValue.h79 STDMETHOD(get_currentValue)(VARIANT *currentValue);
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java305 Object[] currentValue = new Object[] { getPropertyValue(propertyData.property.Name) }; in setPropertyValue() local
308 fire(properties, currentValue, futureValue, false); in setPropertyValue()
312 fire(properties, currentValue, futureValue, true); in setPropertyValue()
/trunk/main/toolkit/source/awt/
H A Dvclxspinbutton.cxx151 …nButton::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (Runtim… in setValues() argument
157 setValue( currentValue ); in setValues()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java130 final String currentValue = (String)m_set.getPropertyValue( VALUE); in checkBasics() local
131 if ( !currentValue.equals( testValue ) ) in checkBasics()
/trunk/main/toolkit/source/controls/
H A Dtkspinbutton.cxx249 …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()
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java411 final Object currentValue = m_dataModel.getCellData( colIndex, rowIndex ); in testSortableDataModel() local
412 final int currentIntValue = impl_assertInteger( currentValue ); in testSortableDataModel()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxspinbutton.hxx68 …SAL_CALL setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (::com:…
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAware.java153 protected void enableControls(Object currentValue) { in enableControls() argument
/trunk/main/toolkit/inc/toolkit/controls/
H A Dtkspinbutton.hxx101 …SAL_CALL setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (::com:…
/trunk/main/offapi/com/sun/star/awt/
H A DXSpinValue.idl75 [oneway] void setValues( [in] long minValue, [in] long maxValue, [in] long currentValue );
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1531 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 85 milliseconds