Age | Commit message (Expand) | Author |
2022-02-16 | Extend loplugin:stringview to OUStringBuffer::copy | Stephan Bergmann |
2022-02-08 | Simplify sequence of PropertyValue in linguisting/reportdesign/sc/sfx2 | Julien Nabet |
2022-01-27 | Recheck modules [i-l]* with IWYU | Gabor Kelemen |
2021-12-26 | Avoid OUStringBuffer::toString where possible | Mike Kaganski |
2021-12-22 | loplugin:flatten in l10ntools..lotuswordpro | Noel Grandin |
2021-12-17 | use more OInterfaceContainer3::notifyEach | Noel Grandin |
2021-12-04 | use OMultiTypeInterfaceContainerHelperVar3 in LinguProps | Noel Grandin |
2021-11-27 | use more OInterfaceContainerHelper3 in linguistic | Noel Grandin |
2021-11-19 | loplugin:stringliteraldefine in linguistc | Noel Grandin |
2021-11-15 | rtl::Static->thread-safe static in linguistic | Noel Grandin |
2021-10-30 | Prepare for removal of non-const operator[] from Sequence in linguistic | Mike Kaganski |
2021-10-19 | Ditch that CharClass constructing ToLower() nonsense | Eike Rathke |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-12 | loplugin:moveparam in various | Noel Grandin |
2021-10-09 | Typo *ropertie -> *roperty | Julien Nabet |
2021-10-09 | Simplify SvXMLExport::AddAttribute overloads | Mike Kaganski |
2021-10-04 | drop 'using namespace std' in l* | Julien Nabet |
2021-10-03 | A more lightweight O[U]StringConcatenation | Stephan Bergmann |
2021-09-28 | gives names to all the Idles and Tasks | Noel Grandin |
2021-09-21 | reduce cost of some getProperty calls (tdf#125892) | Noel Grandin |
2021-09-17 | speedup toUpperCase when called in parallel | Noel Grandin |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-12 | flatten LngSvcMgr | Noel Grandin |
2021-08-10 | pAvailGrammarSvcs can never be null here | Stephan Bergmann |
2021-08-10 | Catch exceptions when setting up linguistic extensions | Stephan Bergmann |
2021-08-08 | create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use it | Noel Grandin |
2021-08-07 | no need to use UNO_QUERY here | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-18 | osl::Mutex->std::mutex in linguistic | Noel Grandin |
2021-06-09 | Simplify Sequences initializations (i*->p*) | Julien Nabet |
2021-05-02 | tdf#79049 speed up OOXML workbook load (4) | Noel Grandin |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-27 | use more string_view in tools/stream | Noel Grandin |
2021-04-19 | use more string_view in comphelper::string | Noel Grandin |
2021-04-15 | store ptr to the original entries in SfxItemPropertyMap | Noel Grandin |
2021-04-12 | less copying in SfxItemPropertyMap::getPropertyEntries | Noel Grandin |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-02-23 | loplugin:refcounting check for managing OWeakObject with raw pointer | Noel |
2021-02-16 | loplugin:referencecasting in hwpfilter..lotuswordpro | Noel |
2021-01-28 | add string_view variants of methods to O[U]StringBuffer | Noel |
2021-01-26 | loplugin:passstuffbyref | Noel |
2021-01-24 | Use ContainerType().swap and avoid local variables | Mike Kaganski |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-01 | OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION | Noel |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |