summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
42 hoursloplugin:ostr in svlNoel Grandin29-429/+428
4 daysreplace createFromAscii with OUString literals in SvxSearchItemNoel Grandin1-30/+22
8 daysdrop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara2-24/+2
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara3-2/+3
2024-04-29lok: save correct number format in multi-lang sessionSzymon Kłos1-1/+3
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann1-9/+10
2024-04-23ITEM: Add measurements for SfxItemSet usages (debug only)Armin Le Grand (allotropia)1-0/+54
2024-04-20loplugin:constantparamNoel Grandin1-4/+3
2024-04-20cid#1596242 Side effect in assertionCaolán McNamara1-8/+8
2024-04-19loplugin:constantparamNoel Grandin1-2/+2
2024-04-18tdf#160706 speed up loading conditional formatting rule in XLS (II)Noel Grandin2-15/+33
2024-04-14Related: tdf#160056 1 entry is more common than no entriesCaolán McNamara1-9/+9
2024-04-12fold OnDemandNativeNumberWrapper ctor and init togetherCaolán McNamara1-2/+2
2024-04-12crashtesting: assert seen on importing forum-mso-en4-62805.xlsxCaolán McNamara4-285/+285
2024-04-04loplugin:unusedmethodsNoel Grandin1-16/+0
2024-04-04fix 'tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::Notify'Noel Grandin1-1/+1
2024-04-04Use osl::ResettableMutexGuardScopedReleaser instead of ad-hoc guardsMike Kaganski1-10/+1
2024-04-02crashtesting: SvNFEngine::DefaultCurrencyRO assertCaolán McNamara1-5/+14
2024-03-31crashtesting: crash seen with multiple threads calling GetTheCurrencyTableCaolán McNamara1-0/+1
2024-03-31tdf#146619 Drop unused 'using namespace' in: svl/Gabor Kelemen3-5/+0
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour1-4/+4
2024-03-29speed up ScPatternAttrNoel Grandin1-0/+29
2024-03-29pre-thread -> per-threadCaolán McNamara1-1/+1
2024-03-29crashtesting: fix SvNFEngine::CacheFormatRO assertCaolán McNamara1-57/+105
2024-03-27drop const_cast and be more honest that internal state changesCaolán McNamara2-7/+6
2024-03-27don't need to const cast here anymoreCaolán McNamara1-5/+3
2024-03-25drop unused methodCaolán McNamara1-1/+0
2024-03-24fix CppunitTest_sc_subsequent_filters_test4 intermittent failureCaolán McNamara2-59/+65
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara1-1/+1
2024-03-22Related: tdf#160056 refactor SvNumberFormatterCaolán McNamara6-964/+1507
2024-03-22improve loplugin:staticmethodsNoel Grandin4-14/+23
2024-03-22Related: tdf#160056 these methods can be constCaolán McNamara1-9/+9
2024-03-22tdf#160306: make sure that SvNumberFormatter agrees with ROUND outputMike Kaganski2-0/+22
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)1-19/+7
2024-03-21Related: tdf#160056 this can be be a local functionCaolán McNamara1-1/+5
2024-03-21Related: tdf#160056 this can be staticCaolán McNamara1-1/+2
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann1-4/+4
2024-03-19ITEM: Move TotalCount to WhichRangesContainerArmin Le Grand (allotropia)3-128/+81
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