Searched refs:m_xSpreadSheet (Results 1 – 1 of 1) sorted by relevance
62 XSpreadsheet m_xSpreadSheet = null; field in CheckXCellRangesQuery97 m_xSpreadSheet = (XSpreadsheet) AnyConverter.toObject( in before()102 oObj = m_xSpreadSheet.getCellByPosition(2, 3); in before()118 m_xSpreadSheet.getCellByPosition(1, 1).setValue(15); in before()119 m_xSpreadSheet.getCellByPosition(1, 3).setValue(5); in before()120 m_xSpreadSheet.getCellByPosition(2, 1).setFormula("=B2+B4"); in before()196 m_xSpreadSheet.getCellByPosition(2, 3).setValue(15); in checkFilledCell()
Completed in 5 milliseconds