summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)AuthorFilesLines
2017-03-21tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected"Katarina Behrens1-5/+0
2017-02-07Related tdf#105473: Crash in: ScRangeList::operator[]Julien Nabet1-1/+1
2017-01-25tdf#80731 Closing parenthesis is now detected (Mid statement and functions).Pierre Lepage1-0/+5
2016-11-02loplugin:singlevalfieldsNoel Grandin2-3/+1
2016-10-19loplugin:expandablemethodds in basctl..chart2Noel Grandin2-5/+5
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-1/+0
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka1-1/+1
2016-08-22Avoid OUString::operator[] out-of-bounds assertion when line ends with "&"Stephan Bergmann1-1/+1
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini1-5/+4
2016-08-08BASIC: Move SbiParser's destructor to cpp file.Arnaud Versini1-0/+2
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin2-3/+3
2016-07-31BASIC: Remove completly useless osl/thread includeArnaud Versini1-1/+0
2016-07-03Improve readability of OUString concatanation in LibPageMuhammet Kara1-3/+3
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin1-1/+0
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-2/+1
2016-05-23Convert SbxClassType to scoped enumNoel Grandin3-12/+12
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+4
2016-05-09tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav1-1/+2
2016-05-08BASIC : Remove an useless static_cast and use make_uniqueArnaud Versini1-1/+2
2016-05-07BASIC: SbiParser Remove useless static_cast and indent the code correctly.Arnaud Versini1-9/+9
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-05-01Fix typo in codeAndrea Gelmini1-6/+6
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin2-6/+5
2016-04-17tdf#99357: Basic, return if .with pNode nullJulien Nabet1-0/+2
2016-04-06Avoid reserved identifiersStephan Bergmann4-21/+21
2016-04-06Turn SbiOpcode into scoped enumStephan Bergmann6-187/+187
2016-04-06Avoid reserved identifiersStephan Bergmann6-183/+183
2016-03-09deref of nullCaolán McNamara1-2/+2
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin2-5/+4
2016-02-22loplugin:commaoperator in basic/Noel Grandin7-24/+95
2016-02-22WaE vs2015 truncation of literal on static_castNorbert Thiebaud1-0/+7
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-17BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini3-43/+30
2016-02-09Remove excess newlinesChris Sherlock3-6/+0
2016-02-08BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini2-36/+25
2016-02-08loplugin:unusedmethodsNoel Grandin1-12/+0
2016-02-08BASIC : Use vector in SbiExprList to avoid any dependenciesArnaud Versini2-72/+17
2016-01-27BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini2-3/+3
2016-01-24BASIC : Remove class SbiDimList and SbiParametersArnaud Versini2-63/+50
2016-01-24BASIC : Remove SbiExprList::pParserArnaud Versini2-13/+11
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin1-20/+5
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini1-3/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-27Remove some includes (stdio/stdlib)Julien Nabet1-1/+0
2015-12-22BASIC : Refactor FoldConstants for extracting it from SwExprNode.Arnaud Versini1-159/+183
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-13BASIC: use c++ foreach loops when possible.Arnaud Versini2-7/+3