Age | Commit message (Expand) | Author |
2015-02-21 | Typo: deleteing->deleting | Julien Nabet |
2015-02-16 | Make LogUtils.getTrace actually work | Stephan Bergmann |
2015-02-16 | rhbz#1192732: Revert "From the context of the code, this field should... | Stephan Bergmann |
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-23 | typo: langugage -> language | Andras Timar |
2015-01-13 | fdo#88256 fix crash when running javascript macro | 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-19 | java: scripting: fix bug in removing model from map | Noel Grandin |
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-11 | java: revert part of commit, scripting/ is public API | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-10 | java: unused imports | Noel Grandin |
2014-12-05 | java: remove some unused local variables | Noel Grandin |
2014-12-05 | java: remove some unused fields | Noel Grandin |
2014-12-02 | pyuno: move "officehelper.py" from scripting to pyuno | Michael Stahl |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
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-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
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-22 | Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING | Tor Lillqvist |
2014-10-19 | scripting: redundant cast to String | Robert Antoni Buj i Gelonch |
2014-10-17 | java: when rethrowing exceptions, store the original | Noel Grandin |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-17 | java: no need to call String.valueOf to append to a String | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-15 | More -Werror,-Wunused-private-field | Stephan Bergmann |
2014-10-14 | fix import location of XScriptContext | Noel Grandin |
2014-10-14 | scripting: replace '.size() == 0' with '.isEmpty()' (collections) | Robert Antoni Buj i Gelonch |
2014-10-14 | scripting: use new exception constructors | Robert Antoni Buj i Gelonch |
2014-10-13 | scripting: Null pointer dereference | Robert Antoni Buj i Gelonch |
2014-10-10 | Scripting: Remove org package | David Ostrovsky |
2014-10-09 | typo: Lable -> Label | Andras Timar |
2014-10-08 | scripting: as of release 5, 'enum' is a keyword | Robert Antoni Buj i Gelonch |
2014-10-07 | LocalOffice should be an abstract class | Noel Grandin |
2014-10-07 | java: use isEmpty() instead of "size() == 0" | Noel Grandin |
2014-10-07 | java: use equalsIgnoreCase() instead of toLowerCase().equals() | Noel Grandin |
2014-10-07 | java: simplify conditions involving logical negation | Noel Grandin |
2014-10-07 | java: optimise calls to toArray | Noel Grandin |
2014-10-07 | java: remove useless overriding methods | Noel Grandin |