summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/output2.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-09-22forcepoint#97 avoid Invalid read of size 2Caolán McNamara1-0/+7
2019-10-26Resolves: tdf#128403 Use ScPatternAttr::GetNumberFormat()Eike Rathke1-9/+1
2019-10-22sc: rowcol: tdf#50916 convert outputNoel Grandin1-7/+7
2019-09-26loplugin:constmethod in scNoel Grandin1-3/+3
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-6/+1
2019-05-16tdf#125054 fixed WhichIDs for cloned ItemsArmin Le Grand1-3/+6
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin1-8/+10
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-9/+3
2019-03-27return unique_ptr from CreateOutputEditEngineNoel Grandin1-4/+4
2019-02-12tdf#121040 sc: cell with ### has too big heightSerge Krot1-2/+4
2019-02-09loplugin:indentation in scNoel Grandin1-2/+2
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+2
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski1-2/+2
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov1-2/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-07loplugin:collapseif in scNoel Grandin1-7/+4
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-2/+2
2018-10-09Resolves: tdf#66545 display URL fields non-shaded in CalcEike Rathke1-0/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-4/+4
2018-09-21coverity#1401334 Uncaught exceptionCaolán McNamara1-5/+5
2018-09-17New loplugin:externalStephan Bergmann1-4/+4
2018-08-01loplugin:stringloop in scNoel Grandin1-12/+12
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-20Fix typosAndrea Gelmini1-1/+1
2018-07-03Resolves: tdf#118221 whole cell kerning default is offEike Rathke1-0/+4
2018-06-20tdf#66089 tdf#105720: only rely on bPixelToLogicAron Budea1-8/+6
2018-06-18tdf#105720: lok: sc: currency symbol is displayed in the preceding cellMarco Cecchetti1-2/+11
2018-05-26Rename bNeedEdit → bUseEditEngineKhaled Hosny1-15/+15
2018-02-21ColorData->Color in sd..svxNoel Grandin1-2/+2
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-4/+4
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-59/+59
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-111/+111
2018-02-03TypedWhichId in scNoel Grandin1-6/+4
2018-01-29No more need to restrict paper width to USHRT_MAXStephan Bergmann1-39/+0
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-58/+58
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin1-1/+1
2017-12-07loplugin:constparamsNoel Grandin1-36/+36
2017-12-04tdf#39593 deduplicate code in ScOutputDatatagezi1-76/+39
2017-11-27Address some nitpicks, tdf#39593 follow-upEike Rathke1-5/+5
2017-11-27tdf#39593 deduplicate code in ScOutputDatatagezi1-349/+299
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-2/+2
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-48/+48
2017-11-22Follow our naming conventions, tdf#39593 follow-upEike Rathke1-11/+11
2017-11-22tdf#39593 deduplicate code in ScOutputDatatagezi1-139/+39