summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/propread.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-15loplugin:flatten in sd/source/filterNoel Grandin1-28/+28
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-7/+6
2018-12-19Simplify containers iterations in sd/*Arkadiy Illarionov1-26/+16
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-3/+3
2018-10-15add SvStream::TellEndNoel Grandin1-4/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-3/+3
2017-10-21check ppt property size against max available lenCaolán McNamara1-2/+8
2017-10-21check seeks earlierCaolán McNamara1-11/+6
2017-10-21check seekCaolán McNamara1-4/+6
2017-07-04loplugin:unusedfields in sdNoel Grandin1-7/+4
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-18valgrind: uninitialized valueCaolán McNamara1-8/+7
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-27/+20
2017-01-18new loplugin: useuniqueptr: sdNoel Grandin1-7/+6
2016-11-17loplugin:unusedfieldsNoel Grandin1-7/+4
2016-10-28loplugin:expandablemethods in sdNoel Grandin1-6/+1
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-8/+8
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+0
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-3/+3
2015-11-12sd: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+6
2015-11-12sd: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-15/+18
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-18check stream status and string lengthsCaolán McNamara1-1/+3
2015-09-18if nSize was 1 with unicode encodingCaolán McNamara1-1/+2
2015-09-18rework this so we don't read the string, backup and re-read the string againCaolán McNamara1-39/+36
2015-09-18reusing i here from the outer loop is definitely bogusCaolán McNamara1-2/+2
2015-08-29check stream statusCaolán McNamara1-0/+8
2015-08-28guard against 0 item sizeCaolán McNamara1-2/+9
2015-08-28check seeks and readsCaolán McNamara1-9/+12
2015-08-28clip strings to max available sizeCaolán McNamara1-6/+19
2015-08-27check seek for successCaolán McNamara1-1/+5
2015-08-27check for stream status after a read, not after a seekCaolán McNamara1-10/+15
2015-08-26various hangs, check seeks and record lengthsCaolán McNamara1-2/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-07Remove SvStorageStream aliasStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann1-3/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-3/+3
2014-06-25remove whitespacesMarkus Mohrhard1-31/+0
2014-04-24sd: sal_Bool->boolNoel Grandin1-15/+15
2014-02-26Remove visual noise from sdAlexander Wilms1-15/+15