summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-24VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:constparams in basicNoel Grandin
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-17loplugin:unnecessaryparen: basic (clang-cl)Stephan Bergmann
2017-07-14tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe
2017-07-13loplugin:oncevar: empty strings: basicStephan Bergmann
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-07-13loplugin:oncevar for value-dependent constant expressionsStephan Bergmann
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07basic: Put local stuff into unnamed namespaceTakeshi Abe
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-05loplugin:useuniqueptr in basic..cppcanvasNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04loplugin:casttovoid in RTLFUNCStephan Bergmann
2017-07-02loplugin:casttovoid: basicStephan Bergmann
2017-06-29VBA test - add RATE, RGB functionsZdeněk Crhonek
2017-06-27No reason not to use RTLFUNC hereStephan Bergmann
2017-06-24std::unordered_map can erase an element by given key, if anyTakeshi Abe
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-17use local statics in getTypes functionsJochen Nitschke
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin
2017-06-15drop SbError typedefNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-13remove MAYBEFUTURE dead codeNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-08Cater for UNO (signed) vs. BASIC (unsigned) byte mismatchStephan Bergmann
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: basicStephan Bergmann
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-30basic: Drop unused variables in test scriptsTakeshi Abe
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-27add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek
2017-05-24tdf#93727 Support date literals in basicGrzegorz Araminowicz
2017-05-24basic: Stop detecting the number of tokens at runtimeTakeshi Abe
2017-05-22Test _WIN32 instead of WIN32Takeshi Abe
2017-05-22basic: Kill unnecessary ifdef stuffTakeshi Abe
2017-05-20cleanup unused css/resource/ includesJochen Nitschke
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-19loplugin:stringcopy: basicStephan Bergmann