- f1779e0 Remove redundant assert by Mike Kaganski · 8 years ago
- 866e17c no need to construct a new object in SfxIntegerListItem::operator== by Noel Grandin · 8 years ago
- 26a016b use more Color in sfx2..svtools by Noel Grandin · 8 years ago
- 9c036b1 Make LibreOffice buildable on Haiku. by Kacper Kasper · 8 years ago
- ce4fc2f Resolves: tdf#115351 convert boolean equivalent format codes to proper Boolean by Eike Rathke · 8 years ago
- e2cb154 convert COL_ constants to be of type Color by Noel Grandin · 8 years ago
- c98d330 replace Color(COL_*) with COL_* by Noel Grandin · 8 years ago
- 0ff6102 Translate German variable names by Johnny_M · 8 years ago
- ba8a703 New loplugin:nestedunnamed by Stephan Bergmann · 8 years ago
- b809df5 Factor out Spanish "mar" tests to use checkSpecificNumberFormats() by Eike Rathke · 8 years ago
- af12236 Prepare to add specific number format index to test against by Eike Rathke · 8 years ago
- 2678352 svl: fix loplugin:staticanonymous warning by Miklos Vajna · 8 years ago
- ad3834b Unit test tdf#114833 do not officiously force Y-M-D if D-M-Y is applicable by Eike Rathke · 8 years ago
- 2448e6c Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicable by Eike Rathke · 8 years ago
- 7faa218 ofz#6311 still problems with SdrEdgeObj listening to same obj at start as end by Caolán McNamara · 8 years ago
- 306cd91 svl: clear temporary copies of passwords in SvlPasswordHelper by Michael Stahl · 8 years ago
- 398275b tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashes by Michael Stahl · 8 years ago
- ec4de8f Simplify logic in cjkoptions by Julien Nabet · 8 years ago
- 4f9d4b9 ofz: out-of-memory by Caolán McNamara · 8 years ago
- 6a57970 loplugin:flatten in svl by Noel Grandin · 8 years ago
- 9026984 loplugin:emptyif (clang-cl) by Stephan Bergmann · 8 years ago
- 945a119 loplugin:constparams by Noel Grandin · 8 years ago
- ce84922 Assume this wants to SAL_WARN for the sal_uInt16 range, actually by Stephan Bergmann · 8 years ago
- 9af8f19 More loplugin:cstylecast on Windows by Stephan Bergmann · 8 years ago
- 6763c0c ofz#5535 max decimal places for rtl_math_round is 20 by Caolán McNamara · 8 years ago
- 6a6cf93 More loplugin:cstylecast: svl by Stephan Bergmann · 8 years ago
- e5404ae loplugin:useuniqueptr in svl by Noel Grandin · 8 years ago
- dead6b3 More loplugin:cstylecast: svl by Stephan Bergmann · 8 years ago
- ccf986a loplugin:useuniqueptr in svl by Noel Grandin · 8 years ago
- 75c604a loplugin:convertlong in ucb,sot by Noel Grandin · 8 years ago
- ec920ed Revert "GetTrueSlotId is dead" by Noel Grandin · 8 years ago
- 4f11182 GetTrueSlotId is dead by Noel Grandin · 8 years ago
- 21e0d81 loplugin:unusedfields by Noel Grandin · 8 years ago
- 6028b64 loplugin:passstuffbyref even more return improvements by Noel Grandin · 8 years ago
- a8c1c0a loplugin:passstuffbyref improved returns in vcl by Noel Grandin · 8 years ago
- 101a79c lokdialog: Allow switching language of some of the ResMgr's. by Jan Holesovsky · 8 years ago
- 1c7d339 request installation of langpack via packagekit by Caolán McNamara · 8 years ago
- 7831209 new loplugin: convertlong by Noel Grandin · 8 years ago
- e4404de Fix typos by Andrea Gelmini · 8 years ago
- 00bc5a0 wrap scoped enum around css::util::NumberFormat by Noel Grandin · 8 years ago
- 28e1f3c svl: Fix possible memleak at deleting DdeService by Takeshi Abe · 8 years ago
- 2557c07 Move init of keywords around, preset with English, localized case by case by Eike Rathke · 8 years ago
- 0c13d0f Also EnglishKeywords is a NfKeywordTable, not just some vector by Eike Rathke · 8 years ago
- 4fbe04c Naming nitpicks, r... for reference by Eike Rathke · 8 years ago
- 6f4f567 No need to keep these whitelisted functions decorated with SAL_CALL by Stephan Bergmann · 8 years ago
- 5227438 Move GetKeywords() and related from SvNumberformat to SvNumberFormatter by Eike Rathke · 8 years ago
- 29baa05 tools: remove unused #include from solar.h by Michael Stahl · 8 years ago
- ac86369 Blind fix for ambiguous CPPUNIT_ASSERT_EQUAL by Stephan Bergmann · 8 years ago
- e3cc0eb Unit test testUserDefinedNumberFormats() by Eike Rathke · 8 years ago
- 5313788 German super cow colors, conversion doesn't need a locale switch by Eike Rathke · 8 years ago
- dcdaca5 use a mutex per instance for SvNumberFormatter by Noel Grandin · 8 years ago
- 38a3886 Determine possibly localized keywords early and once by Eike Rathke · 8 years ago
- b2cd9dd Resolves: tdf#114185 force KeywordLocalization::LocaleLegacy by Eike Rathke · 8 years ago
- 482182f Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185 by Eike Rathke · 8 years ago
- 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
- bbbf159 SvNumberFormatter::GetType() const by Eike Rathke · 8 years ago
- cecaa59 use std::unique_ptr in SvNumberFormatter by Noel Grandin · 8 years ago
- 6fd6e3c lokit: add .uno:DocumentRepair command by Henry Castro · 9 years ago
- dd0dceb loplugin:salcall handle static methods by Noel Grandin · 8 years ago
- afbd096 Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key" by Eike Rathke · 8 years ago
- 368f806 loplugin:unnecessaryparen (clang-cl) by Stephan Bergmann · 8 years ago
- 2e5508a loplugin:unnecessaryparen check for (f1()).f2 by Noel Grandin · 8 years ago
- b1f829d Make SvNumberFormatter public methods threadsafe by Dennis Francis · 8 years ago
- f2b877f Clarify comment by Tor Lillqvist · 8 years ago
- e0846b7 loplugin:simplifybool can't invert conditions involving float types by Noel Grandin · 8 years ago
- 7a1c21e loplugin:simplifybool for negation of comparison operator by Noel Grandin · 8 years ago
- 257cc7a Introduce ScInterpreterContext by Tor Lillqvist · 9 years ago
- 14f3515 cosmetics: Drop duplicate semicolon by Takeshi Abe · 8 years ago
- eb8bd7f Resolves: tdf#113889 no date particle reordering when exporting to Excel by Eike Rathke · 8 years ago
- 5c1cadf Translate German variable names by Johnny_M · 8 years ago
- 9cb2962 rename AvoidConfig to Fuzzing by Caolán McNamara · 8 years ago
- 0dca402 loplugin:constparam in vcl,svtools by Noel Grandin · 8 years ago
- 455e401 improve constparam loplugin by Noel Grandin · 8 years ago
- de4787b54 passwordcontainer.hxx is only included from svl/source/passwordcontainer by Stephan Bergmann · 8 years ago
- f04c354 QA test of StandardColor by Laurent BP · 8 years ago
- a4bf4aa Make StandardColor and sErrStr static by Laurent BP · 8 years ago
- 4211872 Use std::unique_ptr more by Mike Kaganski · 8 years ago
- 7fed35f loplugin:constantparam in svl,svtools by Noel Grandin · 8 years ago
- 0be2da0 TSCP: store and retrieve signature timestamp by Ashod Nakashian · 8 years ago
- 165d0a1 clang-tidy modernize-use-equals-default in svl by Jochen Nitschke · 9 years ago
- dcf0877 Handle decimalSeparatorAlternative in SvNumberFormatter parsing, tdf#81671 by Eike Rathke · 8 years ago
- b9fd0d1 loplugin:constmethod in svl by Noel Grandin · 8 years ago
- 425e06a Eliminate deprecated SvNumberFormatter::GetDecSep() by Eike Rathke · 8 years ago
- b4c890c loplugin:finalclasses in sfx2..svl by Noel Grandin · 8 years ago
- 65c7343 loplugin:includeform: svl by Stephan Bergmann · 8 years ago
- 9794d19 tdf#33689 Add QA unit test by Laurent BP · 8 years ago
- b4da498 Follow-up of resolution of tdf#33689 for Finnish by Laurent BP · 8 years ago
- 3691e3e tdf#33689 QA Check integrity of sEnglishKeyword by Laurent BP · 8 years ago
- 1f053cd0 tdf#33689 Make sEnglishKeyword static member by Laurent BP · 8 years ago
- 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
- 2460e76 Resolution of tdf#33689 Update comment by Laurent BP · 8 years ago
- 80c0a73 tdf#33689 Accept English syntax keywords in format strings by Laurent BP · 8 years ago
- ebfdb9a Replace lists by vectors in svl by Julien Nabet · 8 years ago
- d728492 Add to nPos once instead of in each iteration by Eike Rathke · 8 years ago
- d1538ef More tests for time and date+time fractions of seconds, tdf#112933 related by Eike Rathke · 8 years ago
- a810fee Unit test for tdf#112933 by Eike Rathke · 8 years ago
- 4f72d2e Resolves: tdf#112933 correct number of one decimal in fraction of seconds by Eike Rathke · 8 years ago
- 98fbe10 svl: Drop unnecessary abstraction of DdeItemImp by Takeshi Abe · 8 years ago
- 7ada987 tdf#100726 improved readability of OUString/Ostring concatenation by Tjipke van der Heide · 8 years ago
- d334726 svl: Drop dead constants by Takeshi Abe · 8 years ago