> uhm... i'm not that familiar with drawing layer stuff, but there are 2
> different kinds of images in Writer, one is directly implemented in
> Writer, and the other is from svx/drawing objects (and thus works the
> same way in all applications). each of these 2 different kinds of
> images has f
On 02/04/12 23:11, Miklos Vajna wrote:
> On Mon, Apr 02, 2012 at 08:20:18PM +0200, Dézsi Szabolcs
> wrote:
>>> Not sure if you noticed that the RotationDescriptor service is
>>> deprecated, just in case you plan to spend too much time on it. ;)
>>
>>
>> Yes, I noticed it, I think I have to use Tr
Hi Szabolcs,
Dézsi Szabolcs schrieb:
Hi all!
I'm working on Bug 34423 (more of a feature request).
There's this extension called OpenOffice Toolbox on the bug's page. It
implements image rotation. I want to port that to C++.
I added a menu item to the right click menu of the image (Rotate...<
On Mon, Apr 02, 2012 at 08:20:18PM +0200, Dézsi Szabolcs
wrote:
> > Not sure if you noticed that the RotationDescriptor service is
> > deprecated, just in case you plan to spend too much time on it. ;)
>
>
> Yes, I noticed it, I think I have to use Transformation (?).
>
> This is just a test t
> Not sure if you noticed that the RotationDescriptor service is
> deprecated, just in case you plan to spend too much time on it. ;)
Yes, I noticed it, I think I have to use Transformation (?).
This is just a test to see if I can do it with RotateAngle (like in extension),
after that I can us
On Mon, Apr 02, 2012 at 07:23:52PM +0200, Dézsi Szabolcs
wrote:
> I'm working on Bug 34423 (more of a feature request).
> There's this extension called OpenOffice Toolbox on the bug's page. It
> implements image rotation. I want to port that to C++.
> I added a menu item to the right click menu
Hi all!
I'm working on Bug 34423 (more of a feature request).
There's this extension called OpenOffice Toolbox on the bug's page. It
implements image rotation. I want to port that to C++.
I added a menu item to the right click menu of the image (Rotate... <- will
call a dialog), now it just rot