Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java79 TypeObject aTypeObject = getTypeObject(obj); in getType() local
80 return aTypeObject.iType; in getType()
101 TypeObject aTypeObject = getTypeObject(aValue); in toByte() local
102 switch (aTypeObject.iType) in toByte()
105 retValue = getByte(aTypeObject); in toByte()
108 retValue = (byte) getChar(aTypeObject); in toByte()
111 retValue = (byte) getShort(aTypeObject); in toByte()
114 retValue = (byte) getInt(aTypeObject); in toByte()
117 retValue = (byte) getLong(aTypeObject); in toByte()
120 retValue = (byte) getFloat(aTypeObject); in toByte()
[all …]