LibreOffice Module filter (master) 1
Namespaces | Variables
gentoken.py File Reference

Go to the source code of this file.

Namespaces

namespace  gentoken
 

Variables

 gentoken.tokenfile_name = sys.argv[1]
 
 gentoken.hxx_name = sys.argv[2]
 
 gentoken.gperf_name = sys.argv[3]
 
string gentoken.gperf_header
 
dictionary gentoken.tokens = {}
 
 gentoken.line = line.strip()
 
 gentoken.arr = line.split()
 
string gentoken.t = "XML_" + arr[0]
 
 gentoken.hxx = open(hxx_name, 'w')
 
 gentoken.gperf = open(gperf_name, 'w', newline='\n')
 
int gentoken.i = 0;