summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/pptin.cxx
AgeCommit message (Expand)Author
2017-03-21ofz#877 reference to stack alloced obj outlives objCaolán McNamara
2016-05-19tdf#49561: PPT import: Avoid to override formatting from StyleTextPropAtomMatus Uzak
2016-05-13convert TSS_TYPE to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-18Impress: Rework the way the display modes are presented.Philippe Jung
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-14coverity#736798 Dereference before null checkCaolán McNamara
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-18rework this so we don't read the string, backup and re-read the string againCaolán McNamara
2015-09-14Fix typo in (my) commit 6f971c4de0d5377a9dd8e010512f5abbd399231eMatteo Casalin
2015-09-14Avoid getTokenCount in ImplSdPPTImport::ImportMatteo Casalin
2015-08-28check stream statusCaolán McNamara
2015-08-28check seeks and readsCaolán McNamara
2015-08-27check status of SeekToCaolán McNamara
2015-08-27avoid loops in atom chainsCaolán McNamara
2015-08-27avoid hang in certain pptsCaolán McNamara
2015-08-27extend seek, loop ending tests to ppt specific codeCaolán McNamara
2015-08-26don't hang on unreachable record endsCaolán McNamara
2015-08-26add ppt to fftesterCaolán McNamara
2015-08-20loplugin:defaultparamsNoel Grandin
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-18ConvertSystemPathToURL->getFileURLFromSystemPathCaolán McNamara
2015-08-18rBaseURL argument now unusedCaolán McNamara
2015-08-14remove default value from DffPropSet::GetPropertyValueNoel Grandin
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-04Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-07Remove SvStorage aliasStephan Bergmann
2015-04-29redundant castCaolán McNamara
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-12TyposJulien Nabet