summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl2-2/+2
2018-03-10oox: remove unused methods that rely on GraphicObject URLTomaž Vajngerl3-171/+1
2018-03-08tdf#116283 oox customXml: Don't write the Relationship to DOCX files twice.Jan Holesovsky1-2/+0
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin2-5/+5
2018-03-08oox: preserve the ContentType of custom filesAshod Nakashian1-12/+26
2018-03-08loplugin:unusedmethodsNoel Grandin2-19/+0
2018-03-07oox: use GraphicLoader to load from external URLTomaž Vajngerl1-5/+3
2018-03-07oox: adapt graphic transformer, cleanup, remove try catchTomaž Vajngerl1-28/+18
2018-03-07oox: BlipFillProperties rename mxGraphic to mxFillGraphicTomaž Vajngerl5-19/+17
2018-03-07oox: rename FillBitmapUrl to FillBitmap, remove obsolete methodsTomaž Vajngerl3-28/+13
2018-03-07oox: remove property FillBitmapURL, BackGraphicURL and GraphicURLTomaž Vajngerl3-25/+8
2018-03-07oox: remove use of "GraphicURL" propertyTomaž Vajngerl2-23/+14
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl6-18/+48
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-5/+6
2018-03-05use more Color in ooxNoel Grandin27-244/+250
2018-03-04tdf#116163: Limit label height in chart if neededSzymon Kłos1-3/+17
2018-03-02delete colordata.hxxNoel Grandin1-1/+0
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin1-1/+1
2018-02-28tdf#115859 Export number format for chart seriesSzymon Kłos1-0/+18