summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2019-04-08tdf#124466 XLSX: fix broken export by removing chart type data redundancyBalazs Varga1-2/+17
2019-04-08PPTX export: save SmartArt as diagram instead of group of shapesGrzegorz Araminowicz2-0/+321
2019-04-06Follow 4a4b1df72909fe96acdbcb95f90e30bd1a79c5ebJulien Nabet1-1/+1
2019-04-06Fix 6a9cf9ba2d37fee9b7c2f190b347e0d7c4a2676aJulien Nabet1-1/+1
2019-04-06tdf#91634 XLSX export: fix hyperlink inserted to imagetundet1-4/+15
2019-04-04Get rid of USS macroMike Kaganski3-29/+37
2019-04-02tdf#124463 XLSX export: fix splitDataSeriesByAxisBalazs Varga1-0/+15
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-2/+2
2019-03-28return unique_ptr from CreateTableStyleNoel Grandin1-7/+7
2019-03-26loplugin:unnnecessaryvirtualNoel Grandin2-4/+4
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2019-03-25new loplugin:unoqueryNoel Grandin2-2/+2
2019-03-20tdf#123909 fix event source that refers to a timenode.Mark Hung3-3/+27
2019-03-20Further reducion of OString copying by in-string comparisonMatteo Casalin1-13/+10
2019-03-20Reduce OString copying by using in-string comparisonMatteo Casalin1-44/+32
2019-03-18tdf#81437 XLSX import: fix missing chart borderBalazs Varga2-4/+24
2019-03-18PPTX import: save also OOXDrawing in InteropGrabBagGrzegorz Araminowicz3-27/+32
2019-03-14PPTX import: import SmartArt drawing into single GroupShapeGrzegorz Araminowicz3-8/+6
2019-03-12tdf#115012 XLSX chart import: workaround for no gapLászló Németh1-0/+85
2019-03-11PPTX import: save SmartArt markup into InteropGrabBagGrzegorz Araminowicz2-11/+28
2019-03-07log nice exception messages whereever possibleNoel Grandin4-8/+16
2019-03-05Use indexed getToken and improve tokenizationMatteo Casalin1-9/+8
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-02-28oox smartart, picture strip: fix too wide child shapesMiklos Vajna1-1/+8
2019-02-27oox smartart, picture strip: fix lack of margin in text shapesMiklos Vajna1-3/+55
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin3-3/+3
2019-02-26oox smartart, picture strip: fix lack of spacing around the picture listMiklos Vajna1-3/+28
2019-02-26oox smartart, picture strip: fix too many columns with aspect ratio requestMiklos Vajna1-7/+22
2019-02-25oox smartart, picture strip: expose aspect ratio of children for snake algoMiklos Vajna5-13/+26
2019-02-25oox smartart, picture strip: fetch # of children only once in snake algoMiklos Vajna1-5/+3
2019-02-25tdf#123557 PPTX: import timenode condition targets.Mark Hung1-1/+11
2019-02-25loplugin:unusedfields in variousNoel Grandin1-3/+2
2019-02-23tdf#47365: import support for PPTX presentation's loop attributeMike Kaganski3-0/+65
2019-02-22oox smartart, picture strip: handle bitmap fill of pres nodesMiklos Vajna3-0/+11
2019-02-21Fix code formatting, typos and grammar in comments, follow-up of 48ef20f2039Andras Timar1-32/+33
2019-02-21tdf#123090 Handle removed column with gridSpan.Gülşah Köse1-4/+46
2019-02-20oox smartart, cycle matrix: fix fill and line props of shapeMiklos Vajna1-0/+15
2019-02-20Related: tdf#122226 OOXML Chart Import data label separatorBalazs Varga1-1/+5
2019-02-19oox smartart, cycle matrix: handle destination order in connectionsMiklos Vajna3-11/+16
2019-02-19pretty up logging of exceptionsNoel Grandin2-3/+5
2019-02-18oox smartart, cycle matrix: handle aspect ratio in composite algoMiklos Vajna3-10/+40
2019-02-18oox smartart, cycle matrix: fix too large height in composite algoMiklos Vajna1-2/+2
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov6-50/+51
2019-02-15tdf#97575 Chart OOXML: Export ShapeProps of Error BarsBalazs Varga1-0/+2
2019-02-13tdf#123400 OOXML Chart: Export Data Label SeparatorBalazs Varga1-0/+11
2019-02-12Fix build without HAVE_FEATURE_AVMEDIA (iOS at least)Tor Lillqvist2-1/+10
2019-02-12tdf#122226 OOXML Chart Import: data label new line separatorBalazs Varga1-1/+1
2019-02-11new loplugin writeonlyvarsNoel Grandin1-6/+0