# This script is used to generate the custom shape presets
# We want to exit on errors...
set -o errexit
# oox needs to be build with dbglevel=2 so that OSL_DEBUG_LEVEL=2 is defined.
make oox.clean && make oox dbglevel=2
# This reads the # oox/source/drawingml/customshapes/presetShapeDefinitions.xml file. # It will produce the file # oox/source/drawingml/customshapes/pptx/cshape-all.ppx and a whole # bunch of other files that aren't needed further.
# Then load it and store the debugging output. # We need only the SAL_INFO output with tag "oox.csdata", plus stderr # for PropertyMap::dumpData() output.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.