summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2022-05-06svl: fix crash if user cancels/closes master password dialoglibreoffice-7-2Michael Stahl
2022-04-13Resolves: tdf#148052 accept a ". Month " name for matching DMY formatEike Rathke
2022-04-02add Initialization Vectors to password storageCaolán McNamara
2022-03-25make hash encoding match decodingCaolán McNamara
2021-11-19tdf#140086 svl: restore PasswordContainer to single-instanceMichael Stahl
2021-11-08Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULTEike Rathke
2021-09-13Resolves: tdf#116184 Check that there is no trailing number behind a matchEike Rathke
2021-09-02Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown()Eike Rathke
2021-08-09Year without leading 0 if era code is also usedEike Rathke
2021-08-04Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for MarchEike Rathke
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-05Resolves: tdf#143165 Date input must match separator, D,M,Y not part ofEike Rathke
2021-07-05Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DDEike Rathke
2021-06-18Avoid [-Werror=redundant-move] in GCC 9.3.0Mike Kaganski
2021-06-14Assert on valid order of which ids in ranges on SfxItemSet creationMike 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-09Add an SvAddressParser unit testStephan 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-27tdf#34724, tdf#91420: svl_qa_cppunit: Add unittestXisco Fauli
2021-05-26tdf#100122: svl_qa_cppunit: Add unittestXisco Fauli
2021-05-26tdf#52510: svl_qa_cppunit: Add unittestXisco Fauli
2021-05-24tdf#100834: svl_qa_cppunit: Add unittestXisco Fauli
2021-05-24tdf#100755: svl_qa_cppunit: Add unittestXisco Fauli
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-21tdf#129878: svl_qa_cppunit: Add unittestXisco Fauli
2021-05-21tdf#122991: svl_qa_cppunit: Add unittestXisco Fauli
2021-05-21tdf#123748: svl_qa_cppunit: Add unittestXisco Fauli
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 Add unit test for NatNum12 lower namesEike Rathke
2021-05-15Related: tdf#128314 tdf#137349 Add unit test for NatNum12 upper namesEike Rathke
2021-05-15Related: tdf#128314 tdf#137349 Support NatNum12 for all day and month namesEike Rathke
2021-05-11tdf#127363: svl_qa_cppunit: Add unittestXisco Fauli
2021-05-10speed up SfxExtItemPropertySetInfoNoel Grandin
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-07add utility method to get last pool in chainNoel Grandin
2021-05-06replace SVL_CRYPTO_MSCRYPTO with _WIN32Noel Grandin
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin