summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/svdfppt.cxx
AgeCommit message (Expand)Author
2018-12-06Fix reading 16 bit millisecond valueStephan Bergmann
2018-10-31loplugin:useuniqueptr in PPTTextObj::PPTTextObjNoel Grandin
2018-10-21tdf#120703 (PVS)Mike Kaganski
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08loplugin:simplifyconstruct in filter..frameworkNoel Grandin
2018-08-21loplugin:useuniqueptr in PPTNumberFormatCreatorNoel Grandin
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann
2018-08-03forcepoint#70 give all escher client data objects a common parent classCaolán McNamara
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-28loplugin:stringloop in filterNoel Grandin
2018-07-27use boost::optional for OUString instead of std::unique_ptrNoel Grandin
2018-07-26filter: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-21Fix typosAndrea Gelmini
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): filterStephan Bergmann
2018-06-06Translate German comments and debug stringsJohnny_M
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-05-17loplugin:unusedfields in editeng..filterNoel Grandin
2018-04-20forcepoint#38 notify that obj in group was deletedCaolán McNamara
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06tdf#77747 handle Hebrew numbering in ppt.Mark Hung
2018-04-05fix bug in ppt import filter, ignoring initialsNoel Grandin
2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-03-28Translate German function namesJohnny_M
2018-03-20loplugin:useuniqueptr in PPTStyleTextPropReaderNoel Grandin
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke
2018-03-16Modernize a bit filter (part2)Julien Nabet
2018-03-10svdfppt: use FillBitmap and xBitmap instead of Graph.Obj. URLTomaž Vajngerl
2018-03-07use more Color in editeng..formsNoel Grandin
2018-03-05Translate German variable namesJohnny_M
2018-03-05loplugin:useuniqueptr in SdrPowerPointImportNoel Grandin
2018-03-05loplugin:useuniqueptr in PPTTextSpecInfoAtomInterpreterNoel Grandin
2018-03-05loplugin:useuniqueptr in PPTExtParaProvNoel Grandin
2018-03-05loplugin:useuniqueptr in SdrEscherImportNoel Grandin
2018-03-04ofz#6723 Bad-castCaolán McNamara
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26loplugin:useuniqueptr in SvxMSDffSolverContainerNoel Grandin
2018-02-16Revert "loplugin:changetoolsgen in filter..framework" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in filter..frameworkNoel Grandin
2018-02-07use scanline when reading pixel dataNoel Grandin
2018-01-31No apparent need to restrict intermediate values to sal_uInt16Stephan Bergmann
2018-01-25clamp normal page sizes as well as notepagesCaolán McNamara
2018-01-25drop GetPageSize no-op functionCaolán McNamara
2018-01-15More loplugin:cstylecast: filterStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin