1 This code is used to generate the customshapepresets source code.
3 To re-generate the code first you need to re-build oox with:
5 make oox.clean oox dbglevel=2
7 Then load the cshape-all.pptx file[1]
9 SAL_LOG='+INFO+WARN' ./soffice /path/to/oox/pptx/cshape-all.pptx 2>& | tee /path/to/oox/custom-shapes.log
13 generatePresetsCXX.pl # this operates on custom-shapes.log in the CWD
15 And this will re-generate the .cxx sources we need to embed the right
16 custom shapes into the source code.
18 [1] - this file is built by generatePresetsPPTXs.pl incidentally.