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-05 17:42:03 +0200
commite36f591dfeb89fded172f4770157bc6cb6dc7454 (patch)
treebc7af62f6a9f81a6d3cda0c0d927f067a12930e1 /oox/Library_oox.mk
parentc9f9b6723b40279716b1e34c1441a33e60cceb58 (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 \