[api-dev] Problem saving RTF file from OpenOffice 3

2009-04-29 Thread Cristian Fonti
~~ Dott. Cristian Fonti mailto: crfo...@scmgroup.com c/o Centro Elaborazione Dati (CED) SCM Group S.p.a. http://www.scmgroup.com via Emilia, 77 - 47900 Rimini (RN), Italy Tel.: +39 0541 700163 Interno: 2163

[api-dev] OpenOffice 3.0 and Java 1.5

2009-04-20 Thread Cristian Fonti
Hi to all, two years ago, i have created an application client-server to editing rtf file with OpenOffice 2.X calling the client into an applet from Oracle E-Business Suite (Oracle Forms). Now i would upgrade to OpenOffice 3.0 but when i'm trying to load the openoffice jars i obtain this

Re: [api-dev] OpenOffice 3.0 and Java 1.5

2009-04-20 Thread Cristian Fonti
The pc-clients use the JRE 1.3.1.25 (and unfortunatly it is impossible for our company to upgrade it) and they must launch the applet in which is embedded OpenOffice 3.0 . How can i by-pass the problem? Regards ~~ Dott. Cristian Fonti

[api-dev] DisableEnable commands with Java and OO2.0.3

2006-09-18 Thread Cristian Fonti
); xFlush.commitChanges(); It crash before the xFlus.commitChanges(); Someone can help me?? ~~ Dott. Cristian Fonti mailto: [EMAIL PROTECTED] c/o Sistemi Informativi - Resp. Web Area SCM Group S.p.a. http://www.scmgroup.com via Emilia, 77

[api-dev] Problem with OOoBean and disable commands

2006-09-14 Thread Cristian Fonti
... ~~ Dott. Cristian Fonti mailto: [EMAIL PROTECTED] c/o Sistemi Informativi - Resp. Web Area SCM Group S.p.a. http://www.scmgroup.com via Emilia, 77 - 47900 Rimini (RN), Italy

Re: [api-dev] Backgroung conversion crashes when closing last foreground document

2006-05-30 Thread Cristian Fonti
Look the issue that i opened, id: 63270 Best Regard Cristian Mathias Bauer ha scritto: Mathias Bauer wrote: Tobias Krais wrote: Hi Mathias, Ah, maybe the problem is that OOo doesn't close its open windows on File-Exit when a terminate listener throws a VetoException? Well,

Re: [api-dev] Create an index in a writer document with the link

2006-03-08 Thread Cristian Fonti
I understand..don't you know another method that can i use to insert and Index entry or something similar?? Jürgen Schmidt ha scritto: Jürgen Schmidt wrote: Hi Cristian, Cristian Fonti wrote: Sorry, but if you don't use the ContentIndexMark, what kind of Index do you use??? ups, sorry i

Re: [api-dev] Create an index in a writer document with the link

2006-03-08 Thread Cristian Fonti
] -- ~~ Dott. Cristian Fonti mailto: [EMAIL PROTECTED] Centro Elaborazione Dati (CED) - Resp. Web Area SCM Group S.p.a. http://www.scmgroup.com via Emilia, 77 - 47900 Rimini (RN), Italy Tel.: +39 0541 700163 Interno: 2163

Re: [api-dev] Create an index in a writer document with the link

