Age | Commit message (Expand) | Author | Files | Lines |
2017-08-23 | convert message box style bits to scoped enum | Noel Grandin | 2 | -20/+19 |
2017-08-17 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin | 2 | -10/+7 |
2017-08-17 | remove UL/L suffixes from integer constants on the RHS of expressions | Noel Grandin | 2 | -2/+2 |
2017-08-16 | tdf#39468 Translate German comments/terms | Jens Carl | 1 | -1/+1 |
2017-08-11 | new loplugin:deadclass | Noel Grandin | 1 | -56/+0 |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin | 4 | -9/+9 |
2017-08-08 | VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASE | Zdeněk Crhonek | 8 | -0/+486 |
2017-08-05 | Fix typos | Andrea Gelmini | 1 | -3/+3 |
2017-08-03 | VBA tests- add functions STRING,STRREVERSE,SWITCH | Zdeněk Crhonek | 4 | -0/+216 |
2017-08-02 | VBA tests - STR and STRCOMP functions | Zdeněk Crhonek | 3 | -0/+173 |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin | 1 | -1/+1 |
2017-08-02 | normalize resource locale ctor construction mechanisms | Caolán McNamara | 4 | -51/+13 |
2017-08-01 | move resmgr to unotools | Caolán McNamara | 2 | -4/+4 |
2017-08-01 | loplugin:checkunusedparams | Noel Grandin | 2 | -19/+18 |
2017-07-31 | loplugin:oncevar | Noel Grandin | 1 | -14/+7 |
2017-07-28 | loplugin:constparams handle constructors | Noel Grandin | 2 | -6/+6 |
2017-07-24 | VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQR | Zdeněk Crhonek | 9 | -0/+532 |
2017-07-21 | Eliminate Date::operator+=() and -=() and replace with Date::AddDays() | Eike Rathke | 2 | -7/+7 |
2017-07-21 | migrate to boost::gettext | Caolán McNamara | 17 | -335/+220 |
2017-07-20 | loplugin:constparams in basic | Noel Grandin | 18 | -48/+48 |
2017-07-19 | Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...) | Eike Rathke | 1 | -2/+2 |
2017-07-17 | loplugin:unnecessaryparen: basic (clang-cl) | Stephan Bergmann | 1 | -1/+1 |
2017-07-14 | tdf#103104 Allow line-continuation followed by a dot in BASIC | Takeshi Abe | 2 | -1/+39 |
2017-07-13 | loplugin:oncevar: empty strings: basic | Stephan Bergmann | 7 | -26/+13 |
2017-07-13 | use more OUString::operator== in a*..chart2 | Noel Grandin | 1 | -1/+1 |
2017-07-13 | loplugin:oncevar for value-dependent constant expressions | Stephan Bergmann | 1 | -2/+2 |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin | 3 | -3/+3 |
2017-07-07 | basic: Put local stuff into unnamed namespace | Takeshi Abe | 1 | -0/+3 |
2017-07-06 | use more begin()/end() for Sequence | Noel Grandin | 2 | -21/+11 |
2017-07-06 | teach unnecessaryparen plugin about other kinds of statements | Noel Grandin | 1 | -1/+1 |
2017-07-05 | loplugin:useuniqueptr in basic..cppcanvas | Noel Grandin | 2 | -19/+11 |
2017-07-05 | new loplugin unnecessaryparen | Noel Grandin | 4 | -9/+9 |
2017-07-04 | loplugin:casttovoid in RTLFUNC | Stephan Bergmann | 6 | -1485/+621 |
2017-07-02 | loplugin:casttovoid: basic | Stephan Bergmann | 18 | -211/+104 |
2017-06-29 | VBA test - add RATE, RGB functions | Zdeněk Crhonek | 3 | -0/+158 |
2017-06-27 | No reason not to use RTLFUNC here | Stephan Bergmann | 1 | -2/+1 |
2017-06-24 | std::unordered_map can erase an element by given key, if any | Takeshi Abe | 1 | -4/+1 |
2017-06-23 | loplugin:unusedfields in accessibility..comphelper | Noel Grandin | 6 | -17/+4 |
2017-06-21 | s/ERRCODE_SBX_OK/ERRCODE_NONE | Noel Grandin | 17 | -38/+38 |
2017-06-21 | convert ErrCode to strong typedef | Noel Grandin | 7 | -85/+66 |
2017-06-20 | loplugin:oncevar accessibility..basic | Noel Grandin | 13 | -65/+35 |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke | 6 | -8/+0 |
2017-06-17 | use local statics in getTypes functions | Jochen Nitschke | 1 | -11/+3 |
2017-06-15 | replace SbxError typedef with ErrCode | Noel Grandin | 10 | -26/+26 |
2017-06-15 | drop SbError typedef | Noel Grandin | 20 | -172/+172 |
2017-06-14 | use ERRCODE_NONE instead of 0 | Noel Grandin | 8 | -25/+25 |
2017-06-13 | remove MAYBEFUTURE dead code | Noel Grandin | 1 | -54/+0 |
2017-06-12 | cleanup unused css/frame/* includes | Jochen Nitschke | 1 | -1/+0 |
2017-06-09 | clang-tidy readability-non-const-parameter | Noel Grandin | 1 | -10/+10 |