Age | Commit message (Expand) | Author |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-30 | Script: better way to detect Windows | Andrea Gelmini |
2015-09-18 | boost->std | Caolán McNamara |
2015-09-03 | scripting: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-04 | sc: inline some use-once typedefs | Noel Grandin |
2015-07-28 | inline the "old" SbxErr constants | Noel Grandin |
2015-07-28 | convert SbxFlagsBits to scoped enum | Noel Grandin |
2015-07-22 | loplugin:unusedmethods scripting,sc | Noel Grandin |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-06-29 | coverity#1308579 Uncaught exception | Caolán McNamara |
2015-06-29 | coverity#1308598 Uncaught exception | Caolán McNamara |
2015-06-28 | coverity#1308560 Uncaught exception | Caolán McNamara |
2015-06-28 | coverity#1308548 Uncaught exception | Caolán McNamara |
2015-06-28 | coverity#1308512 Uncaught exception | Caolán McNamara |
2015-06-28 | Fix typos | Andrea Gelmini |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin |
2015-06-11 | convert expressions like 'size() == 0' to 'empty()' | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-28 | Rewrite all calls like Dialog(params).Execute() | Philippe Jung |
2015-05-25 | Audit all PostUserEvent calls and instrument for VclPtr. | Michael Meeks |
2015-05-18 | Remove include stdio (part2) | Julien Nabet |
2015-04-23 | loplugin:staticmethods | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-17 | Fix various XServiceInfo implementations | Stephan Bergmann |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-03-12 | Clean up previous commit | Stephan Bergmann |
2015-03-12 | scripting: use constructor syntax in vbaevents.component | Chris Sherlock |
2015-03-02 | pyuno, scripting: remove executable bits from python, js, bsh files | Michael Stahl |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-29 | scripting: remove unnecessary SAL_CALL | Michael Stahl |
2015-01-26 | Fix types of functions called via pointer (-fsanitze=function) | Stephan Bergmann |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-04 | cppcheck: Possible inefficient checking for <var> emptiness | Julien Nabet |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-21 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-18 | scripting: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-15 | scripting: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-02 | pyuno: move "officehelper.py" from scripting to pyuno | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-05 | fdo#38835 strip out OUString globals | Noel Grandin |
2014-10-24 | coverity#1237350 use our double-locking templates for this | Caolán McNamara |
2014-10-15 | More -Werror,-Wunused-private-field | Stephan Bergmann |
2014-10-05 | coverity#1209004 Unchecked return value | Norbert Thiebaud |