Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-07-08 | Fix typos | Andrea Gelmini | 1 | -3/+3 |
2015-07-03 | Fix typos | Andrea Gelmini | 10 | -11/+11 |
2015-06-30 | Fix typos | Andrea Gelmini | 3 | -3/+3 |
2015-06-30 | remove some unnecessary typedefs to pointer | Noel Grandin | 6 | -17/+12 |
2015-06-28 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-28 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2015-06-21 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-19 | Catch inadvertent uses of OUString(sal_Unicode) ctor | Stephan Bergmann | 1 | -9/+9 |
2015-06-19 | Remove unnecessary variable | Stephan Bergmann | 1 | -3/+1 |
2015-06-19 | Use a more straightforward hash function | Stephan Bergmann | 1 | -10/+2 |
2015-06-19 | Consistently represent bullet char as OUString | Stephan Bergmann | 5 | -14/+10 |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe | 3 | -5/+5 |
2015-06-16 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin | 20 | -128/+57 |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin | 1 | -3/+1 |
2015-06-13 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-11 | cppcheck: noExplicitConstructor | Caolán McNamara | 31 | -71/+61 |
2015-06-10 | cppcheck: noExplicitConstructor | Caolán McNamara | 2 | -6/+6 |
2015-06-09 | loplugin:unnecessaryvirtuals | Noel Grandin | 2 | -3/+3 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 1 | -2/+2 |
2015-06-07 | Remove include stdio (part7) | Julien Nabet | 3 | -4/+0 |
2015-06-05 | these types come directly from the file itself | Caolán McNamara | 1 | -2/+1 |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin | 5 | -10/+10 |
2015-05-05 | loplugin:staticmethods | Noel Grandin | 30 | -52/+52 |
2015-04-29 | redundant cast | Caolán McNamara | 1 | -1/+1 |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks | 1 | -4/+4 |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann | 3 | -4/+4 |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann | 7 | -31/+30 |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann | 7 | -29/+29 |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin | 23 | -124/+124 |
2015-04-14 | tdf#90028 avoid crash if style is not found | David Tardon | 1 | -4/+8 |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks | 1 | -1/+1 |
2015-04-10 | Fix OutputDevice members / stack allocation: desktop, sfx2, lwp. | Michael Meeks | 1 | -4/+4 |
2015-04-02 | loplugin:staticmethods | Noel Grandin | 1 | -1/+1 |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann | 1 | -1/+1 |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann | 2 | -3/+3 |
2015-03-24 | fix windows build | Noel Grandin | 1 | -2/+2 |
2015-03-24 | loplugin:constantfunction: lotuswordpro | Noel Grandin | 13 | -36/+14 |
2015-03-23 | Typos | Julien Nabet | 1 | -1/+1 |
2015-03-19 | convert SFX_FILTER_ constants to enum class | Noel Grandin | 1 | -2/+2 |
2015-03-18 | create new 'enum class' SotClipboardFormatId to unify types | Noel Grandin | 1 | -2/+2 |
2015-03-12 | Typos | Julien Nabet | 1 | -1/+1 |
2015-03-12 | lotuswordpro: PVS-Studio V674 comparing long to double | Michael Stahl | 1 | -1/+1 |
2015-03-11 | slightly odd stuff here | Caolán McNamara | 1 | -16/+7 |
2015-03-08 | Typos | Julien Nabet | 2 | -3/+3 |
2015-03-04 | V813: Decreased performance | Caolán McNamara | 6 | -47/+35 |
2015-02-24 | Typos | Julien Nabet | 3 | -3/+3 |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin | 4 | -7/+7 |
2015-02-21 | Various typos | Julien Nabet | 1 | -1/+1 |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann | 7 | -16/+16 |