summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2018-08-31oox: create DocumentPropertiesImporter instances with an uno constructorMiklos Vajna4-27/+14
2018-08-30tdf#115670 vml shadow: shadow is off unless explicitly set onJustin Luth1-1/+1
2018-08-30tdf#119562 Fix export of AutoFit property of shapes to XLSXBalazs Varga1-1/+1
2018-08-29loplugin:constantparam (2)Noel Grandin2-2/+3
2018-08-28tdf#39593 deduplicate code using existing functionArkadiy Illarionov1-6/+1
2018-08-27Fix build in the !(USE_TLS_OPENSSL + USE_TLS_NSS > 0) caseTor Lillqvist1-2/+4
2018-08-24tdf#73547 fix ooxml export / import custom dashes.Mark Hung2-56/+41
2018-08-23tdf#94502 Fix overlap export of Stacked Bar Chart to *.xlsxBalazs Varga1-1/+16
2018-08-22new loplugin:conststringfieldNoel Grandin4-20/+22
2018-08-22tdf#119118 convert tmAbs value to second.Mark Hung1-3/+3
2018-08-17tdf108064 OOXML export: keep preset dashes in shape outlinesAdam Kovacs1-7/+27
2018-08-16ofz: timeoutCaolán McNamara1-0/+10
2018-08-16ofz#9932 Null-derefCaolán McNamara1-1/+3
2018-08-16tdf#118385 Avoid crash on loading documentSzymon Kłos1-1/+1
2018-08-16tdf#116350 Better text layout for big shapesSzymon Kłos1-0/+8
2018-08-15ofz#9892 Null-dereferenceCaolán McNamara1-1/+3
2018-08-14tdf#119234 OOXML Shapes from Word fail to renderNoel Grandin1-1/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin2-4/+4
2018-08-14Revert "Work around what looks like MSVC 2013 miscompilation"Stephan Bergmann1-6/+1
2018-08-13loplugin:returnconstant in oox,packageNoel Grandin2-7/+4
2018-08-10tdf#119160 remove fill from all fontwork shapesSzymon Kłos1-1/+1
2018-08-10tdf#91999 export/drawingml: shape rotate 180 is not specialJustin Luth1-32/+4
2018-08-10Resolves: rhbz#1614419 FIPS mode PK11_ImportSymKey failureCaolán McNamara1-13/+86
2018-08-10oox: create FilterDetect instances with an uno constructorMiklos Vajna4-30/+14
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin1-1/+1
2018-08-10tdf#96469 Export Data Point properties in Charts on DOCX/XLSXBalazs Varga1-0/+51
2018-08-08tdf#116350 Fix export of fontworkSzymon Kłos1-1/+6
2018-08-08tdf#116350 Correctly display text on arcSzymon Kłos1-1/+10
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