[Libreoffice-commits] mso-dumper.git: msodumper/formula.py

2017-03-06 Thread Tor Lillqvist
msodumper/formula.py |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 59fb7178e702a1e4625e227baae59cf470712cee Author: Tor Lillqvist Date: Mon Mar 6 14:16:49 2017 +0200 Keep the _tokenMap sorted for clarity I don't understand why three entries w

[Libreoffice-commits] mso-dumper.git: msodumper/formula.py

2015-08-01 Thread Markus Mohrhard
msodumper/formula.py |5 + 1 file changed, 5 insertions(+) New commits: commit 37bdb2326f91223c2f76822231576524a56b5f5d Author: Markus Mohrhard Date: Sat Aug 1 18:42:32 2015 +0200 support unary minus in formulas diff --git a/msodumper/formula.py b/msodumper/formula.py index cd002

[Libreoffice-commits] mso-dumper.git: msodumper/formula.py

2014-12-28 Thread Markus Mohrhard
msodumper/formula.py |3 +++ 1 file changed, 3 insertions(+) New commits: commit 6ad04a4ce0d3024e9afc53b9351093e3b4ae366d Author: Markus Mohrhard Date: Mon Dec 29 06:39:45 2014 +0100 improve formula support diff --git a/msodumper/formula.py b/msodumper/formula.py index 8ecece5..48272

[Libreoffice-commits] mso-dumper.git: msodumper/formula.py

2014-12-28 Thread Markus Mohrhard
msodumper/formula.py |9 + 1 file changed, 9 insertions(+) New commits: commit 258cbcd0d394c83dd66e1887b414d59915d3db74 Author: Markus Mohrhard Date: Mon Dec 29 04:16:02 2014 +0100 add another function diff --git a/msodumper/formula.py b/msodumper/formula.py index 111c61a..8e

[Libreoffice-commits] mso-dumper.git: msodumper/formula.py

2014-12-28 Thread Markus Mohrhard
msodumper/formula.py | 18 ++ 1 file changed, 18 insertions(+) New commits: commit 6319e21448fb657e8c0fb628fd8d218e76b689b5 Author: Markus Mohrhard Date: Mon Dec 29 04:06:20 2014 +0100 add a few more functions diff --git a/msodumper/formula.py b/msodumper/formula.py ind

[Libreoffice-commits] mso-dumper.git: msodumper/formula.py

2014-04-25 Thread Kohei Yoshida
msodumper/formula.py | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) New commits: commit 8a13e55de98963937216b70efb96fad61ddfcfab Author: Kohei Yoshida Date: Fri Apr 25 22:02:54 2014 -0400 Parser relative reference in formula tokens. diff --g

[Libreoffice-commits] mso-dumper.git: msodumper/formula.py msodumper/xlsrecord.py

2014-02-21 Thread Kohei Yoshida
msodumper/formula.py | 21 ++--- msodumper/xlsrecord.py |2 +- 2 files changed, 15 insertions(+), 8 deletions(-) New commits: commit ea31f6bfff283b30ea5dcf7bb2b5f5a691fec43e Author: Kohei Yoshida Date: Fri Feb 21 15:20:40 2014 -0500 Map formula opcode 0x5A to PtgRe