summaryrefslogtreecommitdiff
path: root/oox/Library_oox.mk
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-10-05 17:29:58 +0200
committerRadek Doulik <rodo@novell.com>2011-10-06 13:45:29 +0200
commitd05649c43b41c20a15677982e0942be8ac796753 (patch)
tree56c805a0767f4dafd0b72f2cb77353891b664f0b /oox/Library_oox.mk
parent27bd8bf30bfaf5c8d7c3403e5d6adfc04ccc009c (diff)
custom shapes import improvements
- added new presets generated from definition included in ISO standard - added missing variables (cd3, hd10, ...) - added ifelse shortcut ?: - removed GetAdjAngle because it would make problems with constant vs. equation defined angles, move conversion to the functions using them - implemented arcTo path segment (command) - removed GetTextShapeType as we don't use vml's presets for drawingml anymore - use token number for preset type instead of string, as we don't convert to old vml's preset types anymore - enhanced custom shape properties dump code
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r--oox/Library_oox.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index 1a3dceefd71c..8de35c9056ee 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -125,6 +125,7 @@ $(eval $(call gb_Library_add_exception_objects,oox,\
oox/source/drawingml/color \
oox/source/drawingml/connectorshapecontext \
oox/source/drawingml/customshapegeometry \
+ oox/source/drawingml/customshapepresets \
oox/source/drawingml/customshapeproperties \
oox/source/drawingml/diagram/constraintlistcontext \
oox/source/drawingml/diagram/datamodelcontext \