summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2020-07-15comphelper: don't hardcode hash sizes in Hash::getLength()Miklos Vajna2-9/+9
2020-07-14tdf#60316 Chart plotarea background issuend1012-1/+4
2020-07-13tdf#134221 Fix SMARTART caption text locationnd1011-2/+2
2020-07-13tdf#134255 Chart OOXML Import: set the auto text wrapBalazs Varga1-0/+4
2020-07-12update pchesCaolán McNamara1-2/+7
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-10replace usage of whitelist with allowlistThorsten Behrens2-6/+6
2020-07-10replace usage of blacklist with denylistThorsten Behrens2-10/+10
2020-07-10tdf#100348 add fill to fontwork in export to pptxRegina Henschel3-92/+152
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski2-32/+32
2020-07-06Don't explicitly convert OUString to OStringMike Kaganski4-53/+51
2020-07-05Allow use OUString as attribute value in FastSerializerHelper::*ElementMike Kaganski1-12/+12
2020-07-04tdf#119223 export the object name for pptx documents.Mark Hung1-20/+26
2020-07-03tdf#112312 DOCX legacy shape export: keep fixed sizeRegényi Balázs1-1/+6
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: ooxStephan Bergmann14-57/+57
2020-07-01Related: tdf#131175 OOXML chart: insert hatch definition into the right tableMiklos Vajna2-2/+19
2020-06-30Related: tdf#131175 OOXML chart: import data label fill patternGülşah Köse4-71/+321
2020-06-29OOXML/ODF Support for Shadow blur radiusA_GAN1-2/+13
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-4/+2
2020-06-22tdf#134053 tweak dash and space length for ooxmlRegina Henschel2-16/+57
2020-06-10PPTX export, custom shape, bitmap fill: fix source vs fill rect confusionMiklos Vajna1-0/+13
2020-06-10PPTX import: handle adjust values from both the shape and its placeholderMiklos Vajna4-2/+39
2020-06-10tdf#91250 Chart DOCX Import: Fix decimal place formatting issueBalazs Varga1-0/+3
2020-06-10tdf#133632 Chart DOCX Import: fix percentage number formatBalazs Varga1-1/+1
2020-06-04Update ShadowPrimitive2D to support shadow blurA_GAN1-1/+2
2020-06-04Upcoming loplugin:elidestringvar: ooxStephan Bergmann6-30/+15
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin1-1/+1
2020-06-03loplugin:simplifypointertobool improveNoel Grandin2-3/+3
2020-06-02OOXML support for shadow blurA_GAN4-0/+12
2020-06-02Use "Radius" instead of "Rad" for new propertiesTomaž Vajngerl3-7/+7
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-1/+1
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann2-4/+4
2020-05-27Further fixing of loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann3-6/+6
2020-05-27oox smartart import, composite alg: implement vertical centeringMiklos Vajna1-0/+23
2020-05-27tdf#132594 Chart XLSX import: fix legend entries in pie chartsTünde Tóth1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann25-107/+107
2020-05-26oox smartart import: fix aspect ratio of shape with composite algoMiklos Vajna1-20/+99
2020-05-26tdf#133030: DOCX export: fix formula alignment - part 3Attila Bakos1-1/+2
2020-05-26tdf#106181 XLSX export: output form controlsSerge Krot1-0/+1
2020-05-25tdf#133190 tdf#133191 Chart OOXML export: fix text wrap and rotationBalazs Varga1-9/+19
2020-05-25tdf#125812 Chart: fix OOXML export of gradient centerTünde Tóth1-21/+11
2020-05-25[MS-OFFCRYPTO] convert oox implementation into UNO serviceVasily Melenchuk11-123/+450
2020-05-24inline some use-once typedefsNoel Grandin2-5/+3
2020-05-24tdf#101181: drop useless "GlowEffect" boolean propertyMike Kaganski2-8/+9
2020-05-22tdf#129686: Revert "tdf#118776: pptx import: draw char noFill as transparent"Xisco Fauli1-6/+1
2020-05-22smartart import: handle multiple <a:schemeClr> in <dgm:fillClrLst>Miklos Vajna8-29/+86
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin3-25/+24
2020-05-20tdf#126363 DOCX shape round-trip: keep original line widthRegényi Balázs2-1/+8
2020-05-19oox, svx, sw, xmlsecurity: clang-format these filesMiklos Vajna5-137/+187
2020-05-18tdf#92526 DrawingML shape export: fix 0 line widthSzabolcs Toth1-1/+1