[dev] Re: XTextContent problem

2012-02-24 Thread Thibault Vataire
Hi, I don't succeed reproduce your problem nor with OOo 3.3.0, neither with LibreOffice 3.4.5. Are you able to reproduce the problem on request ? Are you doing something special when you delete the formula ? Which version of OOo are you using ? Regards Thibault. - Mail original -

Re: [dev] RE: [api-dev] pdf import programmatically

2010-06-22 Thread Thibault Vataire
-dev] pdf import programmatically Hi Thibault Vataire, Thanks. I think this seem like it should work. It was suggested by cor nouws too. The problem with these filter fields or other properties is that i can't seem to find any documentation as to what strings it accepts. Thanks again

Re: [dev] RE: [api-dev] pdf import programmatically

2010-06-17 Thread Thibault Vataire
= starDesktop.loadComponentFromUrl(convertToUrl(/home/tvataire/Bureau/resultat.pdf), _blank, com.sun.star.frame.FrameSearchFlag.CREATE, args) end sub This works on a pdf document previously created with Writer. I'm working with OOo 3.2 on Ubuntu. Regards, Thibault Vataire - Mail Original - De: Wei Min Teo shaun

Re: [dev] Using matrices for rotation of graphical objects

2010-03-26 Thread Thibault Vataire
Thibault, Thibault Vataire schrieb: Hi, I use a trick to rotate the image : I convert the image (which is a com.sun.star.text.TextGraphicObject object) into com.sun.star.drawing.GraphicObjectShape object. It is this new object that I want to rotate. I'm not sure whether this is a defect

Re: [dev] Using matrices for rotation of graphical objects

2010-03-25 Thread Thibault Vataire
rb.hensc...@t-online.de À: dev@openoffice.org Envoyé: Jeudi 25 Mars 2010 00:34:15 Objet: Re: [dev] Using matrices for rotation of graphical objects Hi Thibault, Thibault Vataire schrieb: Hi, I'm working on an extension that allow to rotate images in Writer, in the meanwhile that this function

[dev] Using matrices for rotation of graphical objects

2010-03-24 Thread Thibault Vataire
values for the first and the second column of the matrix, but not for the third. These values seems to be the new position of the initial upper left corner of the shape. Is somebody know how to compute these values ? Best regards, Thibault Vataire