Age | Commit message (Expand) | Author |
2017-09-22 | Fresh run of bin/update_pch.sh | Mike Kaganski |
2017-09-20 | Bin some noise comments and ASCII graphics | Tor Lillqvist |
2017-09-19 | iOS, solved code never reached (sbxvalue.cxx) | jan Iversen |
2017-09-19 | Clean up a couple of overly verbose SAL_INFOs | Tor Lillqvist |
2017-09-18 | Some more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-17 | use more default copy ctors | Jochen Nitschke |
2017-09-13 | Enable -Wunreachable-code | Stephan Bergmann |
2017-09-08 | clang-tidy modernize-use-emplace in b* | Noel Grandin |
2017-09-08 | oovbaapi: create XOval and XLine shape types | Tamas Bunth |
2017-09-01 | Replace list by vector in dllmgr-x86-x64 (basic) | Julien Nabet |
2017-09-01 | Replace list by vector in methods.cxx (basic) | Julien Nabet |
2017-08-31 | loplugin:constparams: basic (clang-cl) | Stephan Bergmann |
2017-08-29 | rename SBX errorcodes to BASIC | Noel Grandin |
2017-08-29 | move all the basic errcodes to one file | Noel Grandin |
2017-08-27 | convert code-class in ErrCode to scoped enum | Noel Grandin |
2017-08-25 | Allow non-modal Dialogs during FileImport/Load | Armin Le Grand |
2017-08-25 | no need to use ERRCODE_RES_MASK here | Noel Grandin |
2017-08-24 | VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR tests | Zdeněk Crhonek |
2017-08-23 | convert message box style bits to scoped enum | Noel Grandin |
2017-08-17 | Fix typos | Andrea Gelmini |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin |
2017-08-17 | remove UL/L suffixes from integer constants on the RHS of expressions | Noel Grandin |
2017-08-16 | tdf#39468 Translate German comments/terms | Jens Carl |
2017-08-11 | new loplugin:deadclass | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-08-08 | VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASE | Zdeněk Crhonek |
2017-08-05 | Fix typos | Andrea Gelmini |
2017-08-03 | VBA tests- add functions STRING,STRREVERSE,SWITCH | Zdeněk Crhonek |
2017-08-02 | VBA tests - STR and STRCOMP functions | Zdeněk Crhonek |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin |
2017-08-02 | normalize resource locale ctor construction mechanisms | Caolán McNamara |
2017-08-01 | move resmgr to unotools | Caolán McNamara |
2017-08-01 | loplugin:checkunusedparams | Noel Grandin |
2017-07-31 | loplugin:oncevar | Noel Grandin |
2017-07-28 | loplugin:constparams handle constructors | Noel Grandin |
2017-07-24 | VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQR | Zdeněk Crhonek |
2017-07-21 | Eliminate Date::operator+=() and -=() and replace with Date::AddDays() | Eike Rathke |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-20 | loplugin:constparams in basic | Noel Grandin |
2017-07-19 | Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...) | Eike Rathke |
2017-07-17 | loplugin:unnecessaryparen: basic (clang-cl) | Stephan Bergmann |
2017-07-14 | tdf#103104 Allow line-continuation followed by a dot in BASIC | Takeshi Abe |
2017-07-13 | loplugin:oncevar: empty strings: basic | Stephan Bergmann |
2017-07-13 | use more OUString::operator== in a*..chart2 | Noel Grandin |
2017-07-13 | loplugin:oncevar for value-dependent constant expressions | Stephan Bergmann |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin |
2017-07-07 | basic: Put local stuff into unnamed namespace | Takeshi Abe |
2017-07-06 | use more begin()/end() for Sequence | Noel Grandin |
2017-07-06 | teach unnecessaryparen plugin about other kinds of statements | Noel Grandin |
2017-07-05 | loplugin:useuniqueptr in basic..cppcanvas | Noel Grandin |