summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)4-42/+92
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)2-5/+5
2024-02-17tdf#158890 Replace '?' with figure blankLaurent Balland2-11/+15
2024-02-16ITEM: Better test for DynamicDefaultItemsArmin Le Grand (allotropia)1-7/+8
2024-02-13ITEM: corrected error for SfxSetItemArmin Le Grand (allotropia)1-7/+6
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)4-458/+374
2024-02-01check that rtl_random_getBytes() was successfulMichael Stahl1-1/+4
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)5-69/+70
2024-01-27tdf#159381 TimeStamp(RFC3161) create problem by asn1 format error.Noel Grandin1-2/+3
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-2/+2
2024-01-25Fix typoAndrea Gelmini1-1/+1
2024-01-25Fix typoAndrea Gelmini1-1/+1
2024-01-25Fix typoAndrea Gelmini1-1/+1
2024-01-25Fix typoAndrea Gelmini1-1/+1
2024-01-25Fix typoAndrea Gelmini1-1/+1
2024-01-25Fix typoAndrea Gelmini1-1/+1
2024-01-25ITEM: Slight re-design of global Item-ReusageArmin Le Grand (allotropia)2-39/+115
2024-01-24ITEM: Add some default global sharingArmin Le Grand (allotropia)1-24/+127
2024-01-24add #include unordered_mapCaolán McNamara1-0/+1
2024-01-23tdf#158605 Add global SfxPoolItem re-useArmin Le Grand (allotropia)3-10/+190
2024-01-23ITEM: Solve SfxVoidItem(0) situationArmin Le Grand (allotropia)3-77/+43
2024-01-21ITEM: Remove Direct(Put|Remove)Item(In|From)PoolArmin Le Grand (allotropia)1-41/+0
2024-01-21ITEM: solve ScCondFormatDlgItem situationArmin Le Grand (allotropia)1-1/+2
2024-01-20Fix typoAndrea Gelmini1-1/+1
2024-01-19ITEM: Needed reworks on ItemSurrogate mechanismArmin Le Grand (allotropia)2-42/+126
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)1-52/+105
2024-01-15Fix typoAndrea Gelmini1-1/+1
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)5-60/+30
2024-01-13cid#1585309 Dereference before null checkCaolán McNamara1-1/+1
2024-01-12Resolves: tdf#159148 Accept int32 hours:minutes:seconds inputEike Rathke1-6/+15
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)7-790/+437
2024-01-10tdf#114441 Convert sal_uLong to sal_Int32Kira Tubo2-3/+3
2024-01-04tdf#114441 sal_uLong to better integer typebuldi1-2/+2
2023-12-31Replace "size() != 0 with !empty()" (svl)Julien Nabet1-1/+1
2023-12-30simplify OutlineToImpressFinalizer, no need to use SvLockBytesNoel Grandin1-37/+4
2023-12-30move IsFuzzing to comphelperCaolán McNamara2-2/+2
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)3-53/+11
2023-12-26cid#1559882 Uninitialized scalar fieldCaolán McNamara1-2/+2
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-23cid#1559884 Uninitialized scalar variableCaolán McNamara1-1/+1
2023-12-22cid#1546500 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+4
2023-12-21Fix typoAndrea Gelmini1-1/+1
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)2-7/+40
2023-12-20tdf#158375: disable DDE when DisableActiveContent is setSarper Akdemir2-12/+22
2023-12-18add copy constructor for SfxItemSetFixedNoel Grandin2-0/+49
2023-12-10add explainer for the reasoning of fMaxPassStrengthEntropyBitsSarper Akdemir1-3/+6
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+2
2023-12-01move the SfxItemPoolCache to sc/Noel Grandin2-112/+0
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)2-5/+67
2023-11-23c++20: use std::erase(_if) instead of std::remove(_if)+erase (svl 2)Julien Nabet1-3/+2