LibreOffice Module oox (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | properties |
Variables | |
properties.infile_name = sys.argv[1] | |
properties.id_out_name = sys.argv[2] | |
properties.name_out_name = sys.argv[3] | |
dictionary | properties.props = {} |
properties.line = line.strip() | |
properties.idfile = open(id_out_name, 'w') | |
properties.namefile = open(name_out_name, 'w') | |
int | properties.i = 0; |