summaryrefslogtreecommitdiff
path: root/svl/source/items/itempool.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: svlStephan Bergmann1-1/+1
2017-09-08loplugin:constantparamNoel Grandin1-2/+2
2017-09-03SfxItemPool_Impl::nInitRefCount is always 1Jochen Nitschke1-3/+1
2017-08-25loplugin:unusedfieldsNoel Grandin1-2/+0
2017-08-17Removing unused serialisation codeVarun Dhall1-20/+1
2017-08-16Removing unused serialisation codeVarun Dhall1-15/+0
2017-08-08loplugin:unusedmethodsNoel Grandin1-6/+0
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-2/+2
2017-07-05crash on exit of cppunit testsCaolán McNamara1-1/+4
2017-06-05Improved loplugin:cstylecast to reference types: svlStephan Bergmann1-2/+1
2017-04-05loplugin:constantparam part2Noel Grandin1-2/+2
2017-04-03tdf#39468 Translate German commentsJens Carl1-1/+1
2017-02-24fix inverted warning logicJochen Nitschke1-3/+4
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin1-39/+45
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-1/+1
2016-10-29silence false positive warnings in non DBG_UTIL buildsJochen Nitschke1-6/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-03add more dumpAsXml()Noel Grandin1-0/+12
2016-10-01Revert "don't write item right before destruction"Jochen Nitschke1-4/+9
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+2
2016-09-23Revert "Revert "remove SfxPoolItemArrayBase_Impl typedef""Noel Grandin1-2/+2
2016-09-23move SfxPoolItemArray_Impl::ReHash to poolio.cxx ...Jochen Nitschke1-19/+0
2016-09-23don't write item right before destructionJochen Nitschke1-9/+4
2016-09-22Revert "remove SfxPoolItemArrayBase_Impl typedef"Noel Grandin1-2/+2
2016-09-22remove SfxPoolItemArrayBase_Impl typedefJochen Nitschke1-2/+2
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke1-6/+6
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin1-1/+1
2016-09-06use range based loops in SfxItemPoolJochen Nitschke1-52/+45
2016-09-04get index only when neededJochen Nitschke1-7/+6
2016-09-02convert ppPoolDefaults to std::vectorJochen Nitschke1-29/+29
2016-09-01use IsStaticDefaultItem from poolitem.hxx instead of custom checksJochen Nitschke1-1/+1
2016-09-01use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke1-2/+2
2016-09-01avoid warning in PoolItemTestJochen Nitschke1-1/+1
2016-08-30tdf#96248 delete SfxPoolItems with Which Id >= 4000Jochen Nitschke1-9/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-4/+4
2016-06-01tdf#89329: use unique_ptr for pImpl in itempoolXisco Fauli1-151/+149
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-2/+1
2016-03-30Use const_iterator when possible (svl except svdde)Julien Nabet1-5/+5
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-13/+12
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin1-2/+2
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-7/+7
2016-02-09Remove excess newlinesChris Sherlock1-24/+0
2016-01-13tdf#97077: So ppStaticDefaults can be null after allStephan Bergmann1-26/+27
2016-01-06What these SAL_INFO probably want to tell us...Stephan Bergmann1-51/+46
2016-01-06Revert "This probably is not worth displaying a warning about"Tor Lillqvist1-0/+1
2016-01-05This probably is not worth displaying a warning aboutTor Lillqvist1-1/+0
2015-11-18svl: replace some legacy SFX_ASSERT in SfxItemPoolMichael Stahl1-35/+27