RE: need help to insert an image with a caption with the Libo java API

2019-09-16 Thread LORENZO Vincent
: LORENZO Vincent Cc : Kaganski Mike ; Miklos Vajna ; sos ; libreoffice@lists.freedesktop.org Objet : RE: need help to insert an image with a caption with the Libo java API Update > Fields. Listing 397. Creating a set expression sequence field. oField = oDoc.createInsta

RE: need help to insert an image with a caption with the Libo java API

2019-09-06 Thread LORENZO Vincent
the SetExpression, DependentField, field master, … I will continue to investigate about that, but if you have some references for me, please don’t hesitate. Regards, /Vincent Lorenzo De : Andrew Pitonyak Envoyé : jeudi 5 septembre 2019 22:57 À : LORENZO Vincent Cc : Kaganski Mike ; Miklos Vajna

RE: need help to insert an image with a caption with the Libo java API

2019-09-05 Thread LORENZO Vincent
ertySet.class, oReference); oReferencePropertySet.setPropertyValue("SourceName", "Figure");// I get De la part de LORENZO Vincent Envoyé : vendredi 15 février 2019 14:37 À : Kaganski Mike ; Miklos Vajna ; sos Cc : libreoffice@lists.freedesktop.org Objet : [PROVENANCE INTERNET] RE: need help to

possible missing code in unoil-6.2.2 jar ?

2019-05-10 Thread LORENZO Vincent
Hello everybody, I just noticed that the unoil-6.2.2.jar doesn't contains the folder com/sun/star/images, instead it is on the git branch libreoffice-6-2-2, in the folder /offapi. I don't know if someone forgot to include this folder to the build or if it is the wanted build beha

RE: questions about LibreOffice API version and jars available on https://mvnrepository.com

2019-04-17 Thread LORENZO Vincent
nvoyé : lundi 8 avril 2019 11:54 À : LORENZO Vincent Cc : libreoffice@lists.freedesktop.org Objet : Re: questions about LibreOffice API version and jars available on https://mvnrepository.com Hi Lorenzo, LORENZO Vincent wrote: > Yes, of course, I could compile it myself, but I would pref

RE: questions about LibreOffice API version and jars available on https://mvnrepository.com

2019-04-16 Thread LORENZO Vincent
Hello Sophi, I thank you for your answer. /Vincent -Message d'origine- De : sophi [mailto:so...@libreoffice.org] Envoyé : lundi 8 avril 2019 17:11 À : LORENZO Vincent Cc : libreoffice@lists.freedesktop.org Objet : Re: questions about LibreOffice API version and jars avai

RE: questions about LibreOffice API version and jars available on https://mvnrepository.com

2019-04-08 Thread LORENZO Vincent
Vajna [mailto:vmik...@collabora.com] Envoyé : mercredi 3 avril 2019 09:13 À : LORENZO Vincent Cc : libreoffice@lists.freedesktop.org Objet : Re: questions about LibreOffice API version and jars available on https://mvnrepository.com Hi Vincent, On Tue, Apr 02, 2019 at 10:46:36AM +0000, LORENZO Vi

questions about LibreOffice API version and jars available on https://mvnrepository.com

2019-04-02 Thread LORENZO Vincent
Hello everybody, I'm using several jar available on https://mvnrepository.com. These jars are tagged as 5.4.2 and I use them to create document with LibreOffice 6.0.2.1. The used jars: juh-5.4.2.jar jurt-5.4.2.jar ridl-5.4.2.jar unoil-5.4.2.jar unoloader-5.4.2.jar 1. Do y

no source code in https://repo1.maven.org/maven2/org/libreoffice/unoil/5.4.2/

2019-02-15 Thread LORENZO Vincent
Hello everybody, I'm developing a document generator based on LibreOffice API for the software Eclipse Papyrus (under EPL V2 (Eclipse Public License V2 )). As LibreOffice API is not under EPL license, the Eclipse Foundation has a process to allow me to use this API. Eclipse is ch

