Home
last modified time | relevance | path

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

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenEncoder.java142 return tmpByteArray; in operatorEncoder()
157 tmpByteArray.add(new Byte((byte)0x01)); in stringEncoder()
162 return tmpByteArray; in stringEncoder()
182 return tmpByteArray; in numEncoder()
340 tmpByteArray.add(new Byte((byte)0x00)); in nameDefinitionEncoder()
346 return tmpByteArray; in nameDefinitionEncoder()
364 return tmpByteArray; in cellRefEncoder()
437 return tmpByteArray; in threeDCellRefEncoder()
493 return tmpByteArray; in threeDAreaRefEncoder()
529 return tmpByteArray; in areaRefEncoder()
[all …]

Completed in 7 milliseconds