Kaydet (Commit) b1017281 authored tarafından Miklos Vajna's avatar Miklos Vajna

oox custom shape code generator: stop running LO interactively

Change-Id: Ic90f40c10b7d640d3dadc3c21d0060b351d08195
üst 160c5846
...@@ -25,17 +25,11 @@ make oox.clean && make oox dbglevel=2 ...@@ -25,17 +25,11 @@ make oox.clean && make oox dbglevel=2
(cd oox/source/drawingml/customshapes && ./generatePresetsPPTXs.pl) (cd oox/source/drawingml/customshapes && ./generatePresetsPPTXs.pl)
# Then load it and store the debugging output. Note that this will run # Then load it and store the debugging output.
# an *interactive* LO, and you need to quit it manually.
echo
echo "Starting LibreOffice, quit once you see the slide."
echo
# We need only the SAL_INFO output with tag "oox.cscode", plus stderr # We need only the SAL_INFO output with tag "oox.cscode", plus stderr
# for PropertyMap::dumpCode() output. # for PropertyMap::dumpCode() output.
SAL_LOG='+INFO.oox.cscode-WARN' instdir/program/soffice oox/source/drawingml/customshapes/pptx/cshape-all.pptx > oox/source/drawingml/customshapes/custom-shapes.log 2>&1 SAL_LOG='+INFO.oox.cscode-WARN' instdir/program/soffice --headless --convert-to odp --outdir oox/source/drawingml/customshapes/ oox/source/drawingml/customshapes/pptx/cshape-all.pptx > oox/source/drawingml/customshapes/custom-shapes.log 2>&1
# Now run a script that reads the above log file and generates the # Now run a script that reads the above log file and generates the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment