summaryrefslogtreecommitdiff
path: root/svl/source/fsstor/fsstorage.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-06-18Use getXWeak in svlMike Kaganski1-5/+5
2023-02-16osl::Mutex->std::mutex in FSStorageNoel Grandin1-38/+50
2022-10-22use more TempFileFastService in svlNoel Grandin1-4/+2
2022-05-03Just use Any ctor instead of makeAny in svlStephan Bergmann1-2/+2
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2021-11-28use more OInterfaceContainerHelper3 in svlNoel Grandin1-1/+1
2021-10-31Prepare for removal of non-const operator[] from Sequence in svlMike Kaganski1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-1/+0
2020-10-31remove pimpl from FSStorageNoel Grandin1-150/+34
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin1-2/+2
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin1-4/+1
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen1-10/+3
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2019-04-15improve loplugin simplifyconstructNoel Grandin1-2/+1
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin1-2/+1
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 Grandin1-20/+6
2019-02-10loplugin:indentation in soltools..svlNoel Grandin1-8/+8
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-12/+6
2018-11-03tdf#120703 PVS: V547 Expression is always falseMike Kaganski1-76/+16
2018-10-08loplugin:constfields in svlNoel Grandin1-2/+2
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin1-2/+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 Grandin1-2/+1
2018-01-11loplugin:useuniqueptr in svlNoel Grandin1-13/+5
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-10convert InsertOperation to scoped enumNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-134/+0
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-37/+37
2016-10-19replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-2/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-6/+5
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1