summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wunreachable-codeStephan Bergmann2017-09-131-48/+55
* clang-tidy modernize-use-emplace in b*Noel Grandin2017-09-084-16/+16
* oovbaapi: create XOval and XLine shape typesTamas Bunth2017-09-081-1/+1
* Replace list by vector in dllmgr-x86-x64 (basic)Julien Nabet2017-09-012-8/+6
* Replace list by vector in methods.cxx (basic)Julien Nabet2017-09-011-8/+8
* loplugin:constparams: basic (clang-cl)Stephan Bergmann2017-08-311-4/+4
* rename SBX errorcodes to BASICNoel Grandin2017-08-2922-398/+398
* move all the basic errcodes to one fileNoel Grandin2017-08-2916-1/+17
* convert code-class in ErrCode to scoped enumNoel Grandin2017-08-271-1/+1
* Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2017-08-252-4/+4
* no need to use ERRCODE_RES_MASK hereNoel Grandin2017-08-251-128/+128
* VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek2017-08-246-0/+420
* convert message box style bits to scoped enumNoel Grandin2017-08-232-20/+19
* Fix typosAndrea Gelmini2017-08-171-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-10/+7
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-172-2/+2
* tdf#39468 Translate German comments/termsJens Carl2017-08-161-1/+1
* new loplugin:deadclassNoel Grandin2017-08-111-56/+0
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-114-9/+9
* VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek2017-08-088-0/+486
* Fix typosAndrea Gelmini2017-08-051-3/+3
* VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek2017-08-034-0/+216
* VBA tests - STR and STRCOMP functionsZdeněk Crhonek2017-08-023-0/+173
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-024-51/+13
* 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