Age | Commit message (Expand) | Author |
2015-11-11 | 5th step to remove tools/rtti.hxx | Oliver Specht |
2015-11-11 | new loplugin: memoryvar | Noel Grandin |
2015-11-10 | Resolves: #i61854# Basic: Default title of Msgboxes should be changed | Damjan Jovanovic |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-04 | Resolves: #i61277# Basic open file with random access erases all data. | Damjan Jovanovic |
2015-11-04 | yyyyy | Noel Grandin |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-26 | basic: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-10-26 | basic: replace boot::ptr_vector with std::vector | Michael Stahl |
2015-10-26 | basic: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-10-26 | basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr> | Michael Stahl |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann |
2015-10-15 | calling IsSet() before Call() on Link<> is unnecessary | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | cppcheck:variableScope | Noel Grandin |
2015-10-07 | Reduce variable scope | Stephan Bergmann |
2015-10-06 | Related: tdf#94814 some cleanup of static_cast following dynamic_cast | Caolán McNamara |
2015-10-06 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-10-06 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-10-06 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-10-06 | tdf#94559: 4th step to remove rtti.hxx | Oliver Specht |
2015-10-02 | checkUnoObjectType etc always deref their ptr arg, convert to ref | Caolán McNamara |
2015-10-02 | Fix typos | Andrea Gelmini |
2015-10-01 | tdf#94617 allow to store nStart information greater than sal_Int16 limit | Laurent Godard |
2015-10-01 | coverity#1325250 Unchecked dynamic_cast | Caolán McNamara |
2015-10-01 | coverity#1325255 Unchecked dynamic_cast | Caolán McNamara |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-29 | Renamed wrongly prefixed boolean variables | Stefan Heinemann |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-09-29 | remove unused #include <sal/alloca.h> | Michael Stahl |
2015-09-29 | basic: more plausible build fix than e5a8eb9e | Michael Stahl |
2015-09-29 | fix dbgutil build | Caolán McNamara |
2015-09-29 | tdf#94559: first step to remove rtti.hxx | Oliver Specht |
2015-09-26 | pVar != null, so static_cast(pVar) != null | Caolán McNamara |
2015-09-18 | boost->std | Caolán McNamara |
2015-09-14 | boost->std | Caolán McNamara |
2015-09-11 | basic: one more WeakImplHelper<XPropertySetInfo> duplicate | Michael Stahl |
2015-09-09 | Fix previous commit | Stephan Bergmann |
2015-09-08 | Revert a fix that can never have worked in the first place? | Stephan Bergmann |
2015-09-08 | loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkType | Noel Grandin |
2015-09-05 | cppcheck: fix some redundantCondition warnings | Julien Nabet |
2015-09-05 | BASIC : SbiParser::DefXXX Only convert the first letter to uppercase | Arnaud Versini |
2015-09-03 | basic: remove over-engineered XEnumeration service | Michael Stahl |