Searched refs:cellRef1 (Results 1 – 2 of 2) sorted by relevance
458 String cellRef1 = param1.substring(parseString.indexOf('.') + 1, param1.length()); in threeDAreaRefEncoder() local481 byte cellRefBytes1[] = encodeCellCoordinates(cellRef1); in threeDAreaRefEncoder()508 String cellRef1 = new String(); in areaRefEncoder() local514 cellRef1 = param.substring(0, param.indexOf(':')); in areaRefEncoder()517 byte cellRefBytes1[] = encodeCellCoordinates(cellRef1); in areaRefEncoder()
330 String cellRef1 = "." + int2CellStr(formulaRow1, formulaCol1, relativeFlags1); in read3DCellAreaRefToken() local334 outputString = "$" + wb.getSheetName(Sheet1) + cellRef1 + ":" + cellRef2; in read3DCellAreaRefToken()336 …outputString = "$" + wb.getSheetName(Sheet1) + cellRef1 + ":$" + wb.getSheetName(Sheet2) + "." + c… in read3DCellAreaRefToken()