summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2017-07-20loplugin:constparams in basicNoel Grandin18-48/+48
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-2/+2
2017-07-17loplugin:unnecessaryparen: basic (clang-cl)Stephan Bergmann1-1/+1
2017-07-14tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe2-1/+39
2017-07-13loplugin:oncevar: empty strings: basicStephan Bergmann7-26/+13
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-1/+1
2017-07-13loplugin:oncevar for value-dependent constant expressionsStephan Bergmann1-2/+2
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin3-3/+3
2017-07-07basic: Put local stuff into unnamed namespaceTakeshi Abe1-0/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin2-21/+11
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin2-19/+11
2017-07-05new loplugin unnecessaryparenNoel Grandin4-9/+9
2017-07-04loplugin:casttovoid in RTLFUNCStephan Bergmann6-1485/+621
2017-07-02loplugin:casttovoid: basicStephan Bergmann18-211/+104
2017-06-29VBA test - add RATE, RGB functionsZdeněk Crhonek3-0/+158
2017-06-27No reason not to use RTLFUNC hereStephan Bergmann1-2/+1
2017-06-24std::unordered_map can erase an element by given key, if anyTakeshi Abe1-4/+1
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin6-17/+4
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin17-38/+38
2017-06-21convert ErrCode to strong typedefNoel Grandin7-85/+66
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin13-65/+35
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke6-8/+0
2017-06-17use local statics in getTypes functionsJochen Nitschke1-11/+3
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin10-26/+26
2017-06-15drop SbError typedefNoel Grandin20-172/+172
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin8-25/+25
2017-06-13remove MAYBEFUTURE dead codeNoel Grandin1-54/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-10/+10
2017-06-08Cater for UNO (signed) vs. BASIC (unsigned) byte mismatchStephan Bergmann1-1/+1
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2-2/+29
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin5-6/+6
2017-06-05Improved loplugin:cstylecast to reference types: basicStephan Bergmann1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-9/+9
2017-05-30basic: Drop unused variables in test scriptsTakeshi Abe56-113/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-12/+2
2017-05-27add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek5-0/+308
2017-05-24tdf#93727 Support date literals in basicGrzegorz Araminowicz2-8/+75
2017-05-24basic: Stop detecting the number of tokens at runtimeTakeshi Abe1-29/+9
2017-05-22Test _WIN32 instead of WIN32Takeshi Abe1-1/+1
2017-05-22basic: Kill unnecessary ifdef stuffTakeshi Abe1-4/+0
2017-05-20cleanup unused css/resource/ includesJochen Nitschke1-3/+0
2017-05-20cleanup unused css/script/ includesJochen Nitschke4-8/+0
2017-05-19loplugin:stringcopy: basicStephan Bergmann3-3/+3
2017-05-19make string translation loading more uniformCaolán McNamara2-8/+8
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin17-46/+46
2017-05-19basic: Fix broken unit test for IsMissing()Takeshi Abe1-10/+7
2017-05-18basic: Fix broken unit test for Join()Takeshi Abe1-17/+15