summaryrefslogtreecommitdiff
path: root/include/svl/itempool.hxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-18loplugin:passstuffbyrefNoel Grandin1-2/+2
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-0/+2
2019-05-07tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part2Noel Grandin1-0/+6
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin1-4/+4
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin1-1/+6
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-4/+9
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin1-1/+1
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-5/+0
2018-04-16loplugin:useuniqueptr in SfxItemPool_ImplNoel Grandin1-1/+1
2018-01-05Revert "GetTrueSlotId is dead"Noel Grandin1-0/+1
2018-01-04GetTrueSlotId is deadNoel Grandin1-1/+0
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-6/+4
2017-11-15TypedWhichIdNoel Grandin1-0/+17
2017-09-08loplugin:constantparamNoel Grandin1-1/+1
2017-09-03SfxItemPool::AddRef always adds 1Jochen Nitschke1-3/+3
2017-08-25loplugin:unusedmethodsNoel Grandin1-6/+0
2017-08-17Removing unused serialisation codeVarun Dhall1-6/+1
2017-08-16Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall1-1/+1
2017-08-16Removing unused serialisation codeVarun Dhall1-19/+0
2017-08-08loplugin:unusedmethodsNoel Grandin1-5/+0
2017-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-1/+1
2017-07-05crash on exit of cppunit testsCaolán McNamara1-1/+2
2017-04-05loplugin:constantparam part2Noel Grandin1-3/+3
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin1-3/+4
2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin1-2/+2
2016-11-03loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-10-28svl: change SfxPoolItem ref-count to sal_uInt32Michael Stahl1-6/+6
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin1-1/+0
2016-10-03add more dumpAsXml()Noel Grandin1-0/+2
2016-09-01hide SFX_WHICH_MAX defineJochen Nitschke1-2/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-5/+5
2016-06-01tdf#89329: use unique_ptr for pImpl in itempoolXisco Fauli1-1/+2
2016-03-17loplugin:constantparam in svlNoel Grandin1-1/+0
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-17/+5
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-07-06loplugin:unusedmethods svlNoel Grandin1-1/+0
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-7/+16
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-12-02Remove unused header includes from public header.Kohei Yoshida1-2/+0
2014-11-24svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl1-2/+0
2014-11-12drop pool ver 1 import supportCaolán McNamara1-1/+0
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin1-1/+3
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin1-0/+1
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin1-2/+2
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin1-1/+0