summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2015-12-22BASIC : Refactor FoldConstants for extracting it from SwExprNode.Arnaud Versini
2015-12-20cppcheck: false positive deallocuseJulien Nabet
2015-12-16Resolves: #i126272# compile error : if statement followed by End If...Damjan Jovanovic
2015-12-15Resolves: #i19221# Print Tab(5); "Hello" does not workDamjan Jovanovic
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann
2015-11-30Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL rightStephan Bergmann
2015-11-29generate better unit test assert messageMarkus Mohrhard
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-25#i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic
2015-11-04yyyyyNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-26basic: replace boot::ptr_vector with std::vectorMichael Stahl
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl
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