[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-26 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123


User wg changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from w...@openoffice.org Thu Feb 26 10:31:08 + 
2009 ---
Tested in OOO310_m3. Closed.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-14 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123


User mechtilde changed the following:

What|Old value |New value

Keywords|  |oooqa, release_blocker

   Status whiteboard|  |awo63





-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-12 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123





--- Additional comments from a...@openoffice.org Thu Feb 12 11:52:34 + 
2009 ---
Created an attachment (id=60122)
Reduced BugDoc with invisible object containing a UserAction


-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-12 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123





--- Additional comments from a...@openoffice.org Thu Feb 12 12:07:38 + 
2009 ---
AW: It is indeed an AutoShape who's decomposition creates an empty sequence of
prmitives. While this sounds correct in the first place, for emulating the old
MetaFile behaviour, it will be necessary to produce primitives for invisible
geometries; that's what the slideshow implementation currently is based on. It
wants to have MetaFile entries for painting an invisible object.
To emulate that, i will need to do two changes:

(1) Create helper data for invisible geometries, using HitTestPrimitive2D which
luckily already exists and adapting primitive creators (in this case
ViewContactOfSdrRectObj::createViewIndependentPrimitive2DSequence()) to do so.

(2) Change VclMetafileProcessor2D (the primitive rendeer producing MetaFiles in
a compatible way) to no longer ignore HitTestPrimitive2D, but to paint empty
rectangles instead.

Added a reduced BugDoc, doing some more tests, looking for a CWS to add...

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-12 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123


User aw changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Thu Feb 12 12:32:11 + 
2009 ---
AW: Works as expected, committed changes to drawinglayer and svx. Added task to
CWS aw063. Done.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-12 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from a...@openoffice.org Thu Feb 12 13:19:58 + 
2009 ---
AW-WG: Please verify. Use BugDoc, presentation - in the lower third of the
screen should be a link, hoovering above it should change the mousepointer,
clicking it should trigger the browser.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-12 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Thu Feb 12 15:50:38 + 
2009 ---
Verified in CWS.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-11 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123
 Issue #|99123
 Summary|Hyperlink is lost on import if assigned to transparent
| object.
   Component|Presentation
 Version|DEV300m40
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|aw
 Reported by|mav





--- Additional comments from m...@openoffice.org Wed Feb 11 16:16:14 + 
2009 ---
To reproduce please open the bugdoc document, start the slide-show and go to the
last page of the presentation. There is no hyperlink in OOo3.1, although
OOo3.0.1 works well.

According to sj the problem looks to be that the hyperlink is assigned to a
transparent object, and thus is no more available in OOo3.1.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-11 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123





--- Additional comments from m...@openoffice.org Wed Feb 11 16:18:57 + 
2009 ---
The bugdoc can be found in q:\bugdocs\issuezilla\099000\099123.pps

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-11 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123





--- Additional comments from a...@openoffice.org Wed Feb 11 16:48:26 + 
2009 ---
AW: Problem is the usage of MetaFile for presentation, one more argument to
change to primitive usage. MetaFile is a paint recording, while primitives are a
scene graph. In the primitives is an extra handling for invisible objects to
derive valid BoundRects for them; in it's usage as scene graph this is valid.
The MetaFile does not contain data anymore for invisible objects. This was the
case before by pure chance, e.g. VCL could have since ever not recorded paints
when pen and fill is not set. It is not a good idea to base the BoundRect
functionality in the slideshow on such data.

The ideal scenario would be (A): The Slideshow uses primitives and such gets a
correct BoundRect even for invisible objects.

With MetaFile in Slideshow (B): When slideshow gets the MetaFile for each
object, it seems to generate the BoundRect from it. If this is empty, use the
API and xShape to get topLeft() amd Size() and build a BoundRect from them.

With primitive renderer (C): Do not ignore invisible geometry when emulating the
MetaFile generation, but paint an invisible rectangle instead.

The letters are in order of clean programming, but in the inverse order of time
needed for the change.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-11 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123





--- Additional comments from a...@openoffice.org Wed Feb 11 17:40:02 + 
2009 ---
AW: Experimented a bit. There are various hidden shapes, but the one in question
is not added. It seems to be an AutoShape, so i will need to look deeper. Need
to add a look at svx, though.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 99123] Hyperlink is lost on impor t if assigned to transparent object.

2009-02-11 Thread ul
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99123


User ul changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |95768
  is|  |





-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org