summaryrefslogtreecommitdiff
path: root/svl/qa
AgeCommit message (Expand)AuthorFilesLines
2022-11-21qa: remove duplicated operatorsXisco Fauli1-6/+0
2022-09-23make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák1-19/+48
2022-07-13tdf#149950: svl_qa_cppunit: Add unittestXisco Fauli1-1/+2
2022-05-27sw: language fallback in MSWordExportBase::GetNumberFormat()Michael Stahl1-1/+14
2022-05-03Just use Any ctor instead of makeAny in svlStephan Bergmann1-1/+1
2022-02-03no point in mapping SID to itselfNoel Grandin2-5/+5
2021-12-15tdf#145381 handle closing brackets in URLs correctlyArmin Le Grand (Allotropia)1-0/+1
2021-10-25Fix stack-use-after-scopeStephan Bergmann1-4/+2
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-09-30tdf#144697: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke1-1/+2
2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke1-1/+2
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin1-3/+3
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-09tdf#143664: svl_qa_cppunit: Add unittestXisco Fauli1-0/+14
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-6/+6
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-12/+4
2021-07-05tdf#143165: svl_qa_cppunit: Add unittestXisco Fauli1-0/+1
2021-07-03Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DDEike Rathke1-1/+1
2021-06-09Add an SvAddressParser unit testStephan Bergmann1-0/+77
2021-05-27tdf#34724, tdf#91420: svl_qa_cppunit: Add unittestXisco Fauli1-2/+4
2021-05-26tdf#100122: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-26tdf#52510: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-24tdf#100834: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-24tdf#100755: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-21tdf#129878: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-21tdf#122991: svl_qa_cppunit: Add unittestXisco Fauli1-0/+8
2021-05-21tdf#123748: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-15Related: tdf#128314 Add unit test for NatNum12 lower namesEike Rathke1-0/+9
2021-05-15Related: tdf#128314 tdf#137349 Add unit test for NatNum12 upper namesEike Rathke1-0/+9
2021-05-11tdf#127363: svl_qa_cppunit: Add unittestXisco Fauli1-0/+1
2021-05-08ref-count SfxItemPoolNoel Grandin2-5/+3
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-3/+3
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-1/+2
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann1-4/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-34/+36
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer2-50/+43
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin1-12/+12
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-5/+4
2020-06-12fix ASAN in SharedStringPoolNoel Grandin1-5/+20
2020-06-11Drop configurability of libnumbertext useTor Lillqvist1-3/+0
2020-06-05Upcoming loplugin:elidestringvar: svlStephan Bergmann3-20/+11
2020-06-03fix ubsan in SharedStringPoolNoel Grandin1-2/+2
2020-06-02optimize SharedStringPool::purge() and fix testsNoel Grandin1-9/+6
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann1-3/+3
2020-05-26Fix typoAndrea Gelmini1-1/+1
2020-05-25Remapping NatNum-DBNum in Korean for compatibility tdf#130193DaeHyun Sung1-17/+17
2020-05-25tdf#130193: Asian Excel-Calc number format interopNaruhiko Ogasawara1-0/+91
2020-05-09fix leak in svl unit testNoel Grandin1-0/+2
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin1-4/+4