<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
&gt; uhm... i'm not that familiar with drawing layer stuff, but there are 2<br><div>&gt; different kinds of images in Writer, one is directly implemented in<br>&gt; Writer, and the other is from svx/drawing objects (and thus works the<br>&gt; same way in all applications).  each of these 2 different kinds of<br>&gt; images has features that the other lacks, so if your plan is to convert<br>&gt; from one to the other in order to get the ability to rotate then there<br>&gt; is a real chance that this will break some existing use-case, and i<br>&gt; don't really think adding this to the default LO UI makes sense.<br>&gt; <br>&gt; the real solution for this would be to add the missing functionality to<br>&gt; the svx drawing objects and then remove the Writer specific images.<br>&gt; AFAIK Armin and Oliver-Rainer actually did substantial work in that<br>&gt; direction in some OOo CWS, but alas they have had to waste their time<br>&gt; removing features whose license their new employer doesn't like from<br>&gt; ApacheOO during the last year...<br><br>Hi, you are right. The extension which manages to solve this creates a Hidden draw document, copies and pastes the selected picture with a unique name ("Bild_" + actual date), copies it back to Writer, iterates in drawPage searching for the image with the unique name and uses its RotateAngle property to change rotation (because now it has RotateAngle &lt;- effect of the Writer-&gt;Draw-&gt;Writer copy)<br><br>I don't think this is a very pretty solution. For instance my patch added a menuitem to the rightclick menu of the images (which can't be rotated by default), but this is wrong, because if i do this whole Writer-&gt;Draw-&gt;Writer copy, then the image type changes and the rotate menuitem won't show after first rotation. We can see this behavior by using OpenOffice Toolbox and rotating by x degrees.<br><br>So what I want to say, that this whole 'Rotate option in the Right click menu' was a wrong approach. This really requires deeper changes in Writer.<br><br>Szabolcs<br></div>                                               </div></body>
</html>