summaryrefslogtreecommitdiff
path: root/sd/source/filter
AgeCommit message (Expand)AuthorFilesLines
2018-09-10sd / pptx export: get rid of GET and GETA macros.Mark Hung1-15/+9
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin3-11/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-08sd / pptx export: use extracted ooxml node type.Mark Hung1-15/+12
2018-09-07sd/ pptx export: resolves unhandled node type causing crashes.Mark Hung1-21/+17
2018-09-07tdf#99213: don't export invalid child nodes.Mark Hung1-32/+111
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin2-4/+4
2018-09-05Fix typosAndrea Gelmini1-1/+1
2018-09-04tdf#119629 Fix keytime formula and missing effect node type.Mark Hung2-1/+8
2018-09-04sd/pptx export: allow exporting effect preset id.Mark Hung1-0/+1
2018-09-03sd/ pttx export: wrap user data handling in NodeContext.Mark Hung1-26/+56
2018-09-03sd/ pptx export: refactor WriteAnimationNodeCommonPropsStart().Mark Hung1-85/+131
2018-09-03sd/pptx export: clean up rXNode and bMainSeqChildMark Hung1-37/+30
2018-09-03sd/pptx export: utility class to further refactor.Mark Hung1-5/+52
2018-08-31sd/pptx export: remove parameter that is always true.Mark Hung1-8/+7
2018-08-31sd/pptx export: remove unused parameter.Mark Hung1-12/+9
2018-08-31sd/pptx export: make FSHelperPtr pFS a class member.Mark Hung1-111/+102
2018-08-31sd/pptx export: new PPTXAnimationExport class.Mark Hung4-39/+115
2018-08-31sd/pptx export: refactor WriteAnimationNode.Mark Hung1-44/+57
2018-08-31sd/pptx export: remove unnecessary using caluses.Mark Hung1-7/+7
2018-08-31sd/pptx export: move animation related static member functionsMark Hung2-192/+182
2018-08-30sd/pptx export: move animation export code to a single file.Mark Hung2-1025/+1076
2018-08-29new loplugin:oustringbufferNoel Grandin1-6/+6
2018-08-22new loplugin:conststringfieldNoel Grandin3-24/+21
2018-08-18coverity#1438403 Unchecked return valueCaolán McNamara1-2/+2
2018-08-16tdf#99213 handle iterate container.Mark Hung1-9/+34
2018-08-15ofz#9821 Indirect-leakCaolán McNamara1-1/+7
2018-08-14tdf#118825 use exportToSvgD for motion path in pptx filter.Mark Hung1-0/+6
2018-08-13loplugin:returnconstant in sdNoel Grandin6-22/+12
2018-08-10OUString: avoid getTokenCount to only get last tokenMatteo Casalin1-2/+3
2018-08-10unnecessary null check before dynamic_cast, in sdNoel Grandin1-2/+2
2018-08-03forcepoint#70 give all escher client data objects a common parent classCaolán McNamara2-9/+9
2018-08-01Fix typosAndrea Gelmini1-1/+1
2018-07-31tdf#118080 fix formula importing of ppt animation.Mark Hung1-27/+4
2018-07-31crashtesting: failure on exporting tdf112587-1.odp to pptxCaolán McNamara1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen7-0/+7
2018-07-29loplugin:stringloop in sdNoel Grandin1-3/+3
2018-07-25tdf#118836: fix grow-shrink animation in saved pptx.Mark Hung1-1/+29
2018-07-24ofz#9261 catch all exceptionsCaolán McNamara1-10/+1
2018-07-24tdf#118835 export animClr element. ( handle AnimateColor ).Mark Hung2-2/+73
2018-07-24tdf#118835 fix missing attribute name conversion.Mark Hung1-58/+24
2018-07-19tdf#118783 sd:fix spin animation in saved pptx file.Mark Hung1-1/+10
2018-07-18tdf#118806 sd: specify the motion path origin for pptx.Mark Hung1-0/+1
2018-07-18tdf#118768 fix pptx export of put on the brake animation.Mark Hung2-18/+20
2018-07-16oox: enum MS_AttributeNames -> enum class AnimationAttributeEnumMark Hung1-2/+2
2018-07-14ofz#9403 null derefCaolán McNamara1-2/+3
2018-07-13Move convertMeasrue and convertAnimationValue from sd to oox.Mark Hung2-266/+5
2018-07-12return SvMemoryStream by std::unique_ptrNoel Grandin1-2/+2
2018-07-10Make EscherPropertyContainer::CreatePolygonProperties saferArmin Le Grand1-15/+2
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin4-11/+6