summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2020-05-06tdf#101181: support for transparency attribute of glow effectMike Kaganski2-1/+4
2020-05-06tdf#79082 Export paragraph tab stops to ooxmlSamuel Mehrbrodt2-0/+42
2020-05-05tdf#132486 Chart: fix OOXML export of ShiftedCategoryPositionBalazs Varga1-24/+13
2020-05-04tdf#131175 Import data label solid fill and color.Gülşah Köse2-1/+24
2020-04-29tdf#132491 DOCX DrawingML shape import: fix missing underline colorRegényi Balázs1-0/+7
2020-04-29Related tdf#111461: add "variant", "lpstr" and "i4" in docprophandler (oox)Julien Nabet1-1/+11
2020-04-29tdf#119087 Don't treat OOXML strict namespace as custom XMLSamuel Mehrbrodt1-1/+2
2020-04-28tdf#132282: Revert fix for tdf#131554Xisco Fauli1-3/+1
2020-04-28move the castToFastAttributeList functionNoel Grandin1-1/+1
2020-04-28tdf#131841 DOCX DrawingML shape import: Fixed missing HighlightColorSzabolcs3-4/+72
2020-04-28tdf#127811 tdf#127813 Introduce compatibility key for the data seriesTünde Tóth2-20/+15
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann19-3/+28
2020-04-26Fix typo in codeAndrea Gelmini1-3/+3
2020-04-26update pchesCaolán McNamara1-2/+3
2020-04-26Removed executable bitsAndrea Gelmini1-0/+0
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin2-2/+8
2020-04-24tdf#132174 Chart DOCX import: fix label number formatBalazs Varga1-0/+4
2020-04-24tdf#132076 Chart OOXML: fix lost date format of X axisBalazs Varga2-10/+62
2020-04-24Related tdf#111461: ignore picLocks attributeJulien Nabet1-0/+1
2020-04-23tdf#131936 Correctly detect OOXML variant on importSamuel Mehrbrodt2-2/+34
2020-04-23tdf#130058 Import shadow size.Gülşah Köse5-1/+25
2020-04-22use more make_shared in ooxNoel Grandin4-8/+14
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara3-37/+43
2020-04-21tdf#131775 DOCX DrawingML shape import: fix missing spacingTibor Nagy1-1/+7
2020-04-20tdf#119187 fix: Top-aligned text in PPTX becomes bottom-alignedSerge Krot1-44/+81
2020-04-20tdf#78749 DOCX: import VML background imageAttila Bakos1-2/+7
2020-04-17tdf#131922 DOCX DrawingML shape import: fix lang-idRegényi Balázs1-0/+3
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin1-1/+3
2020-04-09tdf#131776 DOCX grouped shape import: fix regression for strikeoutsRegényi Balázs1-2/+4
2020-04-07loplugin:unusedvariableplus in ooxNoel Grandin2-2/+1
2020-04-03crashtesting: mismatched start/end tag assert on reexport of tdf113187-1.pptxCaolán McNamara1-2/+0
2020-04-03tdf#131776 DOCX DrawingML shape import: fix missing strikeoutRegényi Balázs1-0/+6
2020-04-03loplugin:flatten in ooxNoel Grandin39-2063/+2104
2020-04-02tdf#123351 DOCX DrawingML shape import: fix missing underlineSzabolcs1-0/+40
2020-04-01Fix typoAndrea Gelmini1-1/+1
2020-04-01tdf#131554 placeholder iteration fails to stop when a match is foundnd1011-1/+3
2020-04-01Remove unused includeMiklos Vajna1-1/+0
2020-03-31tdf#100751 DOCX VML shape import: fix arrow directionSzabolcs Toth1-13/+6
2020-03-30tdf#131370 chart: implement OOXML import/export of legend overlay featureTünde Tóth7-9/+15
2020-03-25tdf#131553 a null pointer crashes Impressnd1011-5/+8
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen3-7/+0
2020-03-23Fix spelling of variableJohnny_M1-6/+6
2020-03-20tdf#42949 Fix IWYU warnings in oox/source/[e-v]*/*cxxGabor Kelemen59-232/+97
2020-03-20tdf#131398 OOXML chart import: fix number format of pie chart labelsBalazs Varga1-7/+0
2020-03-20tdf#131082 fix missing fill property of grouped shapesnd1013-0/+44
2020-03-17Missing include (Windows --disable-pch; for std::max)Stephan Bergmann1-0/+4
2020-03-17tdf#131118 VML import: fix size of non-autosize shapes containing textMiklos Vajna3-3/+21
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen64-190/+77
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin28-62/+67