Age | Commit message (Expand) | Author |
2022-09-28 | use more string_view in oox | Noel Grandin |
2022-08-02 | clang-tidy modernize-pass-by-value in oox | Noel Grandin |
2022-07-31 | Fix typo in code | Andrea Gelmini |
2022-07-22 | elide some makeStringAndClear() calls | Noel Grandin |
2022-04-29 | use more string_view in oox | Noel Grandin |
2022-04-19 | new loplugin:stringviewvar looks for OUString vars that can be | Noel Grandin |
2022-04-14 | use more string_view in oox | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-28 | add string_view variants of methods to O[U]StringBuffer | Noel |
2021-01-26 | loplugin:passstuffbyref | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-11 | loplugin:stringview | Noel |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-08-29 | Simplify some operation involving OUString and OUStringBuffer | Stephan Bergmann |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-05-27 | Further fixing of loplugin:simplifypointertobool for libstdc++ std::shared_ptr | Stephan Bergmann |
2020-05-26 | Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptr | Stephan Bergmann |
2020-04-27 | Make upcasting css::uno::Reference ctor require complete types | Stephan Bergmann |
2020-04-22 | use more make_shared in oox | Noel Grandin |
2020-04-15 | loplugin:buriedassign in l,o,p* | Noel Grandin |
2020-04-03 | loplugin:flatten in oox | Noel Grandin |
2020-03-16 | tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxx | Gabor Kelemen |
2020-03-12 | Revert "loplugin:constfields in oox" | Noel Grandin |
2020-01-31 | new loplugin:namespaceindentation | Noel Grandin |
2020-01-24 | loplugin:makeshared in oox | Noel Grandin |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in oox | Noel Grandin |
2019-12-23 | Fix typo | Andrea Gelmini |
2019-12-19 | sal_Char->char in oox..registry | Noel Grandin |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-05-20 | Use DBG_UTIL instead of OSL_DEBUG_LEVEL for the OOX dumping stuff | Tor Lillqvist |
2019-02-09 | loplugin:indentation in oox..package | Noel Grandin |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2018-11-25 | convert PropType to scoped enum | Noel Grandin |
2018-11-16 | loplugin:buriedassign in dbaccess..oox | Noel Grandin |
2018-10-15 | loplugin:constfields in oox | Noel Grandin |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-07-26 | oox: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) | Stephan Bergmann |
2018-04-15 | remove some unused comphelper includes | Jochen Nitschke |
2018-04-12 | Fix typos | Andrea Gelmini |
2018-03-31 | Use for-range loops in oox (part2) | Julien Nabet |
2018-01-11 | Fix typo in code | Andrea Gelmini |