Home
last modified time | relevance | path

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

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java366 int secondChar = (col + 1) % 26; in int2CellStr() local
367 …ring += Character.toString(int2Char(firstChar - 1)) + Character.toString(int2Char(secondChar - 1)); in int2CellStr()