Searched defs:currentValue (Results 1 – 8 of 8) sorted by relevance
38 STDMETHODIMP CAccValue::get_currentValue(VARIANT * currentValue) in get_currentValue()
694 …int currentValue = ((Integer)getControlModel( fieldName ).getPropertyValue( propertyName )).intVal… in checkIntValue() local718 …short currentValue = ((Short)getControlModel( fieldName ).getPropertyValue( propertyName )).shortV… in checkShortValue() local740 …double currentValue = ((Double)getControlModel( fieldName ).getPropertyValue( propertyName )).doub… in checkDoubleValue() local756 String currentValue = (String)getControlModel( fieldName ).getPropertyValue( propertyName ); in checkStringValue() local
123 final String currentValue = (String)m_set.getPropertyValue( VALUE); in checkBasics() local
153 protected void enableControls(Object currentValue) { in enableControls()
249 …uttonControl::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (R… in setValues()
151 …LXSpinButton::setValues( sal_Int32 minValue, sal_Int32 maxValue, sal_Int32 currentValue ) throw (R… in setValues()
305 Object[] currentValue = new Object[] { getPropertyValue(propertyData.property.Name) }; in setPropertyValue() local
411 final Object currentValue = m_dataModel.getCellData( colIndex, rowIndex ); in testSortableDataModel() local
Completed in 33 milliseconds