summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2020-09-25oox smartart: snake algo: consider child's aspect ratio request for cols/rowsMiklos Vajna
2020-09-25fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl
2020-09-24Fix typoAndrea Gelmini
2020-09-24Fix endianness issues in OOX crypto routinesStephan Bergmann
2020-09-24tdf#106197 XLSX shape import: keep text uprightSzabolcs Toth
2020-09-23tdf#136566 XLSX export: fix lost scheme based line colorsRegényi Balázs
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-22tdf#136650 DOCX pie chart import: fix percentageBalazs Varga
2020-09-22tdf#123610 DOCX shape import: keep text uprightSzabolcs Toth
2020-09-21tdf#136620 tdf#136708 filter,oox,sw: fix export of 2 different wrapsMichael Stahl
2020-09-21tdf#136247 Change element order of data labelsGülşah Köse
2020-09-18tdf#129685 PPTX import: fix unexpected centering of shape textMiklos Vajna
2020-09-18tdf#136830 Fix: positions of group shapes of PPTXnd101
2020-09-18tdf#136247 OOXML export data label background color.Gülşah Köse
2020-09-18tdf#124013 XLSX shape export: fix missing solidFillRegényi Balázs
2020-09-18tdf#136267 OOXML Chart Import: create main category axis labels onceBalazs Varga
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-16clean-up of commit 83c30743eaf44d8eded4a73e3ac2585b5bdbaffcRegényi Balázs
2020-09-15tdf#103611 sw: fix vertical alignment to page bottom marginTibor Nagy
2020-09-14oox smartart: handle <dgm:prSet ... custT="1"/>Miklos Vajna
2020-09-12Fix typosAndrea Gelmini
2020-09-11log what token was unexpectedCaolán McNamara
2020-09-11oox smartart: add support for syncing font heights of multiple shapesMiklos Vajna
2020-09-11tdf#135667 DOCX export: fix border line of OLE objectsAttila Bakos
2020-09-11tdf#77236 DOCX shape export: fix missing solidFillRegényi Balázs
2020-09-11tdf#135660 DOCX import: fix OLE icon wrap distanceDaniel Arato (NISZ)
2020-09-07tdf#135665 DOCX: import tight wrap setting of VML shapesDaniel Arato (NISZ)
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-09-03tdf#131537 DOCX export: fix OLE "Display as icon"Daniel Arato (NISZ)
2020-09-02tdf#136061 Chart ODF/OOXML: fix missing custom labelsBalazs Varga
2020-09-01oox: various small cleanupsMiklos Vajna
2020-08-31tdf#97618 DOCX import: VML shape: fix missing square wrapRegényi Balázs
2020-08-31tdf#121189 PPTX export: fix missing chartDaniel Arato (NISZ)
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-29Simplify some operation involving OUString and OUStringBufferStephan Bergmann
2020-08-28ofz#24770 oomCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-27ofz#24934 practically infinite loop on eofCaolán McNamara
2020-08-27tdf#135653 OOXML import: fix OLE background colorAttila Bakos
2020-08-25GetProperty extracts property to mAny alreadyCaolán McNamara
2020-08-24crashtesting: exception on reexport of fdo55178-3.xlsx to xlsxCaolán McNamara
2020-08-24tdf#134174 Fix the rotation of bitmap filled custom shapes.Gülşah Köse
2020-08-24GetProperty extracts property to mAny alreadyCaolán McNamara
2020-08-23tdf#134118 Chart OOXML import: fix gaps in month based dataBalazs Varga
2020-08-21Fix typosAndrea Gelmini
2020-08-21Fix typo in codeAndrea Gelmini
2020-08-19tdf#123647 Chart XLSX export: fix missing empty chartTünde Tóth
2020-08-18tdf#132555 PPTX VML import: handle stroke properties of image shapesMiklos Vajna
2020-08-18tdf#134563 Add UNO API for custom leader linesBalazs Varga
2020-08-14loplugin:simplifybool moreNoel Grandin