summaryrefslogtreecommitdiff
path: root/include/svl/itemset.hxx
AgeCommit message (Expand)Author
2024-06-20tdf#144208 speedup doc with lots of redline(13)Noel Grandin
2024-06-17cid#1603617 Big parameter passed by valueCaolán McNamara
2024-06-11ITEM: Change SfxItemSet to use unordered_setArmin Le Grand (allotropia)
2024-04-23ITEM: Add measurements for SfxItemSet usages (debug only)Armin Le Grand (allotropia)
2024-04-19loplugin:constantparamNoel Grandin
2024-03-29speed up ScPatternAttrNoel Grandin
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)
2024-03-19ITEM: Move TotalCount to WhichRangesContainerArmin Le Grand (allotropia)
2024-01-23tdf#158605 Add global SfxPoolItem re-useArmin Le Grand (allotropia)
2024-01-23ITEM: Solve SfxVoidItem(0) situationArmin Le Grand (allotropia)
2024-01-22cid#1557299 suppress Missing move assignment operatorCaolán McNamara
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)
2023-12-28Added boolean op's to SfxPoolItemHolderArmin Le Grand (allotropia)
2023-12-22svl: fix build with --enable-debugXisco Fauli
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)
2023-12-18add copy constructor for SfxItemSetFixedNoel Grandin
2023-12-01move the SfxItemPoolCache to sc/Noel Grandin
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)
2023-11-21Cleanup some ScPatternAttr specific stuffArmin Le Grand (allotropia)
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-10-02tdf#146619 Recheck include/s* with IWYUGabor Kelemen
2023-09-11ITEM: Diverse further changes/cleanups/preparationArmin Le Grand (allotropia)
2023-09-08ITEM: preparations for more/easier changes IIArmin Le Grand (allotropia)
2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)
2023-08-10ITEM: improve SfxItemSet notification callbackArmin Le Grand (allotropia)
2023-08-07ITEM: speedup WhichRanges access by bufferingArmin Le Grand (allotropia)
2022-08-18use more pass-by-value in SfxItemSetNoel Grandin
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin
2022-05-28split SfxItem::ClearItem into two methodsNoel Grandin
2022-05-28ofz#24932-1 speed up GetItemState when iteratingNoel Grandin
2022-02-28checked signedness of Sfx*IntItem types (part2)Noel Grandin
2022-02-18improve the SfxItemSet::CloneAsValue checkNoel Grandin
2021-10-12Revert "Use placement new to avoid one of the allocation calls..."Stephan Bergmann
2021-10-03Use placement new to avoid one of the allocation calls...Noel Grandin
2021-09-25use SfxItemSetFixed in svxNoel Grandin
2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin
2021-07-29loplugin:unnecessarymethodsNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin
2021-07-16Drop unused ctorMike Kaganski
2021-07-16Move validity check to svl::Items, to avoid invalid WhichRangesContainerMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-06-19loplugin:finalclassesNoel Grandin
2021-06-14Workaround internal compiler error on tb77Mike Kaganski
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski