summaryrefslogtreecommitdiff
path: root/svl/source/items/itempool.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-11fix svl buildCaolán McNamara1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-01svl: fix build "invalid operands to binary operator!="Michael Stahl1-1/+1
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-2/+2
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-17boost->stdCaolán McNamara1-0/+1
2015-06-19rename some types in SfxPoolItemArray_ImplNoel Grandin1-13/+13
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-20Remove include stdio (part4)Julien Nabet1-1/+0
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-10/+9
2014-12-02Remove unused header includes from public header.Kohei Yoshida1-1/+3
2014-11-27svl: deploy some asserts in SfxItemPool, those are bugsMichael Stahl1-1/+1
2014-11-24svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl1-3/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara1-1/+4