summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2024-04-18tdf#160706 speed up loading conditional formatting rule in XLS (II)Noel Grandin
2024-04-14Related: tdf#160056 1 entry is more common than no entriesCaolán McNamara
2024-04-12fold OnDemandNativeNumberWrapper ctor and init togetherCaolán McNamara
2024-04-12crashtesting: assert seen on importing forum-mso-en4-62805.xlsxCaolán McNamara
2024-04-04loplugin:unusedmethodsNoel Grandin
2024-04-04fix 'tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::Notify'Noel Grandin
2024-04-04Use osl::ResettableMutexGuardScopedReleaser instead of ad-hoc guardsMike Kaganski
2024-04-02crashtesting: SvNFEngine::DefaultCurrencyRO assertCaolán McNamara
2024-03-31crashtesting: crash seen with multiple threads calling GetTheCurrencyTableCaolán McNamara
2024-03-31tdf#146619 Drop unused 'using namespace' in: svl/Gabor Kelemen
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour
2024-03-29speed up ScPatternAttrNoel Grandin
2024-03-29pre-thread -> per-threadCaolán McNamara
2024-03-29crashtesting: fix SvNFEngine::CacheFormatRO assertCaolán McNamara
2024-03-27drop const_cast and be more honest that internal state changesCaolán McNamara
2024-03-27don't need to const cast here anymoreCaolán McNamara
2024-03-25drop unused methodCaolán McNamara
2024-03-24fix CppunitTest_sc_subsequent_filters_test4 intermittent failureCaolán McNamara
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-03-22Related: tdf#160056 refactor SvNumberFormatterCaolán McNamara
2024-03-22improve loplugin:staticmethodsNoel Grandin
2024-03-22Related: tdf#160056 these methods can be constCaolán McNamara
2024-03-22tdf#160306: make sure that SvNumberFormatter agrees with ROUND outputMike Kaganski
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)
2024-03-21Related: tdf#160056 this can be be a local functionCaolán McNamara
2024-03-21Related: tdf#160056 this can be staticCaolán McNamara
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann
2024-03-19ITEM: Move TotalCount to WhichRangesContainerArmin Le Grand (allotropia)
2024-03-15Related: tdf#160056 IniLnge is immutableCaolán McNamara
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-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-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 time spent in IndexedStyleSheets::ReindexNoel 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-01scope of MutexGuard can be reducedCaolán McNamara
2024-02-29use member init listCaolán McNamara
2024-02-29if we rearrange, we don't need to create maLanguageTag twiceCaolán McNamara
2024-02-29SvNumberFormatter::ImpConstruct is only used once by the single ctorCaolán McNamara