]> saetta.ns0.it Git - reptool/libreptool/commit
Added "output-type", "output-filename" and "copies" to xml for report
authorAndrea Zagli <azagli@libero.it>
Sat, 2 Oct 2010 08:56:18 +0000 (10:56 +0200)
committerAndrea Zagli <azagli@libero.it>
Sat, 2 Oct 2010 08:56:18 +0000 (10:56 +0200)
commitbd6451ccbb96c03be7d39a7a4901e5d5416530b3
tree66ccea0b679ee045ee018130fa33537eefa6f4d0
parentbe4d63f6b4ce4f9f30f8bf40c743becff9eecad0
Added "output-type", "output-filename" and "copies" to xml for report
and print definition.
Added functions RptCommon::stroutputtype_to_enum, RptCommon::enum_to_stroutputtype,
RptPrint::set_output_type, RptPrint::set_output_filename, RptPrint::set_copies,
RptReport::set_output_type, RptReport::set_output_filename, RptReport::set_copies.
Renamed RPTP_OUTPUT* to RPT_OUTPUT*.
13 files changed:
.gitignore
data/reptool.dtd
data/reptool_report.dtd
docs/reference/libreptool-overrides.txt [new file with mode: 0644]
src/rptcommon.c
src/rptcommon.h
src/rptprint.c
src/rptprint.h
src/rptreport.c
src/rptreport.h
tests/test_rptprint.c
tests/test_rptreport.c
tests/test_rptreport_creation.c