summaryrefslogtreecommitdiff
path: root/sc/source/core/data/stlpool.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-28no need to allocate these on the heapNoel Grandin1-32/+29
2021-05-08ref-count SfxItemPoolNoel Grandin1-1/+1
2021-02-26loplugin:refcounting in svlNoel1-1/+1
2021-02-20loplugin:refcounting in svlNoel1-2/+2
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-11/+6
2020-10-10Resolves: tdf#137370 Re-enable UI translated standard cell style namesEike Rathke1-7/+12
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin1-1/+1
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-1/+1
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-37/+37
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia1-6/+10
2020-05-05ScOrcusStyles::commit_cell_style creates SfxStyleFamily::Para stylesCaolán McNamara1-2/+2
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-2/+2
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-5/+5
2019-11-24cppcheck: performing init in init list (sc/scripting/sd)Julien Nabet1-2/+1
2019-10-01loplugin:stringadd in scNoel Grandin1-2/+1
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-3/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-10/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+3
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-06-14tdf#100894 freeze when editing calc file with bazillions of cond formattingNoel Grandin1-8/+4
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-5/+6
2018-04-19drop IS_SET macroNoel Grandin1-1/+1
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-8/+8
2018-04-18tdf#42949 Remove unnecessary helpids.h from sc.hrcGabor Kelemen1-0/+1
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-9/+2
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2017-11-23TypedWhichId for sc constantsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-22mark all new styles as default styles, tdf#103380, tdf#103330Markus Mohrhard1-0/+10
2017-03-30convert SvxDateType to scoped enumNoel Grandin1-1/+1
2016-09-28Remove old cell styles from calcJaskaran Singh1-49/+0
2016-09-21ASan/UBSan reports read of uninitialized bHasStandardStylesStephan Bergmann1-1/+2
2016-09-18Add to a method to check if stlpool already has standard stylesJaskaran Singh1-0/+2
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-2/+1
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-4/+8
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-16/+16
2016-03-12use unique_ptr instead of manual new deleteMarkus Mohrhard1-6/+3
2016-03-12no need for fancy delete macros for local variablesMarkus Mohrhard1-11/+11
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1