[graphics-issues] [Issue 100357] Inserted emf (metafile) n ot shown correctly

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


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Thu Sep 10 07:57:09 + 
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 100357] Inserted emf (metafile) n ot shown correctly

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


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from a...@openoffice.org Tue Sep  8 17:01:11 + 
2009 ---
AW-WG: Please verify as described.

-
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 100357] Inserted emf (metafile) n ot shown correctly

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





--- Additional comments from a...@openoffice.org Thu Aug  6 12:40:21 + 
2009 ---
AW: (b) works in principle, but is dangerous for creating recursions (embedding
MetaFilePrimitive into MaskPrimitive2D, calling processing recursively would
need some suppression at the MetaFilePrimitive to not loop).
To avoid that danger, i go back to (a) and add it to
GraphicPrimitive2D::createLocalDecomposition. This works well.

BTW: Checked with DEV300 m29 (last version without primitives): Wrong display in
edit view when rotating the graphic (VCL only clipped against rectangle), wrong
display in slideshow for rotated and unrotated metafile. Nice enhancements 
here...

-
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 100357] Inserted emf (metafile) n ot shown correctly

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


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Thu Aug  6 16:28:55 + 
2009 ---
AW: Committed, done (my first hg commit :-))

-
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 100357] Inserted emf (metafile) n ot shown correctly

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


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Thu Aug  6 09:40:55 + 
2009 ---
AW: Added to CWS aw077, GDIMetaFile::GetBoundRect is available now.

-
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 100357] Inserted emf (metafile) n ot shown correctly

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





--- Additional comments from a...@openoffice.org Thu Aug  6 10:13:06 + 
2009 ---
AW: The check if the Metafile is bigger than the object geometry can be done in
different places; currently it's not done somewhere in the decompositions.
(a) Doing it in the decompositions: All renderers will use a clipping when the
Metafile is bigger than the object geometry
(b) Doing it in the renderer: Every renderer may decide what to do (and how to
do it best), but the diecision would be done at each paint

Checking for the sizes using (b) first...

-
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 100357] Inserted emf (metafile) n ot shown correctly

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





--- Additional comments from a...@openoffice.org Thu Aug  6 10:39:20 + 
2009 ---
AW: Found a way to avoid testing at each paint, but decide in the processor;
just add a bool to MetafilePrimitive2D (bool getNeedsClip()) and decide on
MetafilePrimitive2D construction time. Use that bool in the renderers to create
a local MaskPrimitive2D and to process recursively.
This gives the advantages of both solutions by avoiding the problems. Testing...

-
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 100357] Inserted emf (metafile) n ot shown correctly

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





--- Additional comments from a...@openoffice.org Thu Jul 30 16:20:58 + 
2009 ---
AW: Also targeted to DEV300 m54, waiting for that.

-
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 100357] Inserted emf (metafile) n ot shown correctly

2009-07-13 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100357


User pl changed the following:

What|Old value |New value

 Assigned to|pl|aw





--- Additional comments from p...@openoffice.org Mon Jul 13 10:23:59 + 
2009 ---
vcl103 is going RfQ now, so I'll reassign the issue. Please proceed after vcl103
is integrated.

-
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 100357] Inserted emf (metafile) n ot shown correctly

2009-06-24 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100357


User hdu changed the following:

What|Old value |New value

  CC|'dr'  |'dr,hdu'





--- Additional comments from h...@openoffice.org Wed Jun 24 09:40:33 + 
2009 ---
In CWS vcl103 I just extended the GetTextBoundRect() method to handle its 
related MetaFile actions.

-
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 100357] Inserted emf (metafile) n ot shown correctly

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





--- Additional comments from a...@openoffice.org Thu Mar 19 12:28:26 + 
2009 ---
Created an attachment (id=61041)
EMF causing problems


-
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 100357] Inserted emf (metafile) n ot shown correctly

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


User aw changed the following:

What|Old value |New value

  CC|''|'dr'

 Assigned to|aw|pl





--- Additional comments from a...@openoffice.org Thu Mar 19 12:46:45 + 
2009 ---
AW-PL: Indeed, the GDIMetaFile::GetPrefSize() does not give the MetaFile's
BoundRect in this case. I will need something like 'GDIMetaFile::GetSize()'
which gives the BoundRect of the content (probably by iterating and creating a
merged Rectangle from graphics containing contents). Please implement and send
back when done to me.

-
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 100357] Inserted emf (metafile) n ot shown correctly

2009-03-19 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100357
 Issue #|100357
 Summary|Inserted emf (metafile) not shown correctly
   Component|Drawing
 Version|OOO310m5
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|aw
 Reported by|aw





--- Additional comments from a...@openoffice.org Thu Mar 19 12:26:22 + 
2009 ---
AW: When inserting the attached emf (metafile), visualisation is not correct.
Reason is that the size of the object does not cover all the emf's content.
Checked against 3.0 where the content also is bigger than the object, but gets
clipped (only correctly as long as not rotated). This hints on a wrong object
size compared to content (maybe PrefSize in Graphic containing the metafile).

-
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