summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-02Update mdds to 2.1.1Kohei Yoshida1-2/+2
2023-03-03tdf#148143: Reset the position hint when flat_segment_tree gets copiedKohei Yoshida2-0/+5
2023-03-02Add a means to query the internal broadcaster state ...Kohei Yoshida15-90/+400
2023-02-28tdf#153669: Track formulas that stopped listening ...Kohei Yoshida7-31/+157
2023-02-15Switch to static rules table and add a few more entriesKohei Yoshida1-107/+50
2023-02-15tdf#153444: map iso-8859-* encoding rangeKohei Yoshida1-0/+41
2023-02-14tdf#153604: include the root element when traversing the treeKohei Yoshida1-16/+18
2023-02-11Update liborcus to 0.18.1Kohei Yoshida5-259/+4
2023-01-27tdf#146260: Add more mapping rules on character encodingKohei Yoshida1-0/+18
2023-01-27tdf#147620: Pick up wrap-text and shrink-to-fit flags in Excel 2003 XMLKohei Yoshida3-0/+122
2023-01-26Just use std::variant and std::getKohei Yoshida2-419/+0
2023-01-26Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectivelyKohei Yoshida36-1149/+1242
2022-05-11Update mdds to 2.0.3.Kohei Yoshida1-2/+2
2022-05-07tdf#107765: Use the correct sheet index.Kohei Yoshida3-3/+9
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida14-37/+86
2022-05-06Add license information for liborcus, which is used in Calc.Kohei Yoshida1-0/+6
2022-03-11tdf#147744: Make sure to pass valid position hints.Kohei Yoshida2-7/+20
2022-03-03Check for cached formula block count to make sure it's correct.Kohei Yoshida1-1/+11
2022-02-26tdf#147298: Add a simple test case for formula cell tracking by column.Kohei Yoshida10-0/+122
2022-02-25tdf#147298: When swapping the cell stores, swap back the event handlers.Kohei Yoshida3-0/+8
2022-02-16Update mdds to 2.0.2.Kohei Yoshida1-2/+2
2022-02-04tdf#146795: Make sure to use valid position hints to avoid crash.Kohei Yoshida6-22/+79
2022-01-29Standardize the flag name on bSkipEmptyCells.Kohei Yoshida11-63/+73
2021-12-18tdf#103331: Add a test case for inherited font weight attributes.Kohei Yoshida2-5/+51
2021-12-17tdf#103331: Make styles attributes optional.Kohei Yoshida2-255/+197
2021-12-16Update liborcus to 0.17.2.Kohei Yoshida9-1313/+10
2021-12-14Update mdds to 2.0.1.Kohei Yoshida4-139/+2
2021-11-05Blind fix for ubusan errorKohei Yoshida5-4/+11
2021-11-03Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida28-551/+1973
2020-09-29Update liborcus to 0.16.1.Kohei Yoshida3-379/+2
2020-09-12Remove unused patches.Kohei Yoshida6-413/+0
2020-09-12Upgrade liborcus to 0.16.0.Kohei Yoshida15-52/+480
2020-09-10Upgrade mdds to 1.7.0.Kohei Yoshida4-132/+2
2020-03-29Update orcus to 0.15.4.Kohei Yoshida1-2/+2
2020-02-09Update mdds to 1.6.0.Kohei Yoshida5-17/+133
2019-10-11Update orcus to 0.15.3.Kohei Yoshida1-2/+2
2019-10-05Update git submodulesKohei Yoshida1-0/+0
2019-10-05Let's bring XML Source out of the list of experimental features.Kohei Yoshida1-6/+1
2019-08-29Update liborcus to 0.15.2.Kohei Yoshida3-133/+2
2019-08-28Remove unnecessary braces.Kohei Yoshida1-21/+17
2019-08-27Use lambda expression here instead of a function object.Kohei Yoshida1-12/+6
2019-08-27Use getSystemPathFromFileURL() which is exactly what we need.Kohei Yoshida3-16/+9
2019-08-27You can just check for nCheckPos being 0 for non-error condition.Kohei Yoshida1-9/+3
2019-08-23Update orcus to 0.15.1.Kohei Yoshida3-58/+2
2019-08-22Fully support importing of XML with nested repeat elements.Kohei Yoshida5-31/+72
2019-08-21Return std::unique_ptr directly.Kohei Yoshida5-6/+7
2019-08-21Namespace doesn't need a semicolon.Kohei Yoshida1-1/+1
2019-08-15Correctly pack mdds 1.5.0.Kohei Yoshida3-52/+1
2019-08-15Switch mdds to 1.5.0 and liborcus to 0.15.0.Kohei Yoshida20-69/+58
2018-11-08Prevent crash on assert error coming from orcus::css_parser::parse().Kohei Yoshida2-0/+28