Age | Commit message (Expand) | Author |
2015-07-07 | Replace GetAppData(SHL_IDL) with a static pointer var | Stephan Bergmann |
2015-07-06 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-07-02 | error: 'pGen' was not declared in this scope | Miklos Vajna |
2015-07-02 | BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr. | Arnaud Versini |
2015-06-28 | coverity#1308521 Uncaught exception | Caolán McNamara |
2015-06-28 | Fix typos | Andrea Gelmini |
2015-06-28 | Fix typos | Andrea Gelmini |
2015-06-27 | coverity#1308445 Uncaught exception | Caolán McNamara |
2015-06-27 | coverity#1308444 Uncaught exception | Caolán McNamara |
2015-06-27 | coverity#1308435 Uncaught exception | Caolán McNamara |
2015-06-25 | loplugin:stringconstant: Flag more inefficiencies | Stephan Bergmann |
2015-06-24 | Simplify uses of comphelper::string::equals with constant argument | Stephan Bergmann |
2015-06-24 | remove SFX_NOTIFY macro | Noel Grandin |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-16 | Fix typos | Andrea Gelmini |
2015-06-15 | cppcheck:redundantAssignment | Noel Grandin |
2015-06-15 | cppcheck:redundantCondition | Noel Grandin |
2015-06-14 | cppcheck: redundantCondition [part1] | Julien Nabet |
2015-06-13 | BASIC: Don't use SbiStringPool to pass SbiParser. | Arnaud Versini |
2015-06-13 | Typos | Julien Nabet |
2015-06-09 | cppcheck: variableScope | Caolán McNamara |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-06 | Apply new VclPtr clang plugin to catch potential problems. | Noel Grandin |
2015-06-04 | convert PropertyMode to scoped enum | Noel Grandin |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-06-02 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-05-29 | tdf#91702 - fix stack-based MessBox allocation. | Michael Meeks |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-28 | Rewrite all calls like Dialog(params).Execute() | Philippe Jung |
2015-05-26 | BASIC: Remove BasicCharClass::IsLetterTab | Arnaud Versini |
2015-05-26 | BASIC: User std::unique_ptr in basic runtime | Arnaud Versini |
2015-05-23 | Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7 | Julien Nabet |
2015-05-19 | tdf#90110: basic: fix Randomize statement | Michael Stahl |
2015-05-19 | basic: used typed LINKs | Noel Grandin |
2015-05-18 | missing semi | Caolán McNamara |
2015-05-18 | cppunit: noExplicitConstructor | Caolán McNamara |
2015-05-18 | Remove include stdio (part2) | Julien Nabet |
2015-05-17 | remove unnecessary header file | Noel Grandin |
2015-05-15 | tdf#62475: partial handmade fixes | Andrea Gelmini |
2015-05-12 | Missing disposeAndClear in MsgBox basic function | Philippe Jung |
2015-05-12 | tdf#90969: basic: add horrible hack to avoid crash due to ... | Michael Stahl |
2015-05-12 | Basic: Doesn't allow non ASCII characters in numeric literals | Arnaud Versini |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-05-10 | NOINSTANCE is implied now in IMPL_STATIC_LINK... | Stephan Bergmann |
2015-05-08 | lopluign:staticmethods: Handle DECL_LINK | Stephan Bergmann |
2015-05-07 | Unwind SotStorageStreamRef typedef | Stephan Bergmann |
2015-05-07 | Unwind SotStorageRef typedef | Stephan Bergmann |
2015-04-30 | tdf#84435: Mod operator does not deal with decimals as described in help | Julien Nabet |