Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-02-15 | Some simplifications, using UNO_QUERY_THROW | Stephan Bergmann | 2 | -40/+6 |
2017-02-15 | Support MSVC 15.0 | David Ostrovsky | 1 | -1/+1 |
2017-02-13 | tdf#42982 Make UNO error reporting more descriptive | Saurav Sachidanand | 3 | -27/+23 |
2017-02-11 | Misplaced #endif | Stephan Bergmann | 1 | -2/+2 |
2017-02-10 | Remove MinGW support | Stephan Bergmann | 3 | -58/+4 |
2017-02-09 | loplugin:staticmethods | Tor Lillqvist | 1 | -4/+4 |
2017-02-09 | split getApplicationBasicManager into get and getOrCreate | Caolán McNamara | 1 | -16/+14 |
2017-02-09 | Reapply "create ErrorHandlerFlags scoped enum for error handling flags"" | Noel Grandin | 2 | -10/+10 |
2017-02-08 | replace localresource of strings and keys with StringArray | Caolán McNamara | 2 | -536/+140 |
2017-02-08 | basic: another SOLARIS check here converted to __sun | Michael Stahl | 1 | -1/+1 |
2017-02-07 | Revert "remove ugly operator* in DynamicErrorInfo" | Michael Stahl | 2 | -13/+13 |
2017-02-07 | Revert "create ErrorHandlerFlags scoped enum for error handling flags" | Michael Stahl | 2 | -10/+10 |
2017-02-07 | create ErrorHandlerFlags scoped enum for error handling flags | Noel Grandin | 2 | -10/+10 |
2017-02-07 | Our GetSystemTicks can now again return negative 32-bit values on Windows | Tor Lillqvist | 1 | -15/+0 |
2017-02-07 | remove ugly operator* in DynamicErrorInfo | Noel Grandin | 2 | -13/+13 |
2017-02-07 | Revert "[API CHANGE] return sal_uInt64 from GetSystemTicks in basic" | Noel Grandin | 2 | -2/+2 |
2017-02-06 | Add missing #includes | Stephan Bergmann | 3 | -0/+4 |
2017-02-05 | Related tdf#105473: Crash in: ScRangeList::operator[] | Julien Nabet | 1 | -1/+1 |
2017-02-03 | makeAny->Any in basctl..chart2 | Noel Grandin | 10 | -34/+34 |
2017-02-02 | loplugin:useuniqueptr | Stephan Bergmann | 1 | -2/+1 |
2017-02-02 | convert method names in tools::SvRef to be more like our other.. | Noel Grandin | 16 | -129/+129 |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin | 5 | -14/+14 |