To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66550





------- Additional comments from [EMAIL PROTECTED] Wed Jul  4 14:10:12 +0000 
2007 -------
summary of the patch
o I rewound the changes in xmloff sc. So I added back support for hyperlinks in
sc ( except the hyperlink is now transported by a property instead of an event
supplier ) All hyperlink related bits in xmloff have been removed
o I made Hyperlink an optional property of the Shape service
    o the property is only available from a shape in calc at the momement ( but
thats just an  implementation detail ) also I don't want to interfere with the
existing writer ( and others? ) handling of hyperlinks ( I think thats a battle
for another day )
o now all of the xml handling is localised in calc e.g. see. 
sc/source/filter/xml/* 
   o also I only enclose the shape in <draw:a> if and only if there is an
associated hyperlink


exmaple xml 
============

a) picture in calc with hyperlink

<draw:a xlink:type="simple" xlink:href="#Sheet2"><draw:frame
table:end-cell-address="Sheet1.E16" table:end-x="0.503cm" table:end-y="0.375cm"
draw:z-index="0" draw:name="Graphics 1" draw:style-name="gr1"
draw:text-style-name="P1" svg:width="9.534cm" svg:height="6.805cm" svg:x="0cm"
svg:y="0cm"><draw:image
xlink:href="Pictures/10000000000003A200000387B6D6F7F0.png" xlink:type="simple"
xlink:show="embed"
xlink:actuate="onLoad"><text:p/></draw:image></draw:frame></draw:a>

b) shape in calc ( with hyperlink )

<draw:a xlink:type="simple" xlink:href="#Sheet2"><draw:rect
table:end-cell-address="Sheet1.D19" table:end-x="0.447cm" table:end-y="0.322cm"
draw:z-index="0" draw:style-name="gr1" draw:text-style-name="P1"
svg:width="5.798cm" svg:height="2.036cm" svg:x="1.422cm"
svg:y="0.001cm"><text:p/></draw:rect></draw:a>



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to