summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/editutil.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-31osl::Mutex->std::mutex in ScEditUtilNoel Grandin1-2/+3
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin1-2/+2
2021-05-08ref-count SfxItemPoolNoel Grandin1-3/+1
2021-02-09lok: Take indent and margins into accountDennis Francis1-16/+59
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-4/+0
2020-10-20use tools::Long in scNoel1-16/+16
2020-07-06Allow print-twips version of ScEditUtil::GetEditArea()Dennis Francis1-23/+41
2020-03-09improve loplugin:unusedfieldsNoel Grandin1-2/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-3/+3
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2019-12-22sal_Char->char in scNoel Grandin1-2/+2
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-8/+8
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin1-1/+1
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-2/+2
2019-05-10pass SfxItemSet by unique_ptr to ScEditEngineDefaulterNoel Grandin1-9/+9
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-2/+1
2019-01-18use unique_ptr in scNoel Grandin1-3/+3
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-11-02tdf#115317 Fix empty url representationPaul Trojahn1-3/+3
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen1-0/+1
2018-06-11sc: ScHeaderFieldData always stores a datetimeTakeshi Abe1-5/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-29avoid using EditEngine in ScEditUtils::GetString() if possibleLuboš Luňák1-0/+3
2018-05-23extend mutex protection to the whole of ScEditUtil::GetString()Luboš Luňák1-2/+2
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin1-4/+4
2018-04-15remove some unused comphelper includesJochen Nitschke1-0/+1
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-3/+3
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-3/+3
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-8/+8
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-8/+7
2017-11-23TypedWhichId for sc constantsNoel Grandin1-1/+1
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin1-4/+4
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin1-1/+1
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-2/+2
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-1/+1
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin1-1/+1
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin1-1/+1
2017-02-15Translate German commentsJohnny_M1-14/+14
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-3/+2