summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2018-08-23tdf#94502 Fix overlap export of Stacked Bar Chart to *.xlsxBalazs Varga1-1/+16
2018-08-20tdf#116350 Better text layout for big shapesSzymon Kłos1-0/+8
2018-08-20coverity#1438224 Dereference null return valueCaolán McNamara1-0/+1
2018-08-20tdf#119160 remove fill from all fontwork shapesSzymon Kłos1-1/+1
2018-08-20tdf#118385 Avoid crash on loading documentSzymon Kłos1-1/+1
2018-08-20tdf#116350 Correctly display text on arcSzymon Kłos1-1/+10
2018-08-20tdf#116350 Fix export of fontworkSzymon Kłos1-1/+6
2018-08-20tdf#116350 Export preset text geometry (text effects)Szymon Kłos1-1/+6
2018-08-20tdf#116350 Import preset text geometry (text effects)Szymon Kłos12-5/+371
2018-08-16ofz#9892 Null-dereferenceCaolán McNamara1-1/+3
2018-08-15tdf#119234 OOXML Shapes from Word fail to renderNoel Grandin1-1/+1
2018-08-10tdf#96469 Export Data Point properties in Charts on DOCX/XLSXBalazs Varga1-0/+51
2018-08-03forcepoint#59 the "matrix" is always one row in heightCaolán McNamara1-22/+16
2018-08-02tdf#119029: also export rotation for data seriesMike Kaganski1-7/+21
2018-08-02forcepoint#54 null derefCaolán McNamara1-0/+2
2018-07-31tdf#108078 OOXML Export Chart shapes area fill propertiesBalazs Varga2-17/+14
2018-07-21tdf#118150 Fix displaying of chart where Legend is set manuallyBartosz Kosiorek1-3/+5
2018-07-19tdf#118651 OOXML ActiveX textbox: fix multiline supportBalazs Varga1-2/+7
2018-07-18tdf#107690 OOXML import/export of setting "Open as read-only"László Németh1-15/+35
2018-07-14related tdf#114845 oox: ensure rXShape.is()Justin Luth1-1/+1
2018-07-04tdf#115945 oox export: data label writeRunPropertiesJustin Luth1-0/+2
2018-07-02tdf#104199 sd: export non-borders as noFillJustin Luth1-1/+4
2018-06-30NFC oox export shape: move replicated code into functionJustin Luth1-48/+20
2018-06-28tdf#114845 sd: only shift rotated group itemsJustin Luth1-5/+24
2018-06-26tdf#118133 DOCX import: disable lazy-loading of tiff imagesMiklos Vajna1-1/+7
2018-06-15tdf#104199 sd: nofill borders shouldn't be visible.Justin Luth1-2/+1
2018-05-09Fix some IWYU warningsMiklos Vajna1-1/+14
2018-04-20DOC import: lazy-read imagesMiklos Vajna1-6/+1
2018-04-20DOCX import: lazy-read images without external headersMiklos Vajna1-4/+11
2018-04-20tdf#42949 Remove unnecessary localization headers of svtoolsGabor Kelemen1-1/+0
2018-04-19cppcheck - fix variableScope in some filesGökhan Gurbetoğlu3-8/+3
2018-04-17loplugin:constparamsNoel Grandin2-2/+2
2018-04-16Make linked graphic register into LinkedManager againTomaž Vajngerl1-1/+3
2018-04-15remove some unused comphelper includesJochen Nitschke14-14/+0
2018-04-14ofz#7624 Integer-overflowCaolán McNamara1-2/+3
2018-04-13Remove XGraphicProvider imports where they aren't neededTomaž Vajngerl1-1/+0
2018-04-12Fix typosAndrea Gelmini1-1/+1
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl1-1/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-8/+9
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek1-2/+2
2018-03-31Use for-range loops in oox (part2)Julien Nabet31-249/+270
2018-03-31No need to test var at each loop (oox/typegroupconverter)Julien Nabet1-2/+2
2018-03-31Use for-range loops in oox (part1)Julien Nabet17-213/+192
2018-03-26forcepoint #31 survive missing control modelCaolán McNamara1-2/+8
2018-03-22oox: don't segfault when failing to open a custom fragmentAshod Nakashian1-6/+9
2018-03-21ofz#7012 Integer-overflowCaolán McNamara1-3/+7
2018-03-17OperationSmiley: Secured quite some places using CustomShapeArmin Le Grand2-26/+31
2018-03-14tdf#104792 Double check for target shapeSzymon Kłos1-2/+8