summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2017-08-31loplugin:constparams: basic (clang-cl)Stephan Bergmann1-4/+4
2017-08-29rename SBX errorcodes to BASICNoel Grandin22-398/+398
2017-08-29move all the basic errcodes to one fileNoel Grandin16-1/+17
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin1-1/+1
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2-4/+4
2017-08-25no need to use ERRCODE_RES_MASK hereNoel Grandin1-128/+128
2017-08-24VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek6-0/+420
2017-08-23convert message box style bits to scoped enumNoel Grandin2-20/+19
2017-08-17Fix typosAndrea Gelmini1-1/+1
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