Home
last modified time | relevance | path

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

/AOO42X/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java83 Vector tmpByteArray = null; // we use this cause we don't know till after in getByte() local
88 tmpByteArray = operatorEncoder(t); in getByte()
90 tmpByteArray = functionEncoder(t); in getByte()
94 tmpByteArray = nameDefinitionEncoder(t); in getByte()
97 tmpByteArray = threeDCellRefEncoder(t); in getByte()
100 tmpByteArray = threeDAreaRefEncoder(t); in getByte()
103 tmpByteArray = cellRefEncoder(t); in getByte()
106 tmpByteArray = areaRefEncoder(t); in getByte()
109 tmpByteArray = numEncoder(t); in getByte()
112 tmpByteArray = stringEncoder(t); in getByte()
[all …]