0005529: Implement clickable links in reports, at least for odf. Implemented for odf output only, using mark.type LOCAL_HYPERLINK and LOCAL_TARGET.

svn: r18766
This commit is contained in:
Tim G L Lyons
2012-01-24 18:13:23 +00:00
parent abddb6bcf6
commit 1ff2b969c4
3 changed files with 16 additions and 2 deletions

View File

@@ -62,6 +62,8 @@ URL_PATTERN = r'''(((https?|mailto):)(//([^ /?#"]*))?([^ ?#"]*)(\?([^ #"]*))?(#(
#-------------------------------------------------------------------------
INDEX_TYPE_ALP = 0
INDEX_TYPE_TOC = 1
LOCAL_HYPERLINK = 2
LOCAL_TARGET = 3
#------------------------------------------------------------------------
#