Lines Matching refs:getRangeName

1037                         cellName = cursor.getRangeName();  in write()
1056 if (cellName.equals(cursor.getRangeName())) in write()
1064 … while ((!cellName.equals(cursor.getRangeName()) && (!cursor.getRangeName().startsWith("A")))) in write()
1066 cell = xTextTable.getCellByName(cursor.getRangeName()); in write()
1068 cellName = cursor.getRangeName(); in write()
1075 if (cellName.equals(cursor.getRangeName())) in write()
1238 while (!cursor.getRangeName().equals(afterLastCell)) in Topics()
1240 cell = table.getCellByName(cursor.getRangeName()); in Topics()
1256 … topicCellFormats.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1280 … firstRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1283 while (!cursor.getRangeName().startsWith("A")); in Topics()
1287 while (!cursor.getRangeName().startsWith("A")) in Topics()
1289 … lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1293 lastRowFormat.add(new TableCellFormatter(table.getCellByName(cursor.getRangeName()))); in Topics()
1332 … ((AgendaElement) topicCells.get(i)).write(table.getCellByName(cursor.getRangeName())); in write2()
1411 XCell xc = table.getCellByName(cursor.getRangeName()); in writeCell()
1561 … ((TableCellFormatter) formats.get(i)).format(table.getCellByName(cursor.getRangeName())); in formatTable()
1636 return getRowIndex(cursor.getRangeName()); in getRowIndex()
1895 String cellname = xTextTableCursor.getRangeName(); in write()
1906 field.write(xTextTable.getCellByName(xTextTableCursor.getRangeName())); in write()