# UNO Bridges Bridges from various C++ ABIs, Java JNI, MS .NET to UNO and back. A bridge for .NET is in `cli_ure`. Also implementation of the UNO Remote Protocol. vl/source/items/poolitem.cxx?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/svl/source/items/poolitem.cxx
AgeCommit message (Expand)Author
2024-08-15SfxScriptOrganizerItem should not subclass SfxStringItemNoel Grandin
2024-08-15merge CntUnencodedStringItem into SfxStringItemNoel Grandin
2024-07-29tdf#161875 buffer NameOrIndex Items for fast SurrogatesArmin Le Grand (Collabora)
2024-07-22Improve the perf for pool item scanning..Noel Grandin
2024-07-09Revert "fix and simplify the ItemInstanceManager mechanism"Noel Grandin
2024-07-03fix and simplify the ItemInstanceManager mechanismNoel Grandin
2024-07-01move global item pool to own source fileNoel Grandin
2024-06-26speed up DefaultItemInstanceManagerNoel Grandin
2024-06-18Add SfxItemType to SfxPoolItemOliver Specht
2024-06-05Related: tdf#153008 bump XFillBmpPosOffsetXItem to sal_Int32Caolán McNamara
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin 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-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)
2023-11-21Cleanup some ScPatternAttr specific stuffArmin Le Grand (allotropia)
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