summaryrefslogtreecommitdiff
path: root/svl/source
AgeCommit message (Expand)Author
2021-07-31osl::Mutex->std::mutex in ItemHolder2Noel 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-23expand out contractions in PasswordContainerNoel Grandin
2021-07-23no need to allocate the StorageItem separatelyNoel Grandin
2021-07-23osl::Mutex->std::mutex in SvtLanguageOptionsNoel Grandin
2021-07-21remove obsolete commentsNoel Grandin
2021-07-20flatten the vector in NfCurrencyTableNoel Grandin
2021-07-20Simplify SfxItemSet ctors and TotalCount using delegationMike Kaganski
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin
2021-07-17osl::Mutex->std::mutex in SharedStringPoolNoel Grandin
2021-07-16-Werror=class-memaccessNoel 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-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke
2021-07-05Removed duplicated includesAndrea Gelmini
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin
2021-07-05Resolves: tdf#143165 Date input must match separator, D,M,Y not part ofEike Rathke
2021-07-04move SfxSetItem to own header fileNoel Grandin
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-25tdf#143032: Check if the literal is emptyMike Kaganski
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski
2021-06-13Avoid [-Werror=redundant-move] in GCC 9.3.0Mike Kaganski
2021-06-12Current baseline Clang 5.0.2 is able to upcast std::unique_ptrMike Kaganski
2021-06-11Simplify even more initializations in svl/passwordcontainer.cxxJulien Nabet
2021-06-10small optimisation in SvtListener::EndListeningNoel Grandin
2021-06-10loplugin:unnecessaryreturn SvtListener::EndListeningNoel Grandin
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse
2021-05-29no need to allocate these on the heapNoel Grandin
2021-05-28Select svl crypto backend in configure.acJan-Marek Glogowski
2021-05-24Fix documentation of SfxItemPool ctrJulien Nabet
2021-05-23Resolves: tdf#137063 For General format start exponential display at 1E-10Eike Rathke
2021-05-17fix some leaks in SigningNoel Grandin
2021-05-17Resolves: tdf#128314 Use GenitiveMonths name also if comma is followingEike Rathke
2021-05-17dont leak NSS Arena in svl::crypto::Signing::SignNoel Grandin
2021-05-15Related: tdf#128314 tdf#137349 Support NatNum12 for all day and month namesEike Rathke
2021-05-10speed up SfxExtItemPropertySetInfoNoel Grandin
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke