summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Related: tdf#160056 IniLnge is immutableCaolán McNamara1-2/+1
2024-03-14cool#8443 let Insert Chart dialog to undo out of order on CancelMike Kaganski1-4/+36
2024-03-14Related: tdf#160056 pass 'StarFormat' flag in instead of changing stateCaolán McNamara2-45/+34
2024-03-13These methods can be const tooCaolán McNamara1-4/+4
2024-03-13SvNumberFormatter::GetUserDefColor can be constCaolán McNamara1-1/+1
2024-03-13SvNumberformat::ImpGetLogicalOutput can be constCaolán McNamara1-1/+1
2024-03-13SvNumberformat::ImpGetFractionOfSecondString can be constCaolán McNamara1-1/+1
2024-03-13ImpIsEntry can be constCaolán McNamara1-2/+1
2024-03-11tdf#114441 use sal_uInt32 instead of sal_uLongKeldin Maldonado (KNM)1-1/+1
2024-03-08tdf#158773 reduce size of IndexedStyleSheetsNoel Grandin2-6/+2
2024-03-08tdf#158773 reduce cost of stylesheet lookupNoel Grandin3-19/+14
2024-03-08tdf#158773 GetNumberOfStyleSheets can be an inline methodNoel Grandin1-5/+0
2024-03-08tdf#158773 flatten data of IndexedStyleSheetsNoel Grandin1-6/+1
2024-03-08use more string_viewNoel Grandin2-5/+5
2024-03-07tdf#158773 reduce time spent in IndexedStyleSheets::ReindexNoel Grandin1-2/+2
2024-03-07tdf#158773 reduce dynamic_cast'ing in TextProperties::NotifyNoel Grandin2-0/+5
2024-03-07ResetDefaultSystemCurrency can be privateCaolán McNamara1-4/+0
2024-03-07IsSpecialStandardFormat can be private, only used internallyCaolán McNamara1-3/+3
2024-03-01scope of MutexGuard can be reducedCaolán McNamara1-14/+5
2024-02-29use member init listCaolán McNamara1-7/+4
2024-02-29if we rearrange, we don't need to create maLanguageTag twiceCaolán McNamara1-9/+4
2024-02-29SvNumberFormatter::ImpConstruct is only used once by the single ctorCaolán McNamara1-22/+16
2024-02-24tdf#159862: set SearchWildcard to false changes SearchRegularExpression valueJulien Nabet1-1/+1
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