Name Date Size #Lines LOC

..--

README.mdH A D31-Jul-2021527 1916

cshape.pptxHD22-Jun-201247.1 KiB

generate.shH A D20-Mar-20241.2 KiB398

generatePresetsData.plH A D09-Feb-20161.5 KiB7555

generatePresetsPPTXs.plH A D09-Feb-20164 KiB194154

oox-drawingml-cs-presetsH A D13-Jun-20251.6 MiB3,1803,179

presetShapeDefinitions.xmlH A D19-May-2019526.3 KiB19,89917,392

README.md

1# Generating Custom Shape Presets
2
3The Perl code (`generatePresetsData.pl` and `generatePresetsPPTXs.pl`) is used
4to generate the custom shape presets.
5
6The `generate.sh` script which invokes the above Perl files, should be invoked
7from the libreoffice core top-level source folder:
8```
9oox/source/drawingml/customshapes/generate.sh
10```
11The logs will be created in the file:
12```
13oox/source/drawingml/customshapes/custom-shapes.log
14```
15
16The output would be placed in this folder:
17```
18oox/source/drawingml/customshapes/pptx/
19```