summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* move resmgr to unotoolsCaolán McNamara2017-08-012-4/+4
* loplugin:checkunusedparamsNoel Grandin2017-08-012-19/+18
* loplugin:oncevarNoel Grandin2017-07-311-14/+7
* loplugin:constparams handle constructorsNoel Grandin2017-07-282-6/+6
* VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek2017-07-249-0/+532
* Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2017-07-212-7/+7
* migrate to boost::gettextCaolán McNamara2017-07-2117-335/+220
* loplugin:constparams in basicNoel Grandin2017-07-2018-48/+48
* Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke2017-07-191-2/+2
* loplugin:unnecessaryparen: basic (clang-cl)Stephan Bergmann2017-07-171-1/+1
* tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe2017-07-142-1/+39
* loplugin:oncevar: empty strings: basicStephan Bergmann2017-07-137-26/+13
* use more OUString::operator== in a*..chart2Noel Grandin2017-07-131-1/+1
* loplugin:oncevar for value-dependent constant expressionsStephan Bergmann2017-07-131-2/+2
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-103-3/+3
* basic: Put local stuff into unnamed namespaceTakeshi Abe2017-07-071-0/+3
* use more begin()/end() for SequenceNoel Grandin2017-07-062-21/+11
* teach unnecessaryparen plugin about other kinds of statementsNoel Grandin2017-07-061-1/+1
* loplugin:useuniqueptr in basic..cppcanvasNoel Grandin2017-07-052-19/+11
* new loplugin unnecessaryparenNoel Grandin2017-07-054-9/+9
* loplugin:casttovoid in RTLFUNCStephan Bergmann2017-07-046-1485/+621
* loplugin:casttovoid: basicStephan Bergmann2017-07-0218-211/+104
* VBA test - add RATE, RGB functionsZdeněk Crhonek2017-06-293-0/+158
* No reason not to use RTLFUNC hereStephan Bergmann2017-06-271-2/+1
* std::unordered_map can erase an element by given key, if anyTakeshi Abe2017-06-241-4/+1
* loplugin:unusedfields in accessibility..comphelperNoel Grandin2017-06-236-17/+4
* s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin2017-06-2117-38/+38
* convert ErrCode to strong typedefNoel Grandin2017-06-217-85/+66
* loplugin:oncevar accessibility..basicNoel Grandin2017-06-2013-65/+35
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-186-8/+0
* use local statics in getTypes functionsJochen Nitschke2017-06-171-11/+3
* replace SbxError typedef with ErrCodeNoel Grandin2017-06-1510-26/+26
* drop SbError typedefNoel Grandin2017-06-1520-172/+172
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-148-25/+25
* remove MAYBEFUTURE dead codeNoel Grandin2017-06-131-54/+0
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-091-10/+10
* Cater for UNO (signed) vs. BASIC (unsigned) byte mismatchStephan Bergmann2017-06-081-1/+1
* tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2017-06-072-2/+29
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-065-6/+6
* Improved loplugin:cstylecast to reference types: basicStephan Bergmann2017-06-051-1/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-2/+2
* teach redundantcast plugin about functional castsNoel Grandin2017-05-302-9/+9
* basic: Drop unused variables in test scriptsTakeshi Abe2017-05-3056-113/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-12/+2
* add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek2017-05-275-0/+308
* tdf#93727 Support date literals in basicGrzegorz Araminowicz2017-05-242-8/+75
* basic: Stop detecting the number of tokens at runtimeTakeshi Abe2017-05-241-29/+9
* Test _WIN32 instead of WIN32Takeshi Abe2017-05-221-1/+1
* basic: Kill unnecessary ifdef stuffTakeshi Abe2017-05-221-4/+0