summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+3
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-1/+1
2020-10-30convert some tools::Long->sal_Int32Noel1-7/+7
2020-10-20use tools::Long in scNoel1-58/+58
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-131/+131
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia1-1/+1
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-5/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-9/+10
2019-10-15new loplugin:bufferaddNoel Grandin1-4/+1
2019-10-09cid#1452393 silence Using invalid iteratorCaolán McNamara1-16/+22
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-08-12Mark Sequence const in scArkadiy Illarionov1-18/+11
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-15/+7
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-2/+2
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-03-26ScUnoHelpFunctions::AnyToInterface is redundantMike Kaganski1-16/+8
2018-11-19Removed duplicated includesAndrea Gelmini1-1/+0
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-9/+9
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-5/+5
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-2/+0
2018-05-29loplugin:unusedfields-in-constructor in scNoel Grandin1-11/+5
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-5/+5
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-1/+1
2018-03-27tdf#116470:Apply BOLD to CJK/CTL pivot table stylehimajin1000001-1/+4
2018-03-20tdf#116470:Convert between ProgName/DisplayName for pivot table stylehimajin1000001-14/+14
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-12/+12
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-25/+25
2018-01-11loplugin:redundantcast: scStephan Bergmann1-4/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-09-30tdf#112735: Pivot table: page field displays empty stringTamás Zolnai1-1/+6
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-09-09Avoid underflow of unsigned integer which leads a false error messageTamás Zolnai1-1/+1
2017-08-22loplugin:constparam in sc part1Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-19/+19
2017-07-13loplugin:useuniqueptr in scNoel Grandin1-4/+2
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-6/+0
2017-06-06nullptr never passed to ApplyFrameAreaTabCaolán McNamara1-2/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-04-03use actual UNO enums in scNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-1/+1
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-3/+3
2017-02-24Remove SC_DPOUT_MAXLEVELS limit in PivotJulien Nabet1-175/+115