Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java810 short nshortValue = ((Short) _oUnoObject).shortValue(); in getStringValueOfObject() local
811 sReturn += Short.toString(nshortValue); in getStringValueOfObject()
825 nshortValue = ((Short) _oUnoObject).shortValue(); in getStringValueOfObject()
826 sReturn += Short.toString(nshortValue); in getStringValueOfObject()

Completed in 31 milliseconds