Age | Commit message (Expand) | Author | Files | Lines |
2017-04-13 | VBA tests - INSTRREV, INT test case | Zdeněk Crhonek | 3 | -0/+168 |
2017-04-12 | no need to use OUStringToOString in SAL_INFO | Noel Grandin | 1 | -4/+4 |
2017-04-10 | Clean up uses of SAL_U/SAL_W: basic | Stephan Bergmann | 3 | -10/+16 |
2017-04-09 | VBA tests - HEX, HOUR, IIF, INSTR test cases | Zdeněk Crhonek | 5 | -0/+323 |
2017-04-09 | VBA tests - FORMATNUMBER function | Zdeněk Crhonek | 2 | -0/+65 |
2017-04-07 | loplugin:redundantcast find cstyle arithmetic casts | Noel Grandin | 1 | -2/+2 |
2017-04-06 | loplugin:singlevalfields | Noel Grandin | 1 | -3/+4 |
2017-04-06 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-04-06 | loplugin:redundantcast find cstyle double casts | Noel Grandin | 4 | -6/+6 |
2017-04-05 | loplugin:constantparam part2 | Noel Grandin | 2 | -13/+4 |
2017-04-04 | Finally switch MSVC to sal_Unicode = char16_t, too | Stephan Bergmann | 3 | -7/+7 |
2017-04-04 | loplugin:redundantcast (clang-cl) | Stephan Bergmann | 1 | -2/+2 |
2017-04-02 | add VBA tests- FIX,EXP,ERROR,DAY functions | Zdeněk Crhonek | 5 | -0/+260 |
2017-03-31 | tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected" | Katarina Behrens | 1 | -5/+0 |
2017-03-30 | remove type decorations on char literals | Jochen Nitschke | 7 | -24/+24 |
2017-03-30 | loplugin:unusedenumconstants | Noel Grandin | 1 | -1/+0 |
2017-03-29 | VBA tests - add DATEDIFF and DATEPART test case | Zdeněk Crhonek | 3 | -0/+237 |
2017-03-28 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-03-28 | tdf#39468 Translate German comments | Jens Carl | 3 | -4/+4 |
2017-03-26 | Fix typos | Andrea Gelmini | 4 | -4/+4 |
2017-03-23 | Remove unused #include <ctype.h> | Stephan Bergmann | 5 | -5/+0 |
2017-03-23 | loplugins:redundantcast teach it about c-style typedef casts | Noel Grandin | 6 | -15/+15 |
2017-03-22 | Prevent calls to rtl/character.hxx functions with (signed) char arguments | Stephan Bergmann | 1 | -1/+1 |
2017-03-22 | loplugin:redundantcast find redundant c-style enum casts | Noel Grandin | 1 | -1/+1 |
2017-03-20 | Fix CurDir on Windows | Stephan Bergmann | 1 | -14/+9 |
2017-03-19 | Fix typos + some German translations | Andrea Gelmini | 1 | -1/+1 |
2017-03-18 | VBA tests - add CVDATE,CVERR,DATEADD test case | Zdeněk Crhonek | 4 | -0/+270 |
2017-03-17 | VBA tests - add CSNG, CSTR test case | Zdeněk Crhonek | 3 | -0/+142 |
2017-03-17 | remove unused defines from HRC files in various | Noel Grandin | 2 | -5/+0 |
2017-03-11 | add VBA test CINT,CLNG functions tests | Zdeněk Crhonek | 3 | -0/+204 |
2017-03-11 | replace macros and use scoped enum | Jochen Nitschke | 1 | -43/+38 |
2017-03-10 | add VBA COS function test case | Zdeněk Crhonek | 2 | -0/+74 |
2017-03-06 | VBA test CHOOSE function | Zdeněk Crhonek | 2 | -0/+82 |
2017-03-04 | VBA test CDATE, CDBL function | Zdeněk Crhonek | 3 | -0/+147 |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann | 3 | -8/+8 |
2017-03-03 | Fix typos | Andrea Gelmini | 4 | -4/+4 |
2017-03-01 | typesafe wrappers for css::i18nutil::TransliterationModules | Noel Grandin | 3 | -15/+16 |
2017-03-01 | add VBA functions tests - ABS,ARRAY, ASC, ATN, CBOOL | Zdeněk Crhonek | 6 | -0/+438 |
2017-02-28 | new loplugin unoany | Noel Grandin | 1 | -2/+2 |
2017-02-28 | VBA: unit test for PtrSafe and compiler directives | Justin Luth | 1 | -0/+17 |
2017-02-28 | VBA: allow and ignore compiler directives | Justin Luth | 1 | -2/+9 |
2017-02-27 | add VBA CHR() test case | Zdeněk Crhonek | 2 | -0/+72 |
2017-02-27 | VBA: accept the PtrSafe keyword | Justin Luth | 3 | -1/+5 |
2017-02-21 | Fix typos/translations, following 04644956e53d | Andrea Gelmini | 3 | -4/+4 |
2017-02-21 | loplugin:subtlezeroinit: basic | Stephan Bergmann | 1 | -2/+2 |
2017-02-17 | fix windows build | Noel Grandin | 1 | -1/+1 |
2017-02-17 | convert SbxDecimal::CmpResult to scoped enum | Noel Grandin | 3 | -8/+9 |
2017-02-17 | convert INVOKETYPE to scoped enum | Noel Grandin | 1 | -12/+6 |
2017-02-17 | convert SbxNameType to scoped enum | Noel Grandin | 2 | -29/+13 |
2017-02-15 | Drop :: prefix from std in [a-b]*/ | Tor Lillqvist | 7 | -11/+11 |