Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I am working on implementing the Crop Image feature in Writer.

Cropping ends in svx/source/svdraw/svddrgmt.cxx SdrDragCrop::EndSdrDrag. When cropping from Impress, marked object is SdrGrafObj. I rewrote part of the code so that Cropping is now part of SdrGrafObj (Similar to NbcMove, NbcResize and so on).

When cropping from Writer, the marked Object (and so the object to crop) is SwVirtFlyDrawObj (dflyobj.cxx). I have added SwVirtDrawObj::NbcCrop as Resize or Move. At this point, I would like to save the new values for crop attributes. That's where help is needed : how SwVirtFlyDrawObj relates to the embedded image and what is the "expected" way of applying an attribute to the image in a SwVirtFlyDrawObj?

Got various ways to read the current value of the image, but I did not succeed in writing new values. I am a bit lost betwwen GetFrm, GetFrm->Lower, FrameFmt, and all the possible attribute pools.

Any recommandation would be appreciated :-).

Regards
Philippe


<mailto:libreoffice@lists.freedesktop.org>

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.