Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/tests/java/ifc/awt/
H A D_UnoControlDateFieldModel.java143 Boolean dsc = null; in _DateShowCentury() local
146 dsc = new Boolean(true); in _DateShowCentury()
148 dsc = (Boolean) oDsc; in _DateShowCentury()
149 dsc = new Boolean(!dsc.booleanValue()); in _DateShowCentury()
150 log.println("Setting property to "+dsc); in _DateShowCentury()
152 oObj.setPropertyValue("DateShowCentury",dsc); in _DateShowCentury()
155 res = dsc.equals(getdsc); in _DateShowCentury()

Completed in 11 milliseconds