* src/docgen/ODFDoc.py: Add "open with" option for book reports

* src/docgen/OpenOfficeDoc.py: Add "open with" option for book reports
* src/plugins/BookReport.py: Add "open with" option for book reports
* src/PluginUtils/_PluginMgr.py: Add "open with" option for book reports

svn: r7976
This commit is contained in:
Brian Matherly
2007-01-25 03:22:46 +00:00
parent 0cebd61da3
commit c6c5c8be50
5 changed files with 16 additions and 4 deletions

View File

@ -1067,6 +1067,9 @@ class BookReportDialog(ReportDialog):
self.rptlist.append(obj)
newpage = 1
self.doc.open(self.target_path)
if self.print_report.get_active():
self.doc.print_requested ()
def make_report(self):
"""The actual book report. Start it out, then go through the item list