|
LibreOffice Module writerfilter (master) 1
|
Functions | |
| def | createHeader (model, ns) |
Variables | |
| modelPath = sys.argv[1] | |
| filePath = sys.argv[2] | |
| model = minidom.parse(modelPath) | |
| ns = filePath.split('OOXMLFactory_')[1].split('.hxx')[0] | |
| def factory_ns.createHeader | ( | model, | |
| ns | |||
| ) |
Definition at line 14 of file factory_ns.py.
| factory_ns.filePath = sys.argv[2] |
Definition at line 71 of file factory_ns.py.
| factory_ns.model = minidom.parse(modelPath) |
Definition at line 72 of file factory_ns.py.
| factory_ns.modelPath = sys.argv[1] |
Definition at line 70 of file factory_ns.py.
| factory_ns.ns = filePath.split('OOXMLFactory_')[1].split('.hxx')[0] |
Definition at line 73 of file factory_ns.py.