summaryrefslogtreecommitdiff
path: root/svl/source/items/poolitem.cxx
AgeCommit message (Expand)Author
2023-11-08Avoid initialization-order-fiasco in DBG_UTIL codeStephan Bergmann
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-09-29ITEM: Correct handling of Items in swArmin Le Grand (allotropia)
2023-09-11ITEM: Diverse further changes/cleanups/preparationArmin Le Grand (allotropia)
2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)
2023-08-03move SwVirtPageNumInfo to SfxHintBjoern Michaelsen
2023-07-19Cleanup SfxApplication::Get/SetOptions, and drop unused SIDsMike Kaganski
2023-06-01sw doc model xml dump: show address of SfxBoolItemsMiklos Vajna
2023-02-25refactor DocPosUpdate, part 2Bjoern Michaelsen
2023-02-15clean up SwRefMarkFieldUpdate a bitBjoern Michaelsen
2022-09-25unwrap SwDelChr to plain SfxHintBjoern Michaelsen
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen
2022-09-24unwrap SwDelText to a plain SfxHintBjoern Michaelsen
2022-06-16tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt
2022-02-02convert OfaRefItem to a normal classNoel Grandin
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-01-03tighten up asserting in SfxPoolItem::operator==Noel Grandin
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen
2020-10-19use tools::Long in svlNoel
2020-09-23Convert attribute value to UTF-8 when passing it to libxml2Stephan Bergmann
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-10-05simplify SfxAllEnumItemNoel Grandin
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin
2017-10-28clang-tidy modernize-use-equals-default in svlJochen Nitschke
2017-09-29inline SfxPoolItem copy constructorJochen Nitschke
2017-09-08svl: assert calls of SfxPoolItem::Create/StoreMichael Stahl
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-06-06Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke
2017-01-09Wow! The ultimate Easter EggStephan Bergmann
2017-01-09New loplugin:externvar: svlStephan Bergmann
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-10-28svl: more SfxPoolItem assertsMichael Stahl
2016-10-28svl: SfxPoolItem reference counting assertionsMichael Stahl
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin
2016-09-06remove outdated comment, getter not neededJochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-04-05loplugin:nullptrStephan Bergmann