summaryrefslogtreecommitdiff
path: root/svl/source/fsstor/fsstorage.cxx
AgeCommit message (Expand)Author
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-11loplugin:useuniqueptr in svlNoel Grandin
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-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-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
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-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-20loplugin: defaultparamsNoel Grandin
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-18Simplify isLocalFile_Impl checkStephan Bergmann
2015-08-12cppcheck: noCopyConstructorCaolán McNamara
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante
2014-07-21coverity#707210 Uncaught exceptionCaolán McNamara
2014-07-21coverity#707209 Uncaught exceptionCaolán McNamara
2014-07-21coverity#707208 Uncaught exceptionCaolán McNamara
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-04-01Remove unused inline constructorStephan Bergmann
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-03-10svl: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-29bool improvementsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann
2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
2013-06-29remove OUString wrap for string literalsThomas Arnhold