summaryrefslogtreecommitdiff
path: root/svl/source/fsstor
AgeCommit message (Expand)Author
2021-08-24osl::Mutex->std::mutex in OFSStreamContainerNoel Grandin
2021-08-24osl::Mutex->std::mutex in OFSInputStreamContainerNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-10-31remove pimpl from FSStorageNoel Grandin
2020-10-02Use the new single-instance="true" attribute in svlStephan Bergmann
2020-07-15svl/fsstorage: create instances with uno constructorsNoel Grandin
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin
2018-11-05replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-11-03tdf#120703 PVS: V547 Expression is always falseMike Kaganski
2018-10-08loplugin:constfields in svlNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-07-27loplugin:returnconstant in svl,svtoolsNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-16loplugin:useuniqueptr in FSStorageNoel Grandin
2018-01-13loplugin:useuniqueptr in svlNoel Grandin
2018-01-11loplugin:useuniqueptr in svlNoel Grandin
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: svlStephan Bergmann
2017-10-03new loplugin:blockblockNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-20loplugin:inlinefields in FSStorage_ImplNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-10convert InsertOperation to scoped enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke