summaryrefslogtreecommitdiff
path: root/sot/source/unoolestorage/xolesimplestorage.cxx
AgeCommit message (Expand)Author
2024-05-13loplugin:ostr in sotNoel Grandin
2024-05-01CopyTo is never passed a null argumentCaolán McNamara
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-04-30Use getXWeak in sotMike Kaganski
2023-02-24osl::Mutex->std::mutex in OLESimpleStorageNoel Grandin
2022-05-30clang-tidy modernize-pass-by-value in sotNoel Grandin
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2021-11-28use more OInterfaceContainerHelper3 in sotNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in sotMike Kaganski
2021-07-31getArray->getConstArrayNoel Grandin
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-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
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-07-16loplugin:simplifyboolStephan Bergmann
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
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-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-23Remove unneccessary commentsAlexander Wilms
2014-02-19sot: sal_Bool -> bool fixupStephan Bergmann
2014-01-28bool improvementsStephan Bergmann