summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin_dbgutil.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-03-03improve ScMark* classes a bitLuboš Luňák1-3/+1
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-03-21cid#1473798 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-9/+9
2020-10-20use tools::Long in scNoel1-2/+2
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-12/+12
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-11/+11
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin1-17/+17
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-1/+0
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-5/+3
2017-12-07loplugin:constparamsNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-4/+4
2017-08-29loplugin:constparam in sc part8Noel Grandin1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-04-09dump the whole selection and not just one cellMarkus Mohrhard1-6/+48
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-28fix too small loop varJochen Nitschke1-2/+2
2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida1-0/+11
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida1-4/+2
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida1-0/+11
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-10-03add more dumpAsXml()Noel Grandin1-0/+2
2016-02-29fix error in new cell dump property codeMarkus Mohrhard1-1/+1
2016-02-29loplugin:nullptrNoel Grandin1-1/+1
2016-02-28move the cell property dump code into dbgutil buildsMarkus Mohrhard1-12/+9
2016-02-28tdf#97667 Added a dump method for SfxItemSet in gridwin.cxxJaskaran1-1/+28
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-05-25add dump for column width in hmmMarkus Mohrhard1-1/+13
2015-05-23add missing includeDavid Tardon1-0/+2
2015-05-22improve output for ScDrawObjDataMarkus Mohrhard1-1/+12
2015-05-22split column info dump and graphic object dumpingMarkus Mohrhard1-2/+6
2015-05-22extract calc data dump method into own fileMarkus Mohrhard1-0/+60