summaryrefslogtreecommitdiff
path: root/svl/source/items/poolio.cxx
AgeCommit message (Expand)Author
2022-02-22merge poolio.cxx into itempool.cxxLuboš Luňák
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin
2019-04-20flatten SfxItemPool_Impl (tdf#81765 related)Noel Grandin
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2018-04-16loplugin:useuniqueptr in SfxItemPool_ImplNoel Grandin
2017-10-23loplugin:includeform: svlStephan Bergmann
2017-08-19svl: refactor string stream helpersJochen Nitschke
2017-08-16Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall
2017-08-16Removing unused serialisation code from svlVarun Dhall
2017-08-16Removing unused serialisation codeVarun Dhall
2017-08-08loplugin:unusedmethodsNoel Grandin
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-04-05loplugin:constantparam part2Noel Grandin
2017-03-25Fix typosAndrea Gelmini
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-11remove unusable debug code, DBG_UTIL_MIJochen Nitschke
2016-11-04use aggregate initialisation instead of memset for arraysJochen Nitschke
2016-11-01add an assert to check for ref-counts > 16 bitsNoel Grandin
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin
2016-10-12improve commentNoel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-10-01Revert "don't write item right before destruction"Jochen Nitschke
2016-09-23move SfxPoolItemArray_Impl::ReHash to poolio.cxx ...Jochen Nitschke
2016-09-23don't write item right before destructionJochen Nitschke
2016-09-22tdf#75757 remove inheritance from std::vectorJochen Nitschke
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke
2016-09-06use range based loops in SfxItemPoolJochen Nitschke
2016-09-02convert ppPoolDefaults to std::vectorJochen Nitschke
2016-06-01tdf#89329: use unique_ptr for pImpl in itempoolXisco Fauli
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet
2016-03-29cid#1357162: Logically dead codeStephan Bergmann
2016-03-17loplugin:constantparam in svlNoel Grandin
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-28Missing includeStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-09-17boost->stdCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-04Fix typosAndrea Gelmini