summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)Author
2022-02-08tdf#145868 sd replace: if search changes, restart find/replaceJustin Luth
2022-01-31fix loading file with very large number of stylesNoel Grandin
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák
2021-11-23make a bunch of svl::SharedString functions inlineLuboš Luňák
2021-11-20tdf#133835 speedup calc autofilter (1)Noel Grandin
2021-11-19loplugin:stringliteraldefine in svlNoel Grandin
2021-11-16svl: fix misleading commentMichael Stahl
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna
2021-10-26Silence -Werror,-Wdeprecated-copyStephan Bergmann
2021-10-26tdf#131025 swtable: don't apply number format to non-number textJustin Luth
2021-10-25Fix toolbar button's currency list's number format for default localeEike Rathke
2021-10-12Revert "Use placement new to avoid one of the allocation calls..."Stephan Bergmann
2021-10-10loplugin:moveparam in svlNoel Grandin
2021-10-08loplugin:moveparam in svlNoel Grandin
2021-10-03Use placement new to avoid one of the allocation calls...Noel Grandin
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-25use SfxItemSetFixed in svxNoel Grandin
2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke
2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke
2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin
2021-09-17create OnDemandCharClass cacheNoel Grandin
2021-09-17no need to allocate the cached items separately in the intl wrappersNoel Grandin
2021-09-17clang-format ondemand.hxxNoel Grandin
2021-09-17no need to allocate CharClass separately in SvNumberFormatterNoel Grandin
2021-09-01Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown()Eike Rathke
2021-08-14formatter maps can use unordered_mapNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-29loplugin:unnecessarymethodsNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-07-26use officecfg for SvtSystemLanguageOptionsNoel Grandin
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-07-20flatten the vector in NfCurrencyTableNoel Grandin
2021-07-19Fix updating WhichRangesContainer using MergeRangeMike Kaganski
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin
2021-07-16Drop unused ctorMike Kaganski
2021-07-16Move validity check to svl::Items, to avoid invalid WhichRangesContainerMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-07-08Resolves: tdf#122191 BOOLEAN is a keyword, treat it as suchEike Rathke
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin
2021-07-04move SfxSetItem to own header fileNoel Grandin
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin
2021-06-19loplugin:finalclassesNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin