summaryrefslogtreecommitdiff
path: root/svl/qa
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
2018-06-27tdf#115007 add NatNum12 formatting to datesLászló Németh1-0/+9
2018-06-21NatNum12: fix and add capitalization prefixes, tdf#115007 follow-upLászló Németh1-0/+9
2018-06-11tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski1-2/+2
2018-06-11Add unit test for NatNum12 decimals spell-outEike Rathke1-0/+3
2018-05-18Remove some cruftStephan Bergmann1-4/+0
2018-05-18Reuse existing config_host/config_libnumbertext.h.inStephan Bergmann1-0/+1
2018-05-15tdf#115007: add NatNum codes for cardinal/ordinal number names/indicatorsMike Kaganski1-0/+12
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-1/+1
2018-04-16loplugin:useuniqueptr in SfxItemPool_ImplNoel Grandin1-1/+1
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-10/+16
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-2/+0
2018-02-16Factor out Spanish "mar" tests to use checkSpecificNumberFormats()Eike Rathke1-35/+22
2018-02-16Prepare to add specific number format index to test againstEike Rathke1-22/+25
2018-02-16svl: fix loplugin:staticanonymous warningMiklos Vajna1-1/+1
2018-02-16Unit test tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke1-0/+111
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara1-4/+4
2018-01-12More loplugin:cstylecast: svlStephan Bergmann2-9/+9
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-4/+4
2017-12-14Also EnglishKeywords is a NfKeywordTable, not just some vectorEike Rathke1-2/+2
2017-12-14Naming nitpicks, r... for referenceEike Rathke1-67/+67
2017-12-14Move GetKeywords() and related from SvNumberformat to SvNumberFormatterEike Rathke1-9/+6
2017-12-13Blind fix for ambiguous CPPUNIT_ASSERT_EQUALStephan Bergmann1-1/+1
2017-12-13Unit test testUserDefinedNumberFormats()Eike Rathke1-0/+37
2017-11-01QA test of StandardColorLaurent BP1-0/+24
2017-10-23loplugin:includeform: svlStephan Bergmann2-9/+9
2017-10-23tdf#33689 Add QA unit testLaurent BP1-0/+50
2017-10-23tdf#33689 QA Check integrity of sEnglishKeywordLaurent BP1-0/+68
2017-10-17More tests for time and date+time fractions of seconds, tdf#112933 relatedEike Rathke1-0/+19
2017-10-16Unit test for tdf#112933Eike Rathke1-0/+5
2017-10-02Add unit tests for ISO 8601 date+time inputEike Rathke1-1/+10
2017-08-30Unit tests for tdf#91758Eike Rathke1-2/+6
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-3/+3
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann1-23/+19
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: svlStephan Bergmann2-4/+2
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin2-17/+10
2017-04-28loplugin:salunicodeliteral: svlStephan Bergmann1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-10tdf#106190 Tests of fraction formatsLaurent Balland-Poirier1-1/+39
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: svlStephan Bergmann1-2/+2
2017-03-29convert SearchBehavior to scoped enumNoel Grandin1-1/+1
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-15unit test for engineering notation, tdf#105968Eike Rathke1-0/+35
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-21/+9
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin1-51/+4
2017-01-21coverity#1399032 Dereference null return valueCaolán McNamara1-1/+3
2017-01-17used std::map in SfxItemSetNoel Grandin1-4/+50