summaryrefslogtreecommitdiff
path: root/svl/source/items/itempool.cxx
AgeCommit message (Expand)Author
2017-04-05loplugin:constantparam part2Noel Grandin
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-02-24fix inverted warning logicJochen Nitschke
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-10-29silence false positive warnings in non DBG_UTIL buildsJochen Nitschke
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-03add more dumpAsXml()Noel Grandin
2016-10-01Revert "don't write item right before destruction"Jochen Nitschke
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-23Revert "Revert "remove SfxPoolItemArrayBase_Impl typedef""Noel Grandin
2016-09-23move SfxPoolItemArray_Impl::ReHash to poolio.cxx ...Jochen Nitschke
2016-09-23don't write item right before destructionJochen Nitschke
2016-09-22Revert "remove SfxPoolItemArrayBase_Impl typedef"Noel Grandin
2016-09-22remove SfxPoolItemArrayBase_Impl typedefJochen Nitschke
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-06use range based loops in SfxItemPoolJochen Nitschke
2016-09-04get index only when neededJochen Nitschke
2016-09-02convert ppPoolDefaults to std::vectorJochen Nitschke
2016-09-01use IsStaticDefaultItem from poolitem.hxx instead of custom checksJochen Nitschke
2016-09-01use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke
2016-09-01avoid warning in PoolItemTestJochen Nitschke
2016-08-30tdf#96248 delete SfxPoolItems with Which Id >= 4000Jochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
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-09remove unused NOT_POOLABLE enum valueNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13tdf#97077: So ppStaticDefaults can be null after allStephan Bergmann
2016-01-06What these SAL_INFO probably want to tell us...Stephan Bergmann
2016-01-06Revert "This probably is not worth displaying a warning about"Tor Lillqvist
2016-01-05This probably is not worth displaying a warning aboutTor Lillqvist
2015-11-18svl: replace some legacy SFX_ASSERT in SfxItemPoolMichael Stahl
2015-11-11fix svl buildCaolán McNamara
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-01svl: fix build "invalid operands to binary operator!="Michael Stahl
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-09-17boost->stdCaolán McNamara
2015-06-19rename some types in SfxPoolItemArray_ImplNoel Grandin
2015-05-28new clang plugin: loopvartoosmallNoel Grandin