2006-03-07 Thread Cristian Fonti
there is a problem, but i don't know where.. Peter Eberlein ha scritto: Hi, Cristian, Cristian Fonti schrieb: Hi to all, I see in the developer's guide how create an index in a writer document with the JAVA API. i would add at every page number in the index (or eventually in the title

Re: [api-dev] Create an index in a writer document with the link

2006-03-07 Thread Cristian Fonti
Sorry, but if you don't use the ContentIndexMark, what kind of Index do you use??? Jürgen Schmidt ha scritto: Cristian Fonti wrote: First of all thanks.. i try to use the TokenType, but nothing...maybe could be a problem in the code of the Entry?? This is my code: [CODE] mxDocFactory

[api-dev] Create an index in a writer document with the link

2006-03-06 Thread Cristian Fonti
Hi to all, I see in the developer's guide how create an index in a writer document with the JAVA API. i would add at every page number in the index (or eventually in the title) a hyperlink to the right section.. Someone know how can i do it (in JAVA)?? Thanks to all... Cristian

Re: [api-dev] SDK 2.0

2005-11-08 Thread Cristian Fonti
an SDK for the milestone m2 can be found. It's identical with the final version. Best regards, Mathias -- ~~ Dott. Cristian Fonti mailto: [EMAIL PROTECTED] Centro Elaborazione Dati (CED) - Resp. Web Area SCM Group S.p.a. http

Re: [api-dev] How stable is the Java API ?

2005-06-17 Thread Cristian Fonti
Sorry for the idiot question, but how can i call the garbage collection via Java??? Best Regars Cristian Andreas Brker ha scritto: Hello, if we call the Garbage Collection after every API call OpenOffice.org stays longer alive. Is it possible that the API produces too much references ?

Re: [api-dev] Set Image resolution

2005-06-07 Thread Cristian Fonti
?? -- ~~ Dott. Cristian Fonti mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Centro Elaborazione Dati (CED) - Resp. Web Area SCM Group S.p.a. http://www.scmgroup.com via Emilia, 77 - 47900 Rimini (RN), Italy Tel.: +39 0541 700163 Interno: 2163

Re: [api-dev] Set Image resolution

2005-06-01 Thread Cristian Fonti
lution and then import it back to the document. Wondering if we can write to a "virtual" file on the clipboard ?? -- ~~~~~~ Dott. Cristian Fonti mailto: [EMAIL PROTECTED] Centro Elaborazione Dati (CED) - Resp. Web Area SCM

[api-dev] Problem with the table when i save a Writer document in Word

2005-05-12 Thread Cristian Fonti
Hi to all, i have this problem: in a Writer document, i create a table, then i rotate the cells of the first row (with the OOo API and Java). If i save the document in Word 97/XP/2000 and i open it, the text in the cells is not rotate... The same problem appear also if i don't use the API

Re: [api-dev] Problems with Page Style

2005-04-29 Thread Cristian Fonti
in Java, but Cristian Fonti wrote: Hi to all, i have a problem with the Api: I generate a new Writer document, with a Java procedure, with import others documents with the method insertDocumentUrl. Now, i would to use different styles for the header of right and left pages (in the left pages, i

Re: [api-dev] Page Number

2005-04-14 Thread Cristian Fonti
Andrew Douglas Pitonyak ha scritto: Cristian Fonti wrote: Hi to all, i want to insert a page number in a Writer document with Java Api. All is ok when the page number start from 1, but how can i do if i want that the page number start from a variable value??? This is my code to insert a Page

[api-dev] Page size and Page format

2005-04-13 Thread Cristian Fonti
Hi to all, what is the property in Java Api to set the Page size(A4,A3...) and the Page Format (Landscape,Portrait)/Allignment in a Writer Document??? I use this code: XStyleFamiliesSupplier StyleFam = (XStyleFamiliesSupplier)

[api-dev] Probleme with insert image in Text

2005-04-07 Thread Cristian Fonti
,TextContentAnchorType.AS_CHARACTER); ps.setPropertyValue(GraphicURL, file:///+url); Thanks to all Cristian Fonti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] Table width

2005-03-18 Thread Cristian Fonti
] -- ~~ Dott. Cristian Fonti mailto: [EMAIL PROTECTED] Centro Elaborazione Dati (CED) - Resp. Web Area SCM Group S.p.a. http://www.scmgroup.com via Emilia, 77 - 47900 Rimini (RN), Italy Tel.: +39 0541 700163 Interno: 2163

Re: [api-dev] Table width

2005-03-18 Thread Cristian Fonti
] -- ~~ Dott. Cristian Fonti mailto: [EMAIL PROTECTED] Centro Elaborazione Dati (CED) - Resp. Web Area SCM Group S.p.a. http://www.scmgroup.com via Emilia, 77 - 47900 Rimini (RN), Italy Tel.: +39 0541 700163 Interno: 2163

[api-dev] Problem with TableColumnSeparators

2005-03-18 Thread Cristian Fonti
Hi to all, i have a problems with the width of the column in a table (with Writer), i use Java, and i found that the only method is TableColumnSeparators. I try it but i don't understand what is the value that must be set... --This is an example of my code with a table (1,4):

[api-dev] Bookmark...

2005-03-17 Thread Cristian Fonti
Hi to all, can and eventually how, i select the text between two bookmarks??? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] Problem with insertDocumentFromURL

2005-03-16 Thread Cristian Fonti
Andrew Douglas Pitonyak ha scritto: Cristian Fonti wrote: Andrew Douglas Pitonyak ha scritto: Cristian Fonti wrote: Hi to all, i have a problem using the method insertDocumentFromURL: when i use it to insert some formatted text (font size, font color,etc...) from another document

Re: [api-dev] Problem with insertDocumentFromURL

2005-03-15 Thread Cristian Fonti
Andrew Douglas Pitonyak ha scritto: Cristian Fonti wrote: Hi to all, i have a problem using the method insertDocumentFromURL: when i use it to insert some formatted text (font size, font color,etc...) from another document, in the destination file appear at the top of the document 2-3 blank

[api-dev] TabStop

2005-03-15 Thread Cristian Fonti
Hi, Someone can help me in the implementation of TabStop with Java and the OOo Api?? Thank to all. Cristian Fonti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[api-dev] TabStop...

2005-03-15 Thread Cristian Fonti
(XTextCursor.class,tb[0]); XText xTextheader = (XText) UnoRuntime.queryInterface(XText.class, xPropertySetStyle.getPropertyValue(HeaderText)); xTextheader.insertString(xt, CENTER TEXT IN THE HEADER,false); Thanks to all... Cristian Fonti

Re: [api-dev] Search text and insert page break

2005-03-14 Thread Cristian Fonti
); xd.insertDocumentFromURL(file:///D:/Esempi/provaRTF.rtf,loadProps); Why the system don't import form the TOP of the page?? Andrew Douglas Pitonyak ha scritto: Hi Cristian, I do all of my examples in Basic Sorry! Cristian Fonti wrote: Hi to all, I'm a newbie in Api Open Office programmation

[api-dev] Search text and insert page break

2005-03-11 Thread Cristian Fonti
com.sun.star.util.XReplaceable returns when i use the method findAll... Please someone help me! Thanks Dott. Cristian Fonti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]