Home | History | Annotate | Download | only in demo

Lines Matching refs:recalc

47         if hasattr(cell, 'recalc'):
48 return cell.recalc(self.ns)
146 def recalc(self):
149 if hasattr(cell, 'recalc'):
150 cell.recalc(self.ns)
169 if hasattr(cell, 'recalc'):
170 cell.recalc(self.ns)
311 cell.recalc(ns) -> value -- recalculate formula
325 def recalc(self, ns):
363 def recalc(self, ns):
389 def recalc(self, ns):
781 self.sheet.recalc()