summaryrefslogtreecommitdiff
path: root/sc/source/core/data/types.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-03-15new pahole-all-classes script, and update a couple of sc/ structsNoel Grandin1-4/+2
Create a new script to scan our codebase for holes in our structures. Implemented a couple of the things I found ScSortKeyState 12bytes -> 8bytes sc::MultiDataCellState 12bytes -> 8bytes Change-Id: I139dda36aedf02b7f19be121eb312e5552142b87
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
2017-07-06loplugin:unusedfields in scNoel Grandin1-2/+2
found a couple more by running make build-nocheck to exclude testing code Also, teach unusedfields loplugin about operator<<, since referring to a field in an ostream operator<< does not indicate a real use, it's normally for debugging Change-Id: I3dce22bf5afda2fd09e01de9bf1d0ef85e535aa8 Reviewed-on: https://gerrit.libreoffice.org/39625 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-05-03tdf#107255: detect whether the range has only one data cell.Kohei Yoshida1-0/+7
Change-Id: I030961d9d38b092ffdc966baa10decae0c2d070d Reviewed-on: https://gerrit.libreoffice.org/37178 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
Change-Id: I765d2a600f9c57da50c85354688e3ae796750d94
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida1-2/+5
Change-Id: I4b1e9d136d45f169ad1c1efee2275bab7dfe0f49
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida1-0/+24
Change-Id: I2ea6f41ad4036a6f3f5d99097e83fd988aacd105