Home
last modified time | relevance | path

Searched defs:currentValue (Results 1 – 8 of 8) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DAccValue.cpp38 STDMETHODIMP CAccValue::get_currentValue(VARIANT * currentValue) in get_currentValue()
/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java682 …int currentValue = ((Integer)getControlModel( fieldName ).getPropertyValue( propertyName )).intVal… in checkIntValue() local
706 …short currentValue = ((Short)getControlModel( fieldName ).getPropertyValue( propertyName )).shortV… in checkShortValue() local
728 …double currentValue = ((Double)getControlModel( fieldName ).getPropertyValue( propertyName )).doub… in checkDoubleValue() local
744 String currentValue = (String)getControlModel( fieldName ).getPropertyValue( propertyName ); in checkStringValue() local
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java130 final String currentValue = (String)m_set.getPropertyValue( VALUE); in checkBasics() local
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAware.java153 protected void enableControls(Object currentValue) { in enableControls()
/trunk/main/toolkit/source/controls/
H A Dtkspinbutton.cxx249 …uttonControl::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (R… in setValues()
/trunk/main/toolkit/source/awt/
H A Dvclxspinbutton.cxx151 …LXSpinButton::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (R… in setValues()
/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
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java411 final Object currentValue = m_dataModel.getCellData( colIndex, rowIndex ); in testSortableDataModel() local

Completed in 43 milliseconds