LibreOffice Module writerfilter (master) 1
Namespaces | Functions | Variables
factory_ns.py File Reference

Go to the source code of this file.

Namespaces

namespace  factory_ns
 

Functions

def factory_ns.createHeader (model, ns)
 

Variables

 factory_ns.modelPath = sys.argv[1]
 
 factory_ns.filePath = sys.argv[2]
 
 factory_ns.model = minidom.parse(modelPath)
 
 factory_ns.ns = filePath.split('OOXMLFactory_')[1].split('.hxx')[0]