https://issues.apache.org/ooo/show_bug.cgi?id=118780
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Armin Le Grand <[email protected]> --- ALG: Moved ObjectInfoPrimitive2D extractor to drawinglayer, changed name to be the filename only, added code to SW to set Title and Desc. No set of Name in SW currently, there is a SW-provided default name and it has to be unique. Had to do some changes to SW to get the detection running since inside the SwGrfNode constructors the SwFlyFrmFmt can not yet be found, thus had to change constructing instances. Also isolated GraphicObject access at SwGrfNode to const, thus all accesses to change Graphic there are saved and will trigger SVG name detection (onGraphicChanged()). ALG: Done so far. Usage of Name,Desc in SdrObject dismantle will have to wait until SdrObjects will be constructed from primitives directly, the info is not available in metafiles. -- You are receiving this mail because: You are on the CC list for the bug.
