summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2016-01-12loplugin:loopvartoosmallNoel Grandin1-1/+1
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin6-37/+26
2016-01-12BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini1-81/+57
2016-01-11fix windows buildNoel Grandin1-1/+0
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin6-30/+14
2016-01-10Fix typosAndrea Gelmini3-3/+3
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf4-22/+22
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini4-77/+47
2016-01-05Fix typosAndrea Gelmini1-1/+1
2016-01-05Fix typosAndrea Gelmini7-8/+8
2016-01-04Use CPPUNIT_ASSERT_DOUBLES_EQUALStephan Bergmann1-42/+42
2016-01-04loplugin:cstylecastStephan Bergmann1-40/+40
2016-01-04tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUALDipangar Niranjar1-428/+428
2015-12-30BASIC : Remove useless allocation operator overloadArnaud Versini1-15/+0
2015-12-27Remove some includes (stdio/stdlib)Julien Nabet1-1/+0
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin4-4/+4
2015-12-27sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin1-1/+1
2015-12-27sal_uIntPtr to sal_uInt32Matteo Casalin1-3/+3
2015-12-23loplugin:unusedfields in basicNoel Grandin8-32/+13
2015-12-22BASIC : Refactor FoldConstants for extracting it from SwExprNode.Arnaud Versini2-159/+189
2015-12-20cppcheck: false positive deallocuseJulien Nabet1-11/+4
2015-12-16Resolves: #i126272# compile error : if statement followed by End If...Damjan Jovanovic1-1/+1
2015-12-15Resolves: #i19221# Print Tab(5); "Hello" does not workDamjan Jovanovic3-1/+17
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini6-29/+18
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann7-977/+0
2015-11-30Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL rightStephan Bergmann1-6/+6
2015-11-29generate better unit test assert messageMarkus Mohrhard1-13/+13
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann1-1/+5
2015-11-25#i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic1-1/+2
2015-11-25loplugin:unusedfields variousNoel Grandin1-7/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-4/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-4/+3
2015-11-17loplugin:unnecessaryvirtualNoel Grandin4-36/+3
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-47/+59
2015-11-115th step to remove tools/rtti.hxxOliver Specht17-56/+0
2015-11-11new loplugin: memoryvarNoel Grandin2-11/+11
2015-11-10Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann58-938/+938
2015-11-09new loplugin: oncevarNoel Grandin3-9/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann15-82/+82
2015-11-04Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic1-1/+1
2015-11-04yyyyyNoel Grandin6-13/+13
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni5-27/+27
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-7/+5
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin4-14/+11
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-19/+20
2015-10-26basic: replace boot::ptr_vector with std::vectorMichael Stahl2-5/+6
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-41/+41
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl2-15/+20
2015-10-20loplugin:defaultparamsStephan Bergmann2-2/+2