summaryrefslogtreecommitdiff
path: root/sot/source/unoolestorage
AgeCommit message (Expand)Author
2019-08-15loplugin:sequenceloop in shell..sotNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sotStephan Bergmann
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-07-21loplugin:referencecasting in variousNoel Grandin
2019-05-28tdf#42949 Fix IWYU warnings in sot/Gabor Kelemen
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2019-02-05loplugin:flatten in sotNoel Grandin
2018-12-05use unique_ptr in OLESimpleStorageNoel Grandin
2018-11-05tdf#42949 Fix IWYU warnings in include/sot/*Gabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sotStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-12new loplugin fragiledestructorNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-04remove some unnecessary realloc'ingNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-05tdf#74608: Ctor function for css.embed.OLESimpleStorageMatúš Kukan
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-29com::sun::star->css in smoketest,sotNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-07-21coverity#707195 Uncaught exceptionCaolán McNamara
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from sotAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-19sot: sal_Bool -> bool fixupStephan Bergmann
2014-01-28bool improvementsStephan Bergmann