summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)Author
2024-03-19ITEM: Move TotalCount to WhichRangesContainerArmin Le Grand (allotropia)
2024-03-17loplugin:unusedmethodsNoel Grandin
2024-03-14cool#8443 let Insert Chart dialog to undo out of order on CancelMike Kaganski
2024-03-14Related: tdf#160056 pass 'StarFormat' flag in instead of changing stateCaolán McNamara
2024-03-13tdf#152878 switch off replacment image in picture frameOliver Specht
2024-03-13These methods can be const tooCaolán McNamara
2024-03-13SvNumberFormatter::GetUserDefColor can be constCaolán McNamara
2024-03-13SvNumberformat::ImpGetLogicalOutput can be constCaolán McNamara
2024-03-13SvNumberformat::ImpGetFractionOfSecondString can be constCaolán McNamara
2024-03-13ImpIsEntry can be constCaolán McNamara
2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin
2024-03-11tdf#114441 use sal_uInt32 instead of sal_uLongKeldin Maldonado (KNM)
2024-03-08tdf#158773 reduce size of IndexedStyleSheetsNoel Grandin
2024-03-08tdf#158773 reduce cost of stylesheet lookupNoel Grandin
2024-03-08tdf#158773 GetNumberOfStyleSheets can be an inline methodNoel Grandin
2024-03-08tdf#158773 flatten data of IndexedStyleSheetsNoel Grandin
2024-03-08use more string_viewNoel Grandin
2024-03-07tdf#158773 reduce dynamic_cast'ing in TextProperties::NotifyNoel Grandin
2024-03-07ResetDefaultSystemCurrency can be privateCaolán McNamara
2024-03-07IsSpecialStandardFormat can be private, only used internallyCaolán McNamara
2024-03-07tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::NotifyNoel Grandin
2024-02-29IniLnge is set during ctor and never changes subsequentlyCaolán McNamara
2024-02-29if we rearrange, we don't need to create maLanguageTag twiceCaolán McNamara
2024-02-29there is only the one ctor, so drop misleading "preferred" commentCaolán McNamara
2024-02-29SvNumberFormatter::ImpConstruct is only used once by the single ctorCaolán McNamara
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)
2024-02-12use more UNLESS_MERGELIBSNoel Grandin
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2024-01-29tdf#143148 use pragma once instead of include guardsKeldin Maldonado (KNM)
2024-01-29Fix typoAndrea Gelmini
2024-01-29Fix typoAndrea Gelmini
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2024-01-25Fix typoAndrea Gelmini
2024-01-25ITEM: Slight re-design of global Item-ReusageArmin Le Grand (allotropia)
2024-01-24ITEM: Add some default global sharingArmin Le Grand (allotropia)
2024-01-24Fix typosAndrea Gelmini
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-21ITEM: Remove Direct(Put|Remove)Item(In|From)PoolArmin Le Grand (allotropia)
2024-01-19ITEM: Needed reworks on ItemSurrogate mechanismArmin Le Grand (allotropia)
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)
2024-01-16Fix typoAndrea Gelmini
2024-01-16Fix typoAndrea Gelmini
2024-01-16Fix typoAndrea Gelmini
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)
2024-01-05Update comment to match function parametersHossein
2024-01-04tdf#114441 sal_uLong to better integer typebuldi