summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-10/+7
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2-2/+2
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+1
2017-08-11new loplugin:deadclassNoel Grandin1-56/+0
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin4-9/+9
2017-08-08VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek8-0/+486
2017-08-05Fix typosAndrea Gelmini1-3/+3
2017-08-03VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek4-0/+216
2017-08-02VBA tests - STR and STRCOMP functionsZdeněk Crhonek3-0/+173
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara4-51/+13
2017-08-01move resmgr to unotoolsCaolán McNamara2-4/+4
2017-08-01loplugin:checkunusedparamsNoel Grandin2-19/+18
2017-07-31loplugin:oncevarNoel Grandin1-14/+7
2017-07-28loplugin:constparams handle constructorsNoel Grandin2-6/+6
2017-07-24VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek9-0/+532
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2-7/+7
2017-07-21migrate to boost::gettextCaolán McNamara17-335/+220
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