Lines Matching refs:getting
90 double getting = oSheet.getCellByPosition(0, 4).getValue(); in _fillAuto() local
91 boolean locres = (getting == 14); in _fillAuto()
105 getting = oSheet.getCellByPosition(4, 0).getValue(); in _fillAuto()
106 locres = (getting == 14); in _fillAuto()
146 double getting = oSheet.getCellByPosition(0, 4).getValue(); in _fillSeries() local
147 boolean locres = (getting == 20); in _fillSeries()
169 getting = oSheet.getCellByPosition(0, 4).getValue(); in _fillSeries()
170 locres = (getting == 30); in _fillSeries()
191 getting = oSheet.getCellByPosition(4, 0).getValue(); in _fillSeries()
192 locres = (getting == 20); in _fillSeries()
214 getting = oSheet.getCellByPosition(4, 0).getValue(); in _fillSeries()
215 locres = (getting == 30); in _fillSeries()