[graphics-issues] [Issue 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 User aw changed the following: What|Old value |New value Status|VERIFIED |CLOSED --- Additional comments from a...@openoffice.org Tue Jan 19 12:16:23 + 2010 --- AW: Closing. - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 User wg changed the following: What|Old value |New value Status|RESOLVED |VERIFIED --- Additional comments from w...@openoffice.org Tue Dec 8 12:23:39 + 2009 --- Verified. - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 User aw changed the following: What|Old value |New value Assigned to|aw|wg --- Additional comments from a...@openoffice.org Thu Nov 26 11:39:44 + 2009 --- AW->WG: Please review. There is no fix review for this, it changes everything what was visualized using Metafiles. This is e.g deactivated charts, but also inserted emf/wmf files. I can offer You a collection of emf/wmf files from SJ (the problematic ones) if You want. Best test would be to play around with OLEs (especially charts) and inserted graphics (especially non-bitmap formats). - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Thu Nov 26 11:35:15 + 2009 --- AW: Checked in installed build, works as expected. - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 User aw changed the following: What|Old value |New value Status|STARTED |RESOLVED Resolution| |FIXED Target milestone|--- |OOo 3.3 --- Additional comments from a...@openoffice.org Mon Nov 23 15:41:12 + 2009 --- AW: Set target and set to fixed. - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Mon Nov 23 11:37:57 + 2009 --- AW: Support for MetaTextRectAction was complicated; The problem with this action is that it describes unlayouted text and the layout capabilities are in EditEngine/Outliner in SVX. The same problem is true for VCL which internally has implementations to layout text in this case. There exists even a call OutputDevice::AddTextRectActions(...) to create the needed actions as 'sub-content' of a Metafile. Unfortunately i do not have an OutputDevice since the interpreter tries to work without VCL AFAP. Since AddTextRectActions is the only way as long as we do not have a simple text layouter available, i will try to add it to the TextLayouterDevice isloation. AW: Works well that way, a problem coming up is more that this actions constructed from EPS import ise again a Font WIth Width/Height of 0 (Zero) (!). I already had a mechanism to handle this in MetaFontAction, but the 'guessing' (see comments there) collided with earlier test files. I had to use the target MapUnit of the Metafile and convert the 'guessed' pixels to that unit. That works well with the new and old cases, but requires to init that value at the PropertyHolders correctly. AW: Woks well, checking in changed version with MetaTextRectAction, thus the only remaining action without implementation is MetaStretchTextAction. - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Thu Nov 19 15:13:58 + 2009 --- AW: Corrected problems with rotated EPS files (graphicobjects containing Metafiles with a single MetaEPSAction) in the previews and wrote #i107046# for furter neded enhancement. Also found some EPS files where MetaTextRectAction is used in the replacement actions (must be constructed at EPS import time...?), thus i will add an implementation for it. - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Thu Nov 19 13:38:53 + 2009 --- AW. Resync to m54 done, checked EpsPaint. Corrected a small error there. Checking divrese emf/wmf/metafile combinations again... - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 User aw changed the following: What|Old value |New value CC|'hdu,pl' |'' --- Additional comments from a...@openoffice.org Tue Nov 17 14:55:33 + 2009 --- AW: Completed implementation, commited to hg and pushed to so-cwsserv02. Updating to m54, building... Need to check eps visualisation on mac when done, so added unxmacxi to the environments... - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from p...@openoffice.org Mon Nov 16 08:39:13 + 2009 --- Let me google that for you: /DEV300_m64/cppcanvas/source/mtfrenderer/ transparencygroupaction.cxx 365 case META_EPS_ACTION: implrenderer.cxx[all...] /DEV300_m64/goodies/source/filter.vcl/eos2met/ eos2met.cxx 302 case META_EPS_ACTION : 772 case META_EPS_ACTION : [all...] /DEV300_m64/binfilter/bf_svtools/source/filter.vcl/wmf/ svt_emfwr.cxx 1044 case( META_EPS_ACTION ): [all...] svt_wmfwr.cxx [all...] /DEV300_m64/goodies/source/graphic/ grfmgr.cxx 197 mbEPS = ( rMtf.GetActionCount() >= 1 ) && ( META_EPS_ACTION == rMtf.GetAction( 0 )->GetType() ); [all...] grfmgr2.cxx 869 case META_EPS_ACTION: [all...] /DEV300_m64/svx/source/xml/ xmlgrhlp.cxx81 && ( rMtf.FirstAction()->GetType() == META_EPS_ACTION ) [all...] /DEV300_m64/extensions/source/svg/ svgaction.cxx [all...] /DEV300_m64/filter/source/svg/ svgwriter.cxx [all...] /DEV300_m64/svtools/source/filter.vcl/wmf/ emfwr.cxx 1056 case( META_EPS_ACTION ): [all...] wmfwr.cxx [all...] /DEV300_m64/filter/source/flash/ swfwriter1.cxx [all...] /DEV300_m64/filter/source/pdf/ pdfexport.cxx [all...] /DEV300_m64/sd/source/ui/view/ sdview3.cxx 229 case META_EPS_ACTION: [all...] /DEV300_m64/goodies/source/filter.vcl/epict/ epict.cxx [all...] /DEV300_m64/goodies/source/filter.vcl/eps/ eps.cxx [all...] Completed in 378 milliseconds Served by OpenGrok Most times EPS is only used on printers, however on the mac it can also be output to the screen. - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 User aw changed the following: What|Old value |New value CC|''|'hdu,pl' --- Additional comments from a...@openoffice.org Fri Nov 13 17:08:20 + 2009 --- AW: OutputDevice::DrawEPS only exists in VCKL itself, there is no caller at all. Have to ask VCL team. AW->HDU, PL: Does anyone know where DrawEPS() was ever used, if Metafiles with that action may exist, and who may know about...? - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Fri Nov 13 16:55:02 + 2009 --- AW: META_EPS_ACTION is created by OutputDevice::DrawEPS, looking for callers... - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Fri Nov 13 16:53:56 + 2009 --- AW: Got pretty far now. I got testcases from SJ concerning all bugdocs of emf/wmf files of last tasks and checked with most of them, works very well now (always compared to the VCL-MetaFile rendering, there are still errors in the emf/wmf importers when comparing withthe WIN32 default preview renderer from the system). I have now also implemented and tested with testcode the MetaTextLineAction. For that, i had to isilate the primitive creation(s) for overline/underline/strikethrough to own primitives. Works well. The remaining, not yet implemented actions are: META_STRETCHTEXT_ACTION: Text that shall be stretched to agiven size, no DXArray given. Not used in any case until now (i assertted all not-implemented actions). I think this action will not need to be implemented currently. META_TEXTRECT_ACTION: Also never used, text in a TextRectangle. Would be hard to implement since on this level we have no TextLayouter available. META_EPS_ACTION: I need to check where this one is used and try to construct cases. Not done yet. META_COMMENT_ACTION: I have not yet implemented this action by purpose; it contains (for own Metafiles) pretty much extra-data for more complex shapes which will be used. In implementing this last, it was(is possible to check full functionality of all pure MetaFile actions, e.g. the gradient actions with full XOR-paint support. Thus, open are: META_COMMENT_ACTION and META_EPS_ACTION... - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Mon Nov 9 19:32:18 + 2009 --- AW: First version of text and decorated text creation from Text MetaFile actions works not too bad; need to do some finetuning, 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Mon Nov 9 13:45:10 + 2009 --- AW: tested and did various corrections for all currently supported actions. 36 actions checked. Now for text... - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Tue Nov 3 18:00:05 + 2009 --- AW: Found a performance bottleneck in SdrGrafObj::operator= where the GraphicObject::SetGraphic command is used. There was no support for setting an already existing object, so i extended it to accept a hint value to an already existing GraphicObject which is then used to avoid the GraphicID generation in the GraphicManager. This boots time extremly, the ID generation was more than 70% of the interaction. ID generation of Metafiles is expensive since it needs to stream the Metafile and calculates the ID from the binary file data. BTW: The first ClipRegion'ed decomposition works, but i will have to ckeck/enhance further... - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Tue Nov 3 17:23:32 + 2009 --- AW: Works as expected. Working on ClipRegion stuff now. Needs to be imported to primitives as stacked PrimitiveSequences which need to be embedded to a MaskPrimitive on Region 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Tue Nov 3 13:54:12 + 2009 --- AW: Re-implemented the ::Scale methods at all MetaFile actions. Additionally, for MetaFloatTransparentAction neither the ::move nor the ::Scale implementation applied to the contained content MetaFile, added this. I also checked this. Nonetheless, since i think the GraphicManager is the only user of this, i decided to also change this at GraphicPrimitive2D::create2DDecomposition. There, it is possible to not get the Graphic from GraphicObject by using GetTransformedGraphic, but to suppress mirroring. Instead, add mirroring to the object transformation. GetTransformedGraphic is still needed for Bitmap AND Metafile since it will apply the R/G/G/Hue/Sat/... etc. modifications. Testing changes... - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 --- Additional comments from a...@openoffice.org Tue Nov 3 11:28:15 + 2009 --- AW: Getting forward, but also detecting problems over problems; the newest is that Metaactions have Move and Scale actions, but the implementations are wrong since ever (!). Many Metaactions contain a Rectangle and the scale scales the Size (!) which gives a negative size with negative scale. Is a negative size good? You bet, it's NOT. The resulting Rectangle is wrong since Right() is smaller than Left(). ARGH! This is in the code since EVER. It would have never happened with using linear algebra and/or a better Rectangle class. That's the reason i use a Rnge-Class in basegfx; it cannot have wrong rectangle definitions. What will break when i fix this...? - 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 User aw changed the following: What|Old value |New value Status|NEW |STARTED --- Additional comments from a...@openoffice.org Mon Nov 2 14:28:19 + 2009 --- AW: Had to add changes from #i105377# to get the correct Metafile creations. AW: Working on decomposition; got pretty far, looking for MetaFloatTransparentAction 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 106541] Create a decomposition fo r MetaFilePrimitive2D
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106541 Issue #|106541 Summary|Create a decomposition for MetaFilePrimitive2D Component|Drawing Version|DEV300m62 Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|ENHANCEMENT Priority|P3 Subcomponent|code Assigned to|aw Reported by|aw --- Additional comments from a...@openoffice.org Mon Nov 2 09:59:25 + 2009 --- AW: A lot of problems with Metafiles arise with the new drawing enhancements, especially with AnitiAliasing. All of these emerge from bad and/or wrong support inside Metafiles, e.g. various ways to save/load them, losing bezier information, etc. A variety of this can be enhanced when the Metafile is not given to VCL to render it, but decomposed to primitives and rendererd by a primitive processor. This step is needed for the future anyways and is also a precondition to get more VCL-independent. (See: #i105323#, #i105655#, #i106379#, #i100158#, #i101598#, #i102371#, #i102109#, #i100357#, #i100851#, #i101016#, #i101491#) - 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