Age | Commit message (Expand) | Author |
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-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
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 |
2020-11-13 | tdf#123936 Formatting files in module linguistic with clang-format | Philipp Hofer |
2020-11-11 | loplugin:stringview | Noel |
2020-11-10 | new loplugin:reducevarscope | Noel Grandin |
2020-11-10 | tdf#42949 Fix new IWYU warnings in directories [h-r]* | Gabor Kelemen |
2020-11-02 | make SvXMLImport capable of mixing fast- and slow- contexts adhoc | Noel |
2020-10-02 | Use the new single-instance="true" attribute in linguistic | Stephan Bergmann |
2020-09-01 | Fix typo in code | Andrea Gelmini |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-17 | inline some use-once typedefs | Noel Grandin |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-14 | rename xmlnmspe -> xmlnamespace | Noel Grandin |
2020-08-14 | rename nmspmap.hxx -> namespacemap.hxx | Noel Grandin |
2020-08-13 | use OUStringLiteral in SfxItemPropertyMapEntry | Noel Grandin |
2020-08-04 | loplugin:referencecasting (clang-cl) | Stephan Bergmann |
2020-07-20 | fix SAL_WARN when instantiating Thesaurus | Noel Grandin |
2020-07-14 | linguistic: create instances with uno constructors | Noel Grandin |