summaryrefslogtreecommitdiff
path: root/sc/source/core/data/docpool.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-2/+0
2024-02-29move inline spelling setting out of document and into viewshellCaolán McNamara1-2/+1
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)1-0/+2
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-222/+172
2024-02-01sc: put used currencies on top of the currency pop-up listTomaž Vajngerl1-1/+1
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-1/+1
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)1-90/+90
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-66/+3
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-105/+102
2023-03-19sc drawstyles: Delay the destruction of SdrItemPoolMaxim Monastirsky1-0/+1
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/core/dataNoel Grandin1-4/+3
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-2/+0
2022-02-03no point in mapping SID to itselfNoel Grandin1-20/+20
2021-10-07use SfxItemSetFixed in scNoel Grandin1-2/+2
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-3/+3
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin1-3/+7
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)1-1/+8
2021-05-08ref-count SfxItemPoolNoel Grandin1-1/+1
2021-01-02introduce Degree100 strong_int typeNoel1-1/+1
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-1/+1
2020-10-20use tools::Long in scNoel1-3/+3
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-2/+2
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-1/+1
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia1-1/+1
2020-02-06rename nPropFirstLineOfst->nPropFirstLineOffsetNoel Grandin1-1/+1
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara1-1/+1
2019-12-11Related: tdf#129300 add ScHyphenateCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-11Related: tdf#129300 add ScVerticalStackCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-10Related: tdf#129300 add ScShrinkToFitCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara1-1/+2
2019-11-03loplugin:stringaddNoel Grandin1-4/+4
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-4/+4
2019-10-01loplugin:stringadd in scNoel Grandin1-4/+3
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-4/+1
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-3/+3
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-7/+4
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-12-07tdf#121759 Revert "tdf#99296 - Disable headers/footers by default"Heiko Tietze1-1/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-3/+0
2018-10-09add some more pluralized form examplesCaolán McNamara1-1/+1
2018-09-03tdf#99296 - Disable headers/footers by defaultheiko tietze1-1/+1
2018-08-01loplugin:stringloop in scNoel Grandin1-2/+1
2018-07-16related tdf#113646, keep cjk, ctl font items in syncMarkus Mohrhard1-11/+22
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-17/+18
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen1-1/+0
2018-04-18tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen1-0/+2
2018-03-13loplugin:useuniqueptr in ScDocumentPoolNoel Grandin1-99/+95