summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-02cid#1467665 Division or modulo by float zeroCaolán McNamara1-1/+2
2020-09-30oox smartart: extract snake algo from AlgAtom::layoutShape()Miklos Vajna2-300/+339
2020-09-30oox smartart: snake algo: make sure child shape height stays within parentMiklos Vajna1-6/+28
2020-09-29oox smartart: snake algo: apply constraints on child shape widthsMiklos Vajna1-10/+47
2020-09-29oox smartart: snake algo: start parsing relative width constraintsMiklos Vajna1-13/+90
2020-09-29tdf#91251 XLSX textbox export: fix missing overflow propertiesRegényi Balázs4-4/+28
2020-09-29tdf#80526 DOCX: import word-wrap textbox settingRegényi Balázs1-0/+5
2020-09-27Fix typo in codeAndrea Gelmini1-3/+3
2020-09-25oox smartart: snake algo: consider child's aspect ratio request for cols/rowsMiklos Vajna1-2/+9
2020-09-25fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl4-12/+53
2020-09-24Fix typoAndrea Gelmini1-2/+2
2020-09-24Fix endianness issues in OOX crypto routinesStephan Bergmann2-14/+30
2020-09-24tdf#106197 XLSX shape import: keep text uprightSzabolcs Toth4-23/+44
2020-09-23tdf#136566 XLSX export: fix lost scheme based line colorsRegényi Balázs2-8/+52
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara6-13/+13
2020-09-22tdf#136650 DOCX pie chart import: fix percentageBalazs Varga1-8/+14
2020-09-22tdf#123610 DOCX shape import: keep text uprightSzabolcs Toth2-0/+30
2020-09-21tdf#136620 tdf#136708 filter,oox,sw: fix export of 2 different wrapsMichael Stahl1-4/+18
2020-09-21tdf#136247 Change element order of data labelsGülşah Köse1-2/+2
2020-09-18tdf#129685 PPTX import: fix unexpected centering of shape textMiklos Vajna4-1/+27
2020-09-18tdf#136830 Fix: positions of group shapes of PPTXnd1011-1/+13
2020-09-18tdf#136247 OOXML export data label background color.Gülşah Köse1-6/+25
2020-09-18tdf#124013 XLSX shape export: fix missing solidFillRegényi Balázs1-27/+1
2020-09-18tdf#136267 OOXML Chart Import: create main category axis labels onceBalazs Varga5-8/+7
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann3-4/+11
2020-09-16clean-up of commit 83c30743eaf44d8eded4a73e3ac2585b5bdbaffcRegényi Balázs1-11/+0
2020-09-15tdf#103611 sw: fix vertical alignment to page bottom marginTibor Nagy1-2/+6
2020-09-14oox smartart: handle <dgm:prSet ... custT="1"/>Miklos Vajna1-1/+55
2020-09-12Fix typosAndrea Gelmini1-1/+1
2020-09-11log what token was unexpectedCaolán McNamara1-1/+1
2020-09-11oox smartart: add support for syncing font heights of multiple shapesMiklos Vajna7-11/+126
2020-09-11tdf#135667 DOCX export: fix border line of OLE objectsAttila Bakos1-36/+42