summaryrefslogtreecommitdiff
path: root/svl/source/fsstor
AgeCommit message (Expand)AuthorFilesLines
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-12/+12
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek1-1/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen2-2/+0
2020-10-31remove pimpl from FSStorageNoel Grandin2-154/+40
2020-10-02Use the new single-instance="true" attribute in svlStephan Bergmann2-5/+3
2020-07-15svl/fsstorage: create instances with uno constructorsNoel Grandin2-48/+13
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin1-2/+2
2019-12-23sal_Char->char in svtools..svlNoel Grandin1-1/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann1-1/+1
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin1-4/+1
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen4-20/+5
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-2/+2
2019-04-15improve loplugin simplifyconstructNoel Grandin1-2/+1
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin3-8/+3
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-1/+1
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-4/+4
2019-03-04simplify UNO getTypes methodsNoel Grandin3-45/+20
2019-02-10loplugin:indentation in soltools..svlNoel Grandin1-8/+8
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-12/+6
2018-11-05replace double-checked locking patterns with thread safe local staticsMike Kaganski1-27/+12
2018-11-03tdf#120703 PVS: V547 Expression is always falseMike Kaganski2-79/+19
2018-10-08loplugin:constfields in svlNoel Grandin1-2/+2
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin3-4/+0
2018-07-27loplugin:returnconstant in svl,svtoolsNoel Grandin1-3/+2
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-8/+4
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2018-04-16loplugin:useuniqueptr in FSStorageNoel Grandin2-3/+2
2018-01-13loplugin:useuniqueptr in svlNoel Grandin4-14/+6
2018-01-11loplugin:useuniqueptr in svlNoel Grandin1-13/+5
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: svlStephan Bergmann1-1/+1
2017-10-03new loplugin:blockblockNoel Grandin1-8/+6
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-3/+3
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin1-6/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-2/+2
2017-04-20loplugin:inlinefields in FSStorage_ImplNoel Grandin1-17/+3
2017-02-28new loplugin unoanyNoel Grandin1-4/+4
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann2-0/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann7-445/+77
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-37/+37
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke2-7/+7
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-3/+3