summaryrefslogtreecommitdiff
path: root/include/svl/itempool.hxx
AgeCommit message (Expand)Author
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin
2017-11-15TypedWhichIdNoel Grandin
2017-09-08loplugin:constantparamNoel Grandin
2017-09-03SfxItemPool::AddRef always adds 1Jochen Nitschke
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-17Removing unused serialisation codeVarun Dhall
2017-08-16Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall
2017-08-16Removing unused serialisation codeVarun Dhall
2017-08-08loplugin:unusedmethodsNoel Grandin
2017-08-08loplugin:unnecessaryvirtualNoel Grandin
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-05crash on exit of cppunit testsCaolán McNamara
2017-04-05loplugin:constantparam part2Noel Grandin
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin
2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin
2016-11-03loplugin:unnecessaryvirtualNoel Grandin
2016-10-28svl: change SfxPoolItem ref-count to sal_uInt32Michael Stahl
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin
2016-10-03add more dumpAsXml()Noel Grandin
2016-09-01hide SFX_WHICH_MAX defineJochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-06-01tdf#89329: use unique_ptr for pImpl in itempoolXisco Fauli
2016-03-17loplugin:constantparam in svlNoel Grandin
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-12-02Remove unused header includes from public header.Kohei Yoshida
2014-11-24svl: just make SfxItemPool::GetMasterPool() always availableMichael Stahl
2014-11-12drop pool ver 1 import supportCaolán McNamara
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin
2014-07-23remove unused return type from SfxItemPool::AddRefNoel Grandin
2014-07-23comments and code formatting in SfxPoolItemNoel Grandin
2014-07-16translate comments in itempool.hxxTobias Lippert
2014-06-11Bin crack, _SFXITEMS_HXX is not defined anywhere anywayTor Lillqvist
2014-05-06dflt -> defaultThomas Arnhold
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-05debug only code SfxItemPool::GetMasterPool() constNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-10Use boolStephan Bergmann
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara