summaryrefslogtreecommitdiff
path: root/oox/source/drawingml
AgeCommit message (Expand)AuthorFilesLines
2018-08-28tdf#39593 deduplicate code using existing functionArkadiy Illarionov1-6/+1
2018-08-24tdf#73547 fix ooxml export / import custom dashes.Mark Hung1-52/+34
2018-08-16tdf#116350 Better text layout for big shapesSzymon Kłos1-0/+8
2018-08-15ofz#9892 Null-dereferenceCaolán McNamara1-1/+3
2018-08-08tdf#116350 Correctly display text on arcSzymon Kłos1-1/+10
2018-08-07ofz#9747 Indirect-leakCaolán McNamara1-6/+6
2018-08-05coverity#1438224 Dereference null return valueCaolán McNamara1-0/+1
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski4-6/+6
2018-08-03Move angle normalization code from various places to toolsMike Kaganski2-4/+4
2018-08-03tdf#116350 Export preset text geometry (text effects)Szymon Kłos1-1/+6
2018-08-02tdf#116350 Import preset text geometry (text effects)Szymon Kłos6-4/+337
2018-08-01forcepoint#59 the "matrix" is always one row in heightCaolán McNamara1-22/+16
2018-07-30Add missing sal/log.hxx headersGabor Kelemen21-0/+24
2018-07-26oox: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann3-11/+0
2018-07-22Fix typosAndrea Gelmini1-1/+1
2018-07-20tdf#118150 Fix displaying of chart where Legend is set manuallyBartosz Kosiorek1-3/+5
2018-07-19tdf#98477 convert to, from, by of AnimScaleContext.Mark Hung1-1/+1
2018-07-10Support txAnchorVert parameterekuiitr1-3/+18
2018-07-02tdf106792 Get rid of SvxShapePolyPolygonBezierArmin Le Grand1-10/+3
2018-06-14tdf#104199 sd: nofill borders shouldn't be visible.Justin Luth1-2/+1
2018-06-11coverity#1436015 UNUSED_VALUEekuiitr1-13/+2
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov1-1/+1
2018-06-08Support autoTxRot parameter in Text algorithmekuiitr1-2/+19
2018-06-08Smartart: Corrected Line Algorithmekuiitr1-0/+10
2018-06-08tdf#117761 Corrected Snake Algorithmekuiitr1-15/+84
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-16Make linked graphic register into LinkedManager againTomaž Vajngerl1-1/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+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-03-31Use for-range loops in oox (part2)Julien Nabet4-14/+16
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 Nabet14-201/+178
2018-03-21ofz#7012 Integer-overflowCaolán McNamara1-3/+7
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ž Vajngerl3-15/+14
2018-03-07oox: rename FillBitmapUrl to FillBitmap, remove obsolete methodsTomaž Vajngerl2-13/+13
2018-03-07oox: remove property FillBitmapURL, BackGraphicURL and GraphicURLTomaž Vajngerl1-1/+1
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl3-17/+21
2018-03-05use more Color in ooxNoel Grandin10-148/+153
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin1-1/+1
2018-02-25oox: Remove setting the GraphicURL in fillpropertiesTomaž Vajngerl1-5/+0
2018-02-25fix import of graphic bulletsTomaž Vajngerl1-3/+3
2018-02-14tdf#51340: Line spacing is imported incorrectly from PPTXTamás Zolnai2-8/+20
2018-02-08tdf#114168 If minor axis unit is automatic, then set it to 5Bartosz Kosiorek1-1/+6
2018-02-01Change bitmap table to store XBitmap instead of GraphicObject URLTomaž Vajngerl2-8/+22
2018-01-30tdf#114821 calculate better label positionSzymon Kłos1-10/+24
2018-01-30Revert "tdf#114821 calculate correct label position"Szymon Kłos1-2/+2
2018-01-29tdf#114821 import complex data labels in bar chartSzymon Kłos1-0/+78