0
I Use This!
Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reordering of the formula_function_t members breaks API compat. More... about 5 years ago
Try to use the variants of set_formula_cell() that takes token stores. More... about 5 years ago
We need a variant of this set_formula_cell that takes formula_result. More... about 5 years ago
Set the version to 0.15.99. It's officially a next-release development. More... about 5 years ago
Add a method doc. More... about 5 years ago
Make sure it also works with cached error results. More... about 5 years ago
Add result-cache mode and get that to work as expected. More... about 5 years ago
More descriptive error message. More... about 5 years ago
Add trace on sheet insertion. More... about 5 years ago
We can do away with just one version of append_sheet() here. More... about 5 years ago
Add tracing statements during formula cell registration. More... about 5 years ago
Really correctly handle unset column or row ranges. More... about 5 years ago
Correctly handle unset column and row ranges. More... about 5 years ago
Get the --sheets option to actually work. More... about 5 years ago
Print formula cell information prior to calc when log tracing is on. More... about 5 years ago
Use this script to fill function name enum values and literals. More... about 5 years ago
Script to generate C++ code from function name lists. More... about 5 years ago
Scan all function names from libreoffice repo. More... about 5 years ago
This is a very outdated illustration. More... about 5 years ago
Quick-n-dirty script to extract function names from libreoffice code. More... about 5 years ago
We don't need this script anymore. More... about 5 years ago
Handle disordered range references properly. More... over 5 years ago
More on ensuring that a token exists before accessing it. More... over 5 years ago
Support reordering of range boundaries. More... over 5 years ago
Add a few missing function names to help the parsing process. More... over 5 years ago
Add debug statement for non-printing tokens. More... over 5 years ago
Add trace statements in the formula parsing code. More... over 5 years ago
Throw a better message than just 'TODO'. More... over 5 years ago
Add a test case for handling leading signs. More... over 5 years ago
Allow a leading sign token as part of a factor. More... over 5 years ago