RE: Need help in UNO

2012-04-03 Thread Dézsi Szabolcs
> 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

Re: Need help in UNO

2012-04-03 Thread Michael Stahl
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

Re: Need help in UNO

2012-04-02 Thread Regina Henschel
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...<

Re: Need help in UNO

2012-04-02 Thread Miklos Vajna
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

RE: Need help in UNO

2012-04-02 Thread Dézsi Szabolcs
> 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

Re: Need help in UNO

2012-04-02 Thread Miklos Vajna
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

Need help in UNO

2012-04-02 Thread Dézsi Szabolcs
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