Age | Commit message (Expand) | Author |
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 |
2017-07-05 | new loplugin unnecessaryparen | Noel Grandin |
2017-07-04 | loplugin:casttovoid in RTLFUNC | Stephan Bergmann |
2017-07-02 | loplugin:casttovoid: basic | Stephan Bergmann |
2017-06-29 | VBA test - add RATE, RGB functions | Zdeněk Crhonek |
2017-06-27 | No reason not to use RTLFUNC here | Stephan Bergmann |
2017-06-24 | std::unordered_map can erase an element by given key, if any | Takeshi Abe |
2017-06-23 | loplugin:unusedfields in accessibility..comphelper | Noel Grandin |
2017-06-21 | s/ERRCODE_SBX_OK/ERRCODE_NONE | Noel Grandin |
2017-06-21 | convert ErrCode to strong typedef | Noel Grandin |
2017-06-20 | loplugin:oncevar accessibility..basic | Noel Grandin |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-17 | use local statics in getTypes functions | Jochen Nitschke |
2017-06-15 | replace SbxError typedef with ErrCode | Noel Grandin |
2017-06-15 | drop SbError typedef | Noel Grandin |
2017-06-14 | use ERRCODE_NONE instead of 0 | Noel Grandin |
2017-06-13 | remove MAYBEFUTURE dead code | Noel Grandin |
2017-06-12 | cleanup unused css/frame/* includes | Jochen Nitschke |
2017-06-09 | clang-tidy readability-non-const-parameter | Noel Grandin |
2017-06-08 | Cater for UNO (signed) vs. BASIC (unsigned) byte mismatch | Stephan Bergmann |
2017-06-07 | tdf#108039: check for nullptr in rtl_uString and OUString | Mike Kaganski |
2017-06-06 | replace SVSTREAM_OK with ERRCODE_NONE | Noel Grandin |
2017-06-05 | Improved loplugin:cstylecast to reference types: basic | Stephan Bergmann |
2017-06-05 | clang-tidy performance-unnecessary-value-param | Noel Grandin |
2017-05-30 | teach redundantcast plugin about functional casts | Noel Grandin |