Home
last modified time | relevance | path

Searched refs:encodeCellCoordinates (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.java290 private byte[] encodeCellCoordinates(String cellCoordinates) { in encodeCellCoordinates() method in TokenEncoder
360 byte cellRefBytes[] = encodeCellCoordinates(t.getValue()); in cellRefEncoder()
433 byte cellRefBytes[] = encodeCellCoordinates(s); in threeDCellRefEncoder()
481 byte cellRefBytes1[] = encodeCellCoordinates(cellRef1); in threeDAreaRefEncoder()
482 byte cellRefBytes2[] = encodeCellCoordinates(cellRef2); in threeDAreaRefEncoder()
517 byte cellRefBytes1[] = encodeCellCoordinates(cellRef1); in areaRefEncoder()
518 byte cellRefBytes2[] = encodeCellCoordinates(cellRef2); in areaRefEncoder()

Completed in 19 milliseconds