summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-09tdf#42949 Fix IWYU warnings in oox/*/*hxxGabor Kelemen51-66/+33
2020-03-09tdf#131143 OOXML chart: fix missing data points of scatter chartBalazs Varga1-4/+6
2020-03-06tdf#130911: convert some token generation scripts from Perl to Python.Jussi Pakkanen5-159/+137
2020-03-05tdf#75330 add a new overlay/no-overlay feature for the legendTünde Tóth1-3/+2
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth6-21/+88
2020-03-03tdf#84399 VML import: map <v:shape o:spt="202"> to TextShapeMiklos Vajna5-1/+48
2020-03-02tdf#130986 Chart OOXML export: fix number format of custom labelBalazs Varga1-0/+3
2020-02-25loplugin:referencecastingNoel Grandin2-4/+6
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-1/+2
2020-02-24tdf130839: Corrects second level left margin in SmartartGülşah Köse1-3/+9
2020-02-21Drop o3tl::optional wrapperStephan Bergmann9-30/+30
2020-02-21tdf#130657 OOXML chart import: fix charts without CrossBetweenBalazs Varga1-1/+3
2020-02-20tdf#126076 XLSX export: fix automatic line chart markersTünde Tóth1-1/+1
2020-02-20tdf#90749 chart: add leader lines to custom data label positionsBalazs Varga8-0/+19
2020-02-20Remove some unused includesMiklos Vajna4-7/+0
2020-02-20tdf#130776 Show the bullet on second level in smartart.Gülşah Köse1-0/+3
2020-02-19Related tdf#130681: convert number format if model not deletedJulien Nabet1-2/+1
2020-02-17tdf#130590 Chart OOXML export: fix custom label positionBalazs Varga1-0/+19
2020-02-13tdf#119138 Show custom chart title if autoTitleDeleted is missingGabor Kelemen1-1/+4
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+2
2020-02-09Fix typoAndrea Gelmini1-1/+1
2020-02-09Fix typoAndrea Gelmini1-1/+1
2020-02-07test: move component context from subclasses to BootstrapFixtureMiklos Vajna4-8/+0
2020-02-06CppunitTest_oox_shape: remove unused includesMiklos Vajna1-10/+0
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-2/+4
2020-01-31tdf#130032 Chart OOXML Import: fix data label custom positionBalazs Varga2-52/+5
2020-01-31new loplugin:namespaceindentationNoel Grandin78-79/+79
2020-01-30tdf#48436 Chart: add CustomLabelPosition UNO API propertyBalazs Varga2-10/+22