Searched refs:rowsPerTopic (Results 1 – 1 of 1) sorted by relevance
1141 int rowsPerTopic; field in AgendaTemplate.Topics1228 rowsPerTopic = (rows - 1) / 3; in Topics()1230 String firstCell = "A" + (1 + rowsPerTopic + 1); in Topics()1231 String afterLastCell = "A" + (1 + (rowsPerTopic * 2) + 1); in Topics()1295 removeTableRows(table, 1 + rowsPerTopic, rows - rowsPerTopic - 1); in Topics()1315 int reqRows = 1 + (topic + 1) * rowsPerTopic; in write2()1316 int firstRow = reqRows - rowsPerTopic + 1; in write2()1381 int firstRow = 1 + (topic * rowsPerTopic) + 1; in writeCell()1494 int targetNumOfRows = topics * rowsPerTopic + 1; in reduceDocumentTo()