RE: need help to insert an image with a caption with the Libo java API

2019-02-15 Thread LORENZO Vincent
entation, indicating mapping, between the xml elements and how to get/create them from java ? For example, in xml svg:width is called Height in the java API, and my Textframe becomes mailto:mikekagan...@hotmail.com] Envoyé : mercredi 13 février 2019 11:42 À : Miklos Vajna ; LORENZO Vincen

need help to insert an image with a caption with the Libo java API

2019-02-12 Thread LORENZO Vincent
Hello everybody, I would like to add a caption, to an inserted image in a text document, but I don't find how to do that... Please do you have pointer/documentation for me ? Regards -- Vincent LORENZO 01-69-08-17-24 CEA Saclay Nano-INNOV Institut CARNOT CEA LIST Point Courrier n

RE: how to create and fill a table of contents ? (solved)

2019-02-11 Thread LORENZO Vincent
rew Douglas Pitonyak Envoyé : samedi 9 février 2019 14:25 À : libreoffice@lists.freedesktop.org Objet : Re: how to create and fill a table of contents ? Forgot to add the link: http://www.pitonyak.org/OOME_4_0.odt On 2/8/19 8:42 AM, LORENZO Vincent wrote: Hello, I'm looking for

how to create and fill a table of contents ?

2019-02-08 Thread LORENZO Vincent
Hello, I'm looking for a code example to create a table of contents and fill it programmatically. I thought find something like an object called XTableOfContents in the unoil library, but nothing and Google didn't really help me. So, please if you some pointers, code examples, o

RE: how to add nested folders and files into the odt file structure ?

2019-01-18 Thread LORENZO Vincent
Hi Michael, Thank you very much, it works fine and it is very easy to use. /Vincent -Message d'origine- De : Michael Stahl [mailto:m...@libreoffice.org] Envoyé : vendredi 18 janvier 2019 13:21 À : LORENZO Vincent ; libreoffice@lists.freedesktop.org Objet : Re: how to add n

how to add nested folders and files into the odt file structure ?

2019-01-18 Thread LORENZO Vincent
Hello everybody, I know the odt file is a kind of zip file. I would like to add folders and files in it programmatically, but I don't know how to proceed. I tested manually with 7-zip, but at the end the odt file is corrupt. I tried with java ZipFile class, but it fails too. So I

RE: need advices and help about Bookmark API.

2019-01-14 Thread LORENZO Vincent
.rdf.URI", a) CreateURI = uri End Function Function CreateLiteral(v) As Variant a = Array(v) literal = CreateUnoServiceWithArguments("com.sun.star.rdf.Literal", a) CreateLiteral = literal End Function On 1/11/2019 9:27 AM, Miklos Vajna wrote: Hi Vincent, On Thu, Ja

need advices and help about Bookmark API.

2019-01-10 Thread LORENZO Vincent
Hello everybody, It is my first post on this mailing-list and probably not the last one, so I will introduce myself. I'm Vincent LORENZO and I'm developing with my colleagues an UML modeler, called Papyrus and based on Eclipse (https://www.eclipse.org/papyrus/ ). We are developing

RE: looking for developper informations about Calc

2016-10-21 Thread LORENZO Vincent
RENZO Vincent Cc : libreoffice@lists.freedesktop.org Objet : Re: looking for developper informations about Calc Hi LORENZO, On Thursday, 2016-10-20 09:03:35 +0000, LORENZO Vincent wrote: > Here I will give you a list of the main features used in NatTable and for > which I would like to k

looking for developper informations about Calc

2016-10-20 Thread LORENZO Vincent
Hello everybody, I'm working in an Eclipse project called Papyrus (https://eclipse.org/papyrus/ ) which needs to provide table editor to edit UML models. Currently we are using the NatTable widget (https://www.eclipse.org/nattable/ ). This widget is very powerful, but each year our users ask