/dports/finance/gnucash/gnucash-4.9/gnucash/register/register-core/ |
H A D | formulacell.c | 39 static void gnc_formula_cell_init( FormulaCell *fc ); 65 FormulaCell *fc = g_new0( FormulaCell, 1 ); in gnc_formula_cell_new() 72 gnc_formula_cell_init( FormulaCell *fc ) in gnc_formula_cell_init() 85 gnc_formula_cell_set_value( FormulaCell *fc, in gnc_formula_cell_set_value() 110 FormulaCell *fc = (FormulaCell*)_cell; in gnc_formula_cell_leave() 140 FormulaCell *fc = (FormulaCell *)_cell; in gnc_formula_cell_modify_verify() 174 FormulaCell *fc = (FormulaCell*)_cell; in gnc_formula_cell_set_value_internal()
|
H A D | formulacell.h | 51 } FormulaCell; typedef 56 void gnc_formula_cell_set_value( FormulaCell *fc, const char *newVal );
|
/dports/finance/gnucash/gnucash-4.9/gnucash/register/register-gnome/ |
H A D | formulacell-gnome.c | 57 FormulaCell *cell = (FormulaCell *)bcell; in gnc_formula_cell_direct_update()
|
/dports/textproc/py-xlwt/xlwt-1.3.0/xlwt/ |
H A D | Row.py | 6 from .Cell import StrCell, BlankCell, NumberCell, FormulaCell, MulBlankCell, BooleanCell, ErrorCell… 214 self.insert_cell(colx, FormulaCell(self.__idx, colx, xf_index, formula, calc_flags=0)) 250 self.insert_cell(col, FormulaCell(self.__idx, col, style_index, label))
|
H A D | Cell.py | 156 class FormulaCell(object): class
|
/dports/databases/py-sqlite3/Python-3.8.12/Tools/demo/ |
H A D | ss1.py | 297 self.cell = FormulaCell(text, 376 class FormulaCell(BaseCell): class 425 return FormulaCell("".join(out), self.fmt, self.alignment) 553 elif isinstance(cell, FormulaCell): 761 cell = FormulaCell(text[1:]) 810 cell = FormulaCell(formula)
|
/dports/databases/py-gdbm/Python-3.8.12/Tools/demo/ |
H A D | ss1.py | 297 self.cell = FormulaCell(text, 376 class FormulaCell(BaseCell): class 425 return FormulaCell("".join(out), self.fmt, self.alignment) 553 elif isinstance(cell, FormulaCell): 761 cell = FormulaCell(text[1:]) 810 cell = FormulaCell(formula)
|
/dports/lang/python-tools/Python-3.8.12/Tools/demo/ |
H A D | ss1.py | 297 self.cell = FormulaCell(text, 376 class FormulaCell(BaseCell): class 425 return FormulaCell("".join(out), self.fmt, self.alignment) 553 elif isinstance(cell, FormulaCell): 761 cell = FormulaCell(text[1:]) 810 cell = FormulaCell(formula)
|
/dports/lang/python311/Python-3.11.0a3/Tools/demo/ |
H A D | spreadsheet.py | 297 self.cell = FormulaCell(text, 376 class FormulaCell(BaseCell): class 425 return FormulaCell("".join(out), self.fmt, self.alignment) 553 elif isinstance(cell, FormulaCell): 761 cell = FormulaCell(text[1:]) 810 cell = FormulaCell(formula)
|
/dports/lang/python37/Python-3.7.12/Tools/demo/ |
H A D | ss1.py | 297 self.cell = FormulaCell(text, 376 class FormulaCell(BaseCell): class 425 return FormulaCell("".join(out), self.fmt, self.alignment) 553 elif isinstance(cell, FormulaCell): 761 cell = FormulaCell(text[1:]) 810 cell = FormulaCell(formula)
|
/dports/lang/python310/Python-3.10.1/Tools/demo/ |
H A D | spreadsheet.py | 297 self.cell = FormulaCell(text, 376 class FormulaCell(BaseCell): class 425 return FormulaCell("".join(out), self.fmt, self.alignment) 553 elif isinstance(cell, FormulaCell): 761 cell = FormulaCell(text[1:]) 810 cell = FormulaCell(formula)
|
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/guido/ |
H A D | ss1.py | 306 self.cell = FormulaCell(text, 388 class FormulaCell(BaseCell): class 440 return FormulaCell("".join(out), self.fmt, self.alignment) 568 elif isinstance(cell, FormulaCell): 776 cell = FormulaCell(text[1:]) 826 cell = FormulaCell(formula)
|
/dports/lang/python27/Python-2.7.18/Demo/tkinter/guido/ |
H A D | ss1.py | 306 self.cell = FormulaCell(text, 388 class FormulaCell(BaseCell): class 440 return FormulaCell("".join(out), self.fmt, self.alignment) 568 elif isinstance(cell, FormulaCell): 776 cell = FormulaCell(text[1:]) 826 cell = FormulaCell(formula)
|
/dports/lang/python38/Python-3.8.12/Tools/demo/ |
H A D | ss1.py | 297 self.cell = FormulaCell(text, 376 class FormulaCell(BaseCell): class 425 return FormulaCell("".join(out), self.fmt, self.alignment) 553 elif isinstance(cell, FormulaCell): 761 cell = FormulaCell(text[1:]) 810 cell = FormulaCell(formula)
|
/dports/lang/python39/Python-3.9.9/Tools/demo/ |
H A D | spreadsheet.py | 297 self.cell = FormulaCell(text, 376 class FormulaCell(BaseCell): class 425 return FormulaCell("".join(out), self.fmt, self.alignment) 553 elif isinstance(cell, FormulaCell): 761 cell = FormulaCell(text[1:]) 810 cell = FormulaCell(formula)
|
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/demo/ |
H A D | ss1.py | 297 self.cell = FormulaCell(text, 376 class FormulaCell(BaseCell): class 425 return FormulaCell("".join(out), self.fmt, self.alignment) 553 elif isinstance(cell, FormulaCell): 761 cell = FormulaCell(text[1:]) 810 cell = FormulaCell(formula)
|
/dports/finance/gnucash/gnucash-4.9/libgnucash/doc/ |
H A D | TODO-schedxactions | 252 . deal better with formulas in template transactions [real FormulaCell]
|
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/utils/math/ |
H A D | math2html.py | 4283 class FormulaCell(FormulaCommand): class 4323 return self.factory.create(FormulaCell).setalignment(alignment)
|
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/utils/math/ |
H A D | math2html.py | 4301 class FormulaCell(FormulaCommand): class 4341 return self.factory.create(FormulaCell).setalignment(alignment)
|
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/utils/math/ |
H A D | math2html.py | 4413 class FormulaCell(FormulaCommand): class 4453 return self.factory.create(FormulaCell).setalignment(alignment)
|
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/utils/math/ |
H A D | math2html.py | 4413 class FormulaCell(FormulaCommand): class 4453 return self.factory.create(FormulaCell).setalignment(alignment)
|
/dports/textproc/py-docutils/docutils-0.17.1/docutils/utils/math/ |
H A D | math2html.py | 4413 class FormulaCell(FormulaCommand): class 4453 return self.factory.create(FormulaCell).setalignment(alignment)
|
/dports/finance/gnucash/gnucash-4.9/ |
H A D | ChangeLog.2002 | 58 FormulaCell from MOD_SX to MOD_REGISTER.
|
/dports/editors/calligra/calligra-3.2.1/po/el/ |
H A D | calligrasheets.po | 15553 "FormulaCell and all formula expressions it depends on while replacing all " 15559 "MULTIPLE.OPERATIONS εκτελεί τη μαθηματική έκφραση που δείχνει το FormulaCell "
|
/dports/editors/calligra/calligra-3.2.1/po/zh_TW/ |
H A D | calligrasheets.po | 14877 "FormulaCell and all formula expressions it depends on while replacing all " 14883 "MULTIPLE.OPERATIONS 執行 FormulaCell 裡指定的公式。不過在執行公式之前,公式內"
|