Re: [dev] Formats Supported by OpenOffice 2.1

2007-02-27 Thread Andreas Schlüns
Tom Schindl schrieb: A question I've always asked myself why the hell are those standard formats not provided by the UNO-API as constants? Something like IExportFormats#MS_WORD_97, if defined in some an IDL I could simply use them without thinking too much about spelling because my favorite IDE

Re: [dev] Print PDF using OpenOffice

2007-02-27 Thread Caio Tiago Oliveira
Rui Lima, 27-02-2007 11:22: :( that i don't know. But i would like that "Isso não sei, mas era porreiro saber!" 2007/2/27, Dyego Souza Dantas Leal <[EMAIL PROTECTED]>: Rui Lima escreveu: > please check: > http://codesnippets.services.openoffice.org/Writer/Writer.StoreWriterAsPDF.snip >

Re: [dev] Error on dmake: Could not detect compiler version

2007-02-27 Thread Hans-Joachim Lankenau
hi! OOo 2.0.4 doesn't yet know about this compiler. IIRC, initial support was introduced in SRC680 m(ilestone)186. tschau... ause Pathani, Radhika (GE, Corporate, consultant) wrote: > Hi, > I am getting the following error message dhile doing 'dmake'.i'm using > MS Visual 2005 Express Edition

Re: [dev] How to check whether nas is working?

2007-02-27 Thread Bernd Eilers
Hi Christian, I would try the following to check nas support: $ nasd -aa & # -aa allows any host access $ export AUDIOSERVER="`hostname`:0" $ soffice Open the gallery, than go to the theme sounds than click on any sound and check if you can hear something. provided that you

[dev] Error on dmake: Could not detect compiler version

2007-02-27 Thread Pathani, Radhika \(GE, Corporate, consultant\)
Hi, I am getting the following error message dhile doing 'dmake'.i'm using MS Visual 2005 Express Edition .i've configured as per the document. but still the problem coming. --- ERROR! Could not detect compiler version! Please extend tg_com

Re: [dev] Formats Supported by OpenOffice 2.1

2007-02-27 Thread Tom Schindl
Andreas Schlüns schrieb: > Dyego Souza Dantas Leal schrieb: >> In the Code: >> >> XStorable xStorable = (XStorable)UnoRuntime.queryInterface( >>XStorable.class, xDoc); >>PropertyValue[] storeProps = new PropertyValue[1]; >>storeProps[0] = new PropertyValue(); >>s

Re: [dev] How to check whether nas is working?

2007-02-27 Thread Christian Lohmaier
Hi Kay, *, On Mon, Feb 12, 2007 at 09:25:24AM +0100, Kay Ramme - Sun Germany - Hamburg wrote: > Christian Lohmaier wrote: > >repost becasue I didn't recieve any answer... > >cc dev@openoffice.org this time. > > > >How would I check whether nas support is working in an installation set? > >[...] >

Re: [dev] Print PDF using OpenOffice

2007-02-27 Thread Tom Schindl
Hi, As Andreas already said this is not possible this would need OO to import the PDF which is not possible currently. If you are running Linux you can use can maybe use KWord which has an import filter for PDF files. Tom Rui Lima schrieb: > :( that i don't know. But i would like that > > "

Re: [dev] Print PDF using OpenOffice

2007-02-27 Thread Andreas Schlüns
Hello Dyego, Rui Lima escreveu: please check: http://codesnippets.services.openoffice.org/Writer/Writer.StoreWriterAsPDF.snip 2007/2/27, Dyego Souza Dantas Leal <[EMAIL PROTECTED]>: Exists way to print a PDF Document using OpenOffice ? No. Without an import filter for OOo you wont be ab

Re: [dev] Print PDF using OpenOffice

2007-02-27 Thread Rui Lima
:( that i don't know. But i would like that "Isso não sei, mas era porreiro saber!" 2007/2/27, Dyego Souza Dantas Leal <[EMAIL PROTECTED]>: Rui Lima escreveu: > please check: > http://codesnippets.services.openoffice.org/Writer/Writer.StoreWriterAsPDF.snip > > > 2007/2/27, Dyego Souza Dant

Re: [dev] Print PDF using OpenOffice

2007-02-27 Thread Dyego Souza Dantas Leal
Rui Lima escreveu: please check: http://codesnippets.services.openoffice.org/Writer/Writer.StoreWriterAsPDF.snip 2007/2/27, Dyego Souza Dantas Leal <[EMAIL PROTECTED]>: Exists way to print a PDF Document using OpenOffice ? using OpenOffice SDK ... -

Re: [dev] Print PDF using OpenOffice

2007-02-27 Thread Rui Lima
please check: http://codesnippets.services.openoffice.org/Writer/Writer.StoreWriterAsPDF.snip 2007/2/27, Dyego Souza Dantas Leal <[EMAIL PROTECTED]>: Exists way to print a PDF Document using OpenOffice ? using OpenOffice SDK ...

[dev] Print PDF using OpenOffice

2007-02-27 Thread Dyego Souza Dantas Leal
Exists way to print a PDF Document using OpenOffice ? using OpenOffice SDK ... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] Formats Supported by OpenOffice 2.1

2007-02-27 Thread Andreas Schlüns
Dyego Souza Dantas Leal schrieb: In the Code: XStorable xStorable = (XStorable)UnoRuntime.queryInterface( XStorable.class, xDoc); PropertyValue[] storeProps = new PropertyValue[1]; storeProps[0] = new PropertyValue(); storeProps[0].Name = "FilterName"; stor

[dev] Formats Supported by OpenOffice 2.1

2007-02-27 Thread Dyego Souza Dantas Leal
In the Code: XStorable xStorable = (XStorable)UnoRuntime.queryInterface( XStorable.class, xDoc); PropertyValue[] storeProps = new PropertyValue[1]; storeProps[0] = new PropertyValue(); storeProps[0].Name = "FilterName"; storeProps[0].Value = "MS Word 97";

Re: [dev] Example Using OfficeBean

2007-02-27 Thread Cedric Bosdonnat
Dyego Souza Dantas Leal a écrit : > Exists a example to "print a document" using the OfficeBean ( java > language ) > > Using directly access is: > > protected void printDocComponent(XComponent xDoc) throws > java.lang.Exception { >XPrintable xPrintable = (XPrintable)UnoRuntime.queryInter

Re: [dev] gcj 4.1.2 and java component registration time

2007-02-27 Thread Caolan McNamara
On Tue, 2007-02-27 at 18:17 +1100, Jim Watson wrote: > On 23/02/2007, at 10:03 PM, Caolan McNamara wrote: > > > For some reason I'm seeing a failure at registration of java > > components > > during the install. > > Similar failure here for GNU/Linux SPARC in m203 using gcc4.3 > experimental