summaryrefslogtreecommitdiffstats
path: root/filter/source/msfilter/svdfppt.cxx
Commit message (Expand)AuthorAgeFilesLines
* ofz#875 limit depth to max legal depthCaolán McNamara2017-03-211-10/+18
* ofz#876 avoid accessing empty rowsCaolán McNamara2017-03-211-0/+4
* ofz: use after freeCaolán McNamara2017-03-211-1/+12
* filter: PPT import: PptPlaceholder is 1 byte largeMichael Stahl2016-06-071-0/+1
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-201-1/+1
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-1/+2
* coverity#1361575 Logically dead codeCaolán McNamara2016-05-151-1/+1
* convert TSS_TYPE to scoped enumNoel Grandin2016-05-131-151/+158
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-6/+6
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-0/+3
* convert OUTLINER_MODE to scoped enumNoel Grandin2016-05-091-1/+1
* tdf#93124: Fix incorrect text fit in imported PPT - take twoMike Kaganski2016-05-051-28/+26
* clang-tidy modernize-loop-convert in f*Noel Grandin2016-04-271-52/+44
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* loplugin:passstuffbyref in filterNoel Grandin2016-04-131-1/+1
* clang-tidy performance-unnecessary-value-param in filterNoel Grandin2016-04-121-2/+2
* Revert "tdf#93124: Fix incorrect text fit in imported PPT"Thorsten Behrens2016-03-201-36/+90
* tdf#93124: Fix incorrect text fit in imported PPTMike Kaganski2016-03-191-90/+36
* loplugin:constantparam in svxNoel Grandin2016-03-171-2/+2
* loplugin:commaoperator in filter/Noel Grandin2016-02-221-6/+15
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-061-1/+1
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-1/+1
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-311-1/+1
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-181-4/+4
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-161-4/+4
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-161-4/+4
* Fix memory leakStephan Bergmann2016-01-131-4/+5
* loplugin:unusedmethods unused return value in include/filterNoel Grandin2016-01-121-5/+3
* Fix typosAndrea Gelmini2016-01-101-2/+2
* loplugin:unusedfields in /includeNoel Grandin2015-12-231-2/+1
* filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl2015-12-151-1/+1
* filter: fix DrMemory/valgrind warnings in PPT paragraph importMichael Stahl2015-11-241-27/+124
* loplugin:unusedfields in include/filter/Noel Grandin2015-11-241-8/+0
* editeng: wrong default item for EE_PARA_FORBIDDENRULESMichael Stahl2015-11-181-1/+2
* editeng: wrong default item for EE_PARA_HANGINGPUNCTUATIONMichael Stahl2015-11-181-1/+2
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-171-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-69/+69
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-021-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-201-8/+8
* Reduce scope of variableStephan Bergmann2015-10-131-5/+3
* com::sun::star->css in filter/Noel Grandin2015-10-011-38/+35
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-2/+2
* tdf#94559: second step to remove rtti.hxxOliver Specht2015-09-301-19/+19
* boost->stdCaolán McNamara2015-09-181-6/+5
* coverity#1321600 Dereference before null checkCaolán McNamara2015-09-011-8/+4
* check for error more frequentlyCaolán McNamara2015-09-011-4/+8
* pClientData can be nullCaolán McNamara2015-08-301-1/+1
* check seeks and readsCaolán McNamara2015-08-281-18/+44
* check seeks and offsetsCaolán McNamara2015-08-271-5/+10