summaryrefslogtreecommitdiff
path: root/include/svl/itemset.hxx
AgeCommit message (Expand)Author
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-05-09move constructor for SfxItemSetNoel Grandin
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann
2018-11-16loplugin:buriedassign in scNoel Grandin
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-07-10tdf#118634: Don't save embedded data source to a temporary preview documentMike Kaganski
2018-07-10Deduplicate codeMike Kaganski
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2017-12-10Bin two comments that say the same as the names of the functions they are forTor Lillqvist
2017-11-28loplugin:countusersofdefaultparams in sfx2..svtoolsNoel Grandin
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin
2017-11-15TypedWhichIdNoel Grandin
2017-08-16Removing unused serialisation codeVarun Dhall
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-08DbgCheckItemSet is goneStephan Bergmann
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin
2017-01-17used std::map in SfxItemSetNoel Grandin
2016-11-03Revert "remove unnecessary casts"Noel Grandin
2016-11-03remove unnecessary castsJochen Nitschke
2016-09-25remove unused parameterJochen Nitschke
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
2016-01-20loplugin:unusedmethodsNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20sfx items: No need to confuse with 'USHORT_ARG' that is an 'int'.Jan Holesovsky
2015-10-19sfx items: Get rid of the TypeId check, nobody uses that any more.Jan Holesovsky
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: Introduce a templatized version of SfxItemSet::GetItem().Jan Holesovsky
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-28SfxItemSet::PutDirect return value is unusedStephan Bergmann
2015-04-08svl: prefix members of SfxItemSetMichael Stahl
2015-02-08Extract SfxItemSet::dumpAsXml() from swMiklos Vajna
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-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini