summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel9-110/+110
2020-11-30tdf#138561 OOXML Chart import: fix custom shape positionBalazs Varga1-1/+5
2020-11-27oox: make effectpropertiescontext available to everyone in oox/Miklos Vajna4-7/+4
2020-11-24tdf#138194 Chart OOXML import: set text break to trueTünde Tóth5-39/+32
2020-11-24tdf#138181 Chart OOXML: fix deleted legend entries of pie chartsTünde Tóth2-2/+16
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel6-10/+10
2020-11-22oox: VML export: Output coordsize even when top/left is 0,0Dr. David Alan Gilbert1-1/+1
2020-11-22Fix ESCHER_Prop_pVertices/ESCHER_Prop_pSegmentInfo outputDr. David Alan Gilbert1-1/+1
2020-11-19tdf#123936 Formatting files in module oox with clang-formatPhilipp Hofer25-177/+159
2020-11-18tdf#128213 Fix text camera z rotation import and export.Gülşah Köse9-24/+126
2020-11-17tdf#138204 Chart OOXML Import: doesn't show placeholderBalazs Varga2-0/+5
2020-11-17loplugin:stringviewparam check methods tooNoel2-3/+3
2020-11-16replace std::min(std::max()) with std::clampNoel1-1/+1
2020-11-16replace std::max(std::min()) with std::clampNoel1-1/+1
2020-11-14tdf#138148 Protect aspect ratio of graphic bullets.Gülşah Köse4-2/+53
2020-11-12New loplugin:stringviewparamStephan Bergmann1-4/+4
2020-11-11loplugin:stringviewNoel4-5/+5
2020-11-11disable O(U)String::concat for internal codeNoel Grandin1-1/+1
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen10-15/+25
2020-11-06tdf#137917 Chart OOXML: fix export of TimeIncrement of Date axisBalazs Varga1-0/+75
2020-11-05tdf#128213 Fix export rotation problem.Gülşah Köse1-1/+1
2020-11-05clean up some temp files after running testsAndras Timar1-0/+1
2020-11-03tdf#128877 DOCX import: fix lost position of image cropped to shapeMiklos Vajna3-0/+32
2020-10-30tdf#126133 Chart OOXML import: set default text rotation to 0°Tünde Tóth1-0/+4
2020-10-30tdf#137734 Chart OOXML import: fix variable color chartsTünde Tóth2-2/+2
2020-10-30tdf#137642 VML shape import: fix alignment from top marginSzabolcs Toth1-0/+4
2020-10-29tdf#137765 DOCX VML shape import: fix rotation handlingRegényi Balázs1-13/+21
2020-10-28std::set->o3tl::sorted_vector in ooxNoel Grandin2-9/+14
2020-10-28convert some more long -> tools::LongNoel2-2/+2
2020-10-27tdf#137678 DOCX VML shape import: fix missing horizontal mirroringRegényi Balázs1-26/+27
2020-10-26tdf#97517 DOCX VML shape import: fix missing vertical mirroringRegényi Balázs1-6/+29
2020-10-22tdf#103987 Avoid duplication of the Custom Properties during OOXML exportBartosz Kosiorek2-37/+140
2020-10-22long->tools::Long in hwpfilter..ooxNoel6-8/+9
2020-10-21new tools::Degree10 strong typedefNoel Grandin2-3/+3
2020-10-20tdf#137417 oox smartart: avoid considering rules in vertical linear layoutsMiklos Vajna1-0/+6
2020-10-17tdf#133377 OOXML Fix storage of date in Custom PropertiesBartosz Kosiorek1-1/+3
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-3/+3
2020-10-13tdf#101122 DOCX custom shape export: remove bad fillRegényi Balázs2-3/+48
2020-10-09tdf#99810 DOCX export: fix lost arrow shapeRegényi Balázs1-13/+23
2020-10-09tdf#133037 OOXML shape import: camera rotation along ZDaniel Arato (NISZ)4-4/+60
2020-10-09tdf#134978 Chart OOXML Import: fix pie chart label custom positionTünde Tóth2-1/+6
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-06Drop unused codeMike Kaganski1-14/+2
2020-10-06tdf#105875 DOCX VML shape import: fix missing rotationRegényi Balázs1-11/+15
2020-10-06tdf#137000 XLSX shape export: fix uprightSzabolcs Toth2-7/+39
2020-10-06tdf#137023 PPTX import: fix unexpected center alignment of shape text, 2nd tryMiklos Vajna4-5/+35
2020-10-04ofz#26128 check at start instead of end if encryptedHashValue is too smallCaolán McNamara1-5/+10
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel2-3/+5
2020-10-03loplugin:reducevarscope in ooxNoel6-10/+9
2020-10-02cid#1467667 Division or modulo by float zeroCaolán McNamara1-2/+2