/source/szl/reportdesign/

pository'/>
summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/odffmap.cxx
AgeCommit message (Collapse)Author
2023-01-10Related: tdf#152948 Align AddInMap English names to Add-In implementationEike Rathke
... of scaddins/source/analysis/analysishelper.cxx for the few (4) functions with the _EXCEL2003 suffix. The compiler's symbol map for English contained both, but the reverse map contained only the (first added) ..._ADD name, so GCD_EXCEL2003() was displayed as GCD_ADD(), that still worked but was unexpected. Change-Id: I8c866dc73d0146d75b29f8212a7e561a3f38fce4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145247 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2022-06-18Remove comment of long removed MapDupToInternal fieldEike Rathke
Change-Id: I0fd78eb1ff1fedf0ddb9728b06a3ee6de7973329 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136066 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
2022-03-18tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroSinduja Y
Change-Id: Ifed6b79a4186e3196dc1e9ac179fe8ad0ee4a342 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131655 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2017-10-23loplugin:includeform: scStephan Bergmann
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
2016-10-19loplugin:expandablemethodds in scNoel Grandin
Change-Id: Idda64b23ea91ec457b60279d851b7f01d8c02881 Reviewed-on: https://gerrit.libreoffice.org/30033 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-11loplugin:constantfunctionNoel Grandin
update the plugin similarly to commit 3ee3b36ae0c064fb5c81268d8d63444309d1b970 Author: Stephan Bergmann <sbergman@redhat.com> Date: Fri Oct 7 12:05:49 2016 +0200 loplugin:staticmethods: Don't be fooled by decls starting with macros Change-Id: I98ac3216d5acf89a49a26feb089ae2fd34e6e510 Reviewed-on: https://gerrit.libreoffice.org/29665 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-08-03Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERTEike Rathke
... with same syntax but different semantics that was even more confusing. Change-Id: Ibe1efcd5c4e82c9ce8d9fe8ed0f85e86dac327f7
2016-08-03UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 relatedEike Rathke
Change-Id: I7ba783b59a711fc9c9d6bbe68dcf8c3c1a0d409d
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
found using git grep -n 'sizeof.*/.*sizeof.*[0]' Change-Id: Icd4a6cc1ca8ec8ebd68e1701a02789c74cf0eb2a