summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2018-08-07ofz#9747 Indirect-leakCaolán McNamara2-7/+7
2018-08-06tdf#113822 handle letter-by-letter animations in pptx documents.Mark Hung2-8/+28
2018-08-05coverity#1438225 Improper use of negative valueCaolán McNamara1-4/+4
2018-08-05coverity#1438224 Dereference null return valueCaolán McNamara1-0/+1
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski5-7/+7
2018-08-03Move angle normalization code from various places to toolsMike Kaganski4-6/+6
2018-08-03oox: create FastTokenHandler instances with an uno constructorMiklos Vajna4-27/+14
2018-08-03tdf#116350 Export preset text geometry (text effects)Szymon Kłos1-1/+6
2018-08-02tdf#116350 Import preset text geometry (text effects)Szymon Kłos12-5/+370
2018-08-02tdf#119029: also export rotation for data seriesMike Kaganski1-7/+21
2018-08-01Use temporaries for dummy argumentsMike Kaganski1-3/+3
2018-08-01forcepoint#59 the "matrix" is always one row in heightCaolán McNamara1-22/+16
2018-08-01forcepoint#54 null derefCaolán McNamara1-0/+2
2018-07-30tdf#108078 OOXML Export Chart shapes area fill propertiesBalazs Varga2-17/+14
2018-07-30sw doc model xml dump: dump float value of user fieldsMiklos Vajna2-2/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen55-0/+62
2018-07-29crashtesting: additional crash on export to pptxCaolán McNamara1-21/+42
2018-07-26oox: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann8-20/+5
2018-07-25-Werror,-Wformat (clang-cl)Stephan Bergmann1-2/+2
2018-07-25Fix typoAndrea Gelmini1-1/+1
2018-07-25tdf#50499 convert by, from, and to of AnimContext.Mark Hung1-14/+30
2018-07-24tdf#113818 convert formula of AnimContext.Mark Hung1-8/+8
2018-07-24tdf#118835 fix missing attribute name conversion.Mark Hung1-1/+1
2018-07-24tdf#118890 subtract 100% from by values of animScale.Mark Hung1-1/+5
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-23loplugin:unusedfieldsNoel Grandin2-3/+2
2018-07-22Fix typosAndrea Gelmini1-1/+1
2018-07-20tdf#118150 Fix displaying of chart where Legend is set manuallyBartosz Kosiorek1-3/+5
2018-07-19use sequenceToContainer and simplify iterator usageLászló Németh1-14/+5
2018-07-19tdf#98477 convert to, from, by of AnimScaleContext.Mark Hung2-10/+14
2018-07-18tdf#118651 OOXML ActiveX textbox: fix multiline supportBalazs Varga1-2/+7
2018-07-18tdf#113822 convert animation value in SetTimeNodeContext.Mark Hung3-48/+46
2018-07-16oox: refactor CommonBehaviorContext to inherit from FragmentHandler2.Mark Hung2-3/+5
2018-07-16oox: enum MS_AttributeNames -> enum class AnimationAttributeEnumMark Hung2-44/+44
2018-07-15coverity#1437958 Uninitialized pointer fieldCaolán McNamara1-0/+1
2018-07-14fix oss-fuzz buildCaolán McNamara1-1/+1
2018-07-13Move convertMeasrue and convertAnimationValue from sd to oox.Mark Hung2-101/+284
2018-07-11related tdf#114845 oox: ensure rXShape.is()Justin Luth1-1/+1
2018-07-10Make EscherPropertyContainer::CreatePolygonProperties saferArmin Le Grand1-15/+30
2018-07-10Support txAnchorVert parameterekuiitr1-3/+18
2018-07-07oox: Handle agile encryption info "reserved" field correctlyTomaž Vajngerl3-6/+11
2018-07-06oox: Agile encryption and data integrity verificationTomaž Vajngerl6-68/+788
2018-07-06oox: Standard2007Engine - take size into account when decryptingTomaž Vajngerl2-4/+7
2018-07-06oox: move reading of the encryption info into the crypt engineTomaž Vajngerl3-289/+273
2018-07-06CryptoTools: add HMAC, move crypto impl. details to CryptoImplTomaž Vajngerl3-115/+367
2018-07-02tdf106792 Get rid of SvxShapePolyPolygonBezierArmin Le Grand1-10/+3
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin2-2/+2
2018-06-29tdf#115945 oox export: data label writeRunPropertiesJustin Luth1-0/+2
2018-06-29tdf#104199 sd: export non-borders as noFillJustin Luth1-1/+4
2018-06-28tdf#107690 OOXML import/export of setting "Open as read-only"László Németh1-15/+35