Age | Commit message (Expand) | Author |
2017-08-24 | loplugin:useuniqueptr in forms | Noel Grandin |
2017-08-23 | convert message box style bits to scoped enum | Noel Grandin |
2017-08-17 | remove UL/L suffixes from integer constants on the RHS of expressions | Noel Grandin |
2017-08-17 | remove UL/L suffixes from integer constants in initialiser/call expressions | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-08-03 | loplugin:constparams in forms | Noel Grandin |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin |
2017-08-01 | move resmgr to unotools | Caolán McNamara |
2017-07-31 | loplugin:oncevar | Noel Grandin |
2017-07-30 | janitorial | Lionel Elie Mamane |
2017-07-30 | tdf#96370 rework filtering to be aware of WHERE vs HAVING clause | Lionel Elie Mamane |
2017-07-23 | loplugin:unnecessaryvirtual | Noel Grandin |
2017-07-21 | de-hrc various things | Caolán McNamara |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-13 | use more OUString::operator== in forms..sal | Noel Grandin |
2017-07-13 | loplugin:oncevar: empty strings: forms | Stephan Bergmann |
2017-07-11 | simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) | Noel Grandin |
2017-07-11 | use more range-for on uno::Sequence | Noel Grandin |
2017-07-07 | C++11 remove std::binary_function bases from functors | Jochen Nitschke |
2017-07-06 | use more begin()/end() for Sequence | Noel Grandin |
2017-07-03 | use begin()/end() when working with Sequence | Noel Grandin |
2017-07-03 | C++11 remove std::unary_function bases from functors | Jochen Nitschke |
2017-07-02 | loplugin:casttovoid: forms | Stephan Bergmann |
2017-07-02 | eItemMapUnit is unused | Stephan Bergmann |
2017-06-28 | remove default-able copy ctors and copy operators | Jochen Nitschke |
2017-06-26 | s/catched/caught | Noel Grandin |
2017-06-24 | janitorial; not useful; is actually used below | Lionel Elie Mamane |
2017-06-24 | tdf#108732 ListBox: in absence of a field, treat data as string | Lionel Elie Mamane |
2017-06-23 | loplugin:oncevar filter..forms | Noel Grandin |
2017-06-23 | loplugin:unusedfields in forms..idlc | Noel Grandin |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-14 | use ERRCODE_NONE instead of 0 | Noel Grandin |
2017-06-14 | Handle TypedItemList property in models, tdf#108413 follow-up | Eike Rathke |
2017-06-13 | Fix subsequentcheck, TYPEDITEMLIST has to be OPTIONAL, tdf#108413 follow-up | Eike Rathke |
2017-06-12 | Resolves: tdf#108413 yet some more TYPEDITEMLIST property entries | Eike Rathke |
2017-06-12 | cleanup unused css/frame/* includes | Jochen Nitschke |
2017-06-07 | Translate and fix the from-German translation of "UNO binding" | Johnny_M |
2017-06-05 | Improved loplugin:cstylecast to reference types: forms | Stephan Bergmann |
2017-06-01 | Fix typos | Andrea Gelmini |
2017-05-31 | Remove some unnecessary scaffolding around SAL_WARN calls | Stephan Bergmann |
2017-05-30 | remove duplicate 'using namespace' | Jochen Nitschke |
2017-05-30 | teach redundantcast plugin about functional casts | Noel Grandin |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |
2017-05-23 | enhance useuniqueptr loplugin | Noel Grandin |
2017-05-22 | Fix the from-German translation of "UNO binding" | Johnny_M |
2017-05-20 | Translate German comments and debug strings (leftovers in f... dirs) | Johnny_M |
2017-05-20 | cleanup unused css/script/ includes | Jochen Nitschke |
2017-05-19 | loplugin:stringcopy: forms | Stephan Bergmann |
2017-05-12 | remove unused uno::Reference vars | Noel Grandin |
2017-05-09 | loplugin: simplifybool | Caolán McNamara |