Age | Commit message (Expand) | Author |
2023-08-25 | Revert "use more Reference::query instead of UNO_QUERY_THROW" | Noel Grandin |
2023-08-18 | use more Reference::query instead of UNO_QUERY_THROW | Noel Grandin |
2023-05-31 | do not throw DisposedException when inside a dispose() method | Noel Grandin |
2023-04-30 | Use getXWeak in sot | Mike Kaganski |
2023-02-24 | osl::Mutex->std::mutex in OLESimpleStorage | Noel Grandin |
2022-05-30 | clang-tidy modernize-pass-by-value in sot | Noel Grandin |
2022-03-01 | Recheck modules s[f-t]* with IWYU | Gabor Kelemen |
2021-11-28 | use more OInterfaceContainerHelper3 in sot | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in sot | Mike Kaganski |
2021-08-10 | Missing include | Stephan Bergmann |
2021-07-31 | getArray->getConstArray | Noel Grandin |
2019-08-15 | loplugin:sequenceloop in shell..sot | Noel Grandin |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): sot | Stephan Bergmann |
2019-07-22 | Simplify Sequence iterations in shell..svgio | Arkadiy Illarionov |
2019-07-21 | loplugin:referencecasting in various | Noel Grandin |
2019-05-28 | tdf#42949 Fix IWYU warnings in sot/ | Gabor Kelemen |
2019-04-08 | Use osl_atomic_increment/osl_atomic_decrement to change m_refCount | Mike Kaganski |
2019-02-10 | loplugin:indentation in soltools..svl | Noel Grandin |
2019-02-05 | loplugin:flatten in sot | Noel Grandin |
2018-12-05 | use unique_ptr in OLESimpleStorage | Noel Grandin |
2018-11-05 | tdf#42949 Fix IWYU warnings in include/sot/* | Gabor Kelemen |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |
2018-09-10 | loplugin:simplifyconstruct in sfx2..starmath | Noel Grandin |
2018-07-10 | pass SvStream around by std::unique_ptr | Noel Grandin |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin |
2018-04-01 | remove unused processfactory.hxx includes | Jochen Nitschke |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, sot | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-07-12 | new loplugin fragiledestructor | Noel Grandin |
2016-07-07 | loplugin:passstuffbyref also for {css::uno,rtl}::Reference | Stephan Bergmann |
2016-04-04 | remove some unnecessary realloc'ing | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-25 | InterfaceContainer2 with vector instead of Sequence | Noel Grandin |
2016-01-05 | tdf#74608: Ctor function for css.embed.OLESimpleStorage | Matúš Kukan |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-29 | com::sun::star->css in smoketest,sot | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-15 | Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-08-07 | cppcheck:noExplicitConstructor | Noel Grandin |
2015-07-16 | loplugin:simplifybool | Stephan Bergmann |
2015-05-28 | new clang plugin: loopvartoosmall | Noel Grandin |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |