summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt
AgeCommit message (Expand)Author
2022-04-26add o3tl::toUInt32Noel Grandin
2022-03-30tdf#74670 tdf#91286 PPTX XLSX export: save image onceTünde Tóth
2022-02-26cid#1362689 Uninitialized scalar fieldCaolán McNamara
2022-02-26cid#1500598 Uninitialized scalar fieldCaolán McNamara
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)
2022-02-21Recheck modules sd* with IWYUGabor Kelemen
2022-01-31tdf#130165 PPTX export: fix master objects visible propertyTibor Nagy
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski
2022-01-05tdf#146534 pptx import: make Z rotation work with rotation transformSarper Akdemir
2021-12-01PPTX export: write the theme for the master pages from the doc modelMiklos Vajna
2021-11-24tdf#145511 PPTX: export the password for editingTünde Tóth
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-22tdf#143316: fix datetime footer regression on mso2010Sarper Akdemir
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-12coverity: annotate with markup so they will stay silencedCaolán McNamara
2021-10-21loplugin:flattenNoel Grandin
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-19tdf#143624 PPTX: slideshow setting “Manual forwarding” not exportedTibor Nagy
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-18loplugin:constparamsNoel Grandin
2021-08-12tdf#143129 PPTX: custom slide show use as default is not exported.Tibor Nagy
2021-07-27tdf#143126 PPTX: slideshow setting “Start from” not exportedTibor Nagy
2021-07-19tdf#59323 tdf#142228 pptx export: fix datetime footers backwards compatibilitySarper Akdemir
2021-07-04cid#1486703 if bUsePlaceholderIndex is true then ePlaceholder != OutlinerCaolán McNamara
2021-07-02tdf#142235 PPTX export: fix styles with placeholdersAttila Bakos (NISZ)
2021-07-01address style concerns and better practices for pptx footer exportSarper Akdemir
2021-06-18avoid maybe-uninitialized in PowerPointShapeExportNoel Grandin
2021-06-16tdf#59323: pptx export: add support for slide footersSarper Akdemir
2021-06-16tdf#59323: pptx export: add placeholder index to master footer placeholdersSarper Akdemir
2021-06-08tdf#47365 PPTX export: support loop attributeTibor Nagy
2021-06-03cid#1485165 avoid Missing move assignment operatorCaolán McNamara
2021-06-01no need to allocate these on the heapNoel Grandin
2021-05-31flatten vectorNoel Grandin
2021-05-31tdf#142537 PPTX export: fix placeholder style exportAttila Bakos (NISZ)
2021-05-28tdf#125071 PPTX: fix missing custom slide show exportTibor Nagy
2021-05-10tdf#124457 PPTX animation: export repeatCountTibor Nagy
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29tdf#111903 tdf#137152 PPTX export: fix placeholdersAttila Bakos (NISZ)
2021-04-27use string_view in INetURLObject::decodeNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-07tdf#141267 PPTX export: fix handling of audio nodes with non-media sourceMiklos Vajna
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski
2021-02-04Fix typoAndrea Gelmini