summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12cppcheck:variableScopeNoel Grandin
2015-10-07Reduce variable scopeStephan Bergmann
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara
2015-10-02Fix typosAndrea Gelmini
2015-10-01tdf#94617 allow to store nStart information greater than sal_Int16 limitLaurent Godard
2015-10-01coverity#1325250 Unchecked dynamic_castCaolán McNamara
2015-10-01coverity#1325255 Unchecked dynamic_castCaolán McNamara
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl
2015-09-29basic: more plausible build fix than e5a8eb9eMichael Stahl
2015-09-29fix dbgutil buildCaolán McNamara
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-26pVar != null, so static_cast(pVar) != nullCaolán McNamara
2015-09-18boost->stdCaolán McNamara
2015-09-14boost->stdCaolán McNamara
2015-09-11basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl
2015-09-09Fix previous commitStephan Bergmann
2015-09-08Revert a fix that can never have worked in the first place?Stephan Bergmann
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet
2015-09-05BASIC : SbiParser::DefXXX Only convert the first letter to uppercaseArnaud Versini
2015-09-03basic: remove over-engineered XEnumeration serviceMichael Stahl
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-09-01coverity#1242865 Untrusted loop boundCaolán McNamara
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-28Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...Damjan Jovanovic
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-26Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1Damjan Jovanovic
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-23coverity#1242865 Untrusted loop boundCaolán McNamara
2015-08-18null pointer guard if no user defined types declared at the module levelLaurent Godard
2015-08-18correct wrong commentsLaurent Godard
2015-08-18tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard