summaryrefslogtreecommitdiff
path: root/sc/README
AgeCommit message (Collapse)Author
2019-07-06change Calc's shortcut for dumping cell properties to Ctrl+Shift+F6Luboš Luňák
Ctrl+Shift+F9 is the recalc-all shortcut, and so my dbgutil build litters dump.xml files all over the place (especially annoying in sc/qa/unit/data dirs, as test simply try to test all files in a dir and fail because of the dump.xml). Change-Id: I4d55e0aa69104626fcaa4264dc74f37203c46021 Reviewed-on: https://gerrit.libreoffice.org/74950 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2019-02-05Functions supporting Wildcards or Regular ExpressionsEike Rathke
Change-Id: I1e23f382e343d73a0d28ad0b88b0dc31fb75008d
2017-10-09document how formulas are stored in the cacheMarkus Mohrhard
Change-Id: I1a4f8dd16bb739eb84087e596278fbd4cdc8db7c Reviewed-on: https://gerrit.libreoffice.org/43255 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-08-16introduce a way to write a simple data representation to a streamMarkus Mohrhard
The format used is column orientated and allows quick import and export of the table content. This will be used for the external data to cache the results of each transformation step in the UI. Change-Id: I6e1bfd3b3384cbfadeb98fb995dfd0b03d5e6eb6 Reviewed-on: https://gerrit.libreoffice.org/41198 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-04-09dump the whole selection and not just one cellMarkus Mohrhard
Change-Id: I059b5547d07c5e8f042e22f9de34ce51ffe49c38 Reviewed-on: https://gerrit.libreoffice.org/36313 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-28move the cell property dump code into dbgutil buildsMarkus Mohrhard
We now allow with a CTRL+SHIFT+F9 to dump the cell properties as a xml file. Change-Id: I730e7009bbe95d3105541a9afbd2c8a19c992600
2016-02-01Avoid vague and misleading terminologyTor Lillqvist
Sorry, could not resist. "debug mode" can mean a lot. We say here that we mean dbgutil, so use just that term then. And it is no special "mode", it is a dbgutil build, as we already said. Change-Id: I62f1b580298db8a479ff0852834aa7115297e838
2015-05-22add information about dumping graphic object infoMarkus Mohrhard
Change-Id: I9c0b566d169262985ed6bb4c7be73cc39cd78616
2015-05-22use better markupMarkus Mohrhard
Change-Id: I01e58a0a5ce70f20c409cbe344af5f7db7635a38
2015-05-22add information about dumping information in calcMarkus Mohrhard
Change-Id: I6b7fcc7fc68dd00f3fff84a65438e8a491816fd3
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich