<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'>
Hi all!<br><br>I'm working on <a href="https://bugs.freedesktop.org/show_bug.cgi?id=34423">Bug 34423</a> (more of a feature request).<br>There's this extension called OpenOffice Toolbox on the bug's page. It implements image rotation. I want to port that to C++.<br>I added a menu item to the right click menu of the image (Rotate... &lt;- will call a dialog), now it just rotates the image with a hard coded value (90 degrees).<br>To be precise it should rotate the image, but I don't really know this UNO thing, so I'm not sure what I'm doing (wrong) :)<br><br>My goal is to somehow get the selected image (XShape ?) and change its 'RotateAngle' property (this was used in the extension code (basic)).<br>I hope someone can help me with this.<br><br>Szabolcs<br>                                               </div></body>
</html>