summaryrefslogtreecommitdiff
path: root/svl/source/items/itemset.cxx
AgeCommit message (Expand)Author
2021-06-18Avoid [-Werror=redundant-move] in GCC 9.3.0Mike Kaganski
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski
2021-06-12Current baseline Clang 5.0.2 is able to upcast std::unique_ptrMike Kaganski
2021-04-28svl: fix crash in SfxItemSet::dumpAsXml()Michael Stahl
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-16Fix typosAndrea Gelmini
2019-08-16Reorder to only get item state when necessaryMike Kaganski
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-05-09move constructor for SfxItemSetNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-05-18tdf#117539 Crash after cut and paste operation of a chart stickNoel Grandin
2018-04-16loplugin:useuniqueptr in SfxItemPool_ImplNoel Grandin
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-03-21Remove redundant assertMike Kaganski
2018-02-26Translate German variable namesJohnny_M
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2017-12-21new loplugin: convertlongNoel Grandin
2017-10-23loplugin:includeform: svlStephan Bergmann
2017-08-16Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall
2017-08-16Removing unused serialisation codeVarun Dhall
2017-08-16SfxItemSet::Equal: ignore parents if the pools are differentMichael Stahl
2017-07-27Ditch use of EditTextObject::Store() in ScGlobal::EETextObjEqual()Eike Rathke
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-09Avoid overflow in subtractionStephan Bergmann
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke
2017-06-06Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-01-27use a define for invalid SfxPoolItemJochen Nitschke
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin
2017-01-17fix bug in SfxItemSet::ClearItemNoel Grandin
2017-01-17used std::map in SfxItemSetNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-12coverity#1397045 Unchecked return valueCaolán McNamara
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-11-04use aggregate initialisation instead of memset for arraysJochen Nitschke
2016-11-03Revert "remove unnecessary casts"Noel Grandin
2016-11-03remove unnecessary castsJochen Nitschke
2016-11-03bin nranges.*, move remaining functions into itemset.cxxJochen Nitschke
2016-11-01simplify loop to O(n)Jochen Nitschke
2016-10-31fix use of is_sorted_untilNoel Grandin