Searched defs:currentValue (Results 1 – 7 of 7) sorted by relevance
38 STDMETHODIMP CAccValue::get_currentValue(VARIANT * currentValue) in get_currentValue()
682 …int currentValue = ((Integer)getControlModel( fieldName ).getPropertyValue( propertyName )).intVal… in checkIntValue() local706 …short currentValue = ((Short)getControlModel( fieldName ).getPropertyValue( propertyName )).shortV… in checkShortValue() local728 …double currentValue = ((Double)getControlModel( fieldName ).getPropertyValue( propertyName )).doub… in checkDoubleValue() local744 String currentValue = (String)getControlModel( fieldName ).getPropertyValue( propertyName ); in checkStringValue() local
130 final String currentValue = (String)m_set.getPropertyValue( VALUE); in checkBasics() local
153 protected void enableControls(Object currentValue) { in enableControls()
151 …LXSpinButton::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (R… in setValues()
249 …uttonControl::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (R… in setValues()
411 final Object currentValue = m_dataModel.getCellData( colIndex, rowIndex ); in testSortableDataModel() local
Completed in 36 milliseconds