summaryrefslogtreecommitdiff
path: root/svl/qa
AgeCommit message (Expand)Author
2021-12-15tdf#145381 handle closing brackets in URLs correctlyArmin Le Grand (Allotropia)
2021-10-25Fix stack-use-after-scopeStephan Bergmann
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-30tdf#144697: svl_qa_cppunit: Add unittestXisco Fauli
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-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-09tdf#143664: svl_qa_cppunit: Add unittestXisco Fauli
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann
2021-07-05tdf#143165: svl_qa_cppunit: Add unittestXisco Fauli
2021-07-03Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DDEike Rathke
2021-06-09Add an SvAddressParser unit testStephan Bergmann
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-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-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-11tdf#127363: svl_qa_cppunit: Add unittestXisco Fauli
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-06-12fix ASAN in SharedStringPoolNoel Grandin
2020-06-11Drop configurability of libnumbertext useTor Lillqvist
2020-06-05Upcoming loplugin:elidestringvar: svlStephan Bergmann
2020-06-03fix ubsan in SharedStringPoolNoel Grandin
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-26Fix typoAndrea Gelmini
2020-05-25Remapping NatNum-DBNum in Korean for compatibility tdf#130193DaeHyun Sung
2020-05-25tdf#130193: Asian Excel-Calc number format interopNaruhiko Ogasawara
2020-05-09fix leak in svl unit testNoel Grandin
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke
2020-02-07tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode* (aka char16_t*)Stephan Bergmann