Home | History | Annotate | Download | only in guido

Lines Matching defs:recalc

44         if hasattr(cell, 'recalc'):
45 return cell.recalc(self.rexec)
143 def recalc(self):
146 if hasattr(cell, 'recalc'):
147 cell.recalc(self.rexec)
166 if hasattr(cell, 'recalc'):
167 cell.recalc(self.rexec)
320 cell.recalc(rexec) -> value -- recalculate formula
334 def recalc(self, rexec):
375 def recalc(self, rexec):
401 def recalc(self, rexec):
796 self.sheet.recalc()