summaryrefslogtreecommitdiff
path: root/svl/source/fsstor
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-09Remove excess newlinesChris Sherlock2-2/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin5-8/+8
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-17/+17
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-15/+14
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin3-234/+234
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-77/+77
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-07svl: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-10/+3
2015-08-18Remove newly unused ucbhelper/fileidentifierconverter.hxxStephan Bergmann1-1/+0
2015-08-18Simplify isLocalFile_Impl checkStephan Bergmann1-16/+1
2015-08-12cppcheck: noCopyConstructorCaolán McNamara1-3/+4
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-6/+3
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-1/+4
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante1-2/+0
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher1-7/+6
2014-07-21coverity#707210 Uncaught exceptionCaolán McNamara1-11/+12
2014-07-21coverity#707209 Uncaught exceptionCaolán McNamara1-11/+10
2014-07-21coverity#707208 Uncaught exceptionCaolán McNamara1-10/+12
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-12/+8
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-4/+4
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet3-16/+16
2014-05-15fix-includes.pl: svlThomas Arnhold2-2/+2
2014-04-01Remove unused inline constructorStephan Bergmann1-11/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-77/+77
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-03-10svl: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-29/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann7-147/+147
2014-02-20svl: sal_Bool -> boolStephan Bergmann2-6/+6