summaryrefslogtreecommitdiff
path: root/svl/source/fsstor
AgeCommit message (Expand)Author
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
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-15use initialiser 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-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe