[dev] Writing UNO Components

2005-10-25 Thread 王彬
Hi: I am a developer and I meet with a problem in uno,so I turn to you for help. The sourcecode version is : 680_m120 I wrote a new component but it didn't work. I hope the new component can be called from a different process through a socket connection. (But it can only be called successfully o

Re: [dev] Writing UNO Components

2005-10-25 Thread Stephan Bergmann
王彬 wrote: > Hi: > > I am a developer and I meet with a problem in uno,so I turn to you for help. > > The sourcecode version is : 680_m120 > I wrote a new component but it didn't work. > I hope the new component can be called from a different process through a > socket connection. > (But it can o

Re: [dev] Calling function from ContextMenu

2005-10-25 Thread Carsten Driesner
Daniel Beck wrote: Hello , * I'm using Java, to access openOffice 2 UNO component. I'm trying to add items to the contextMenu inside OpenOffice - I used the example from sdk for that. *Then the user choses the Item "Search Word" from the contextMenu, I want my own function to be called. Th

[dev] ServPDF-OO - A web based Office to PDF Converter Server for OpenOffice

2005-10-25 Thread Mustafa Görmezer
ServPDF-OO is a web based PDF Converter Server for OpenOffice (1.x and 2.0). It is developed in SPYCE (Python Server Pages) and uses the PDF Export feature of OpenOffice. Simply extract the 400 KByte ZIP archive into a subdirectory of OpenOffice installation and start the Webserver... For more in

[dev] how to extract text from MS word files,PDF FILES,POWER POINT files

2005-10-25 Thread prakash jaya
hi friends, i need to extract text from the PDF files,MS WORD,PPT files for my application.IS this library support this?if support how can i get this library?Is it opensource Library?if yes please pass the link to download this library.please help me how to extract text from the abo

Re: Re: [dev] Writing UNO Components

2005-10-25 Thread 王彬
>- >Stephan Bergmann wrote: > > If something works on localhost but not across machines, it is typically > the case that some UNO accept string (e.g., the > "-accept:socket,host=..."

[dev] apple "pages" iWork thingy

2005-10-25 Thread Caolan McNamara
I played with apple "pages" recently on someone's mac. http://www.apple.com/iwork/pages/ The keynote presentation package is pretty nice, OOo does pretty much everything you'd want, except keynote has some snazzy full slide animations which are kind of slick. Pages doesn't really cut it as a wor

Re: [dev] German *.src / *_tmpl.hrc entries now UTF8 and a flag file in /prj introduced

2005-10-25 Thread Ivo Hinkelmann
Hi Frank, Frank Schönheit - Sun Microsystems Germany wrote: Hi Ivo, (and no, neither my IDE's editor nor my fallback editor (TextPad) currently seem to recognize UTF-8 :( ) I don't know what IDE you use. My msdev opens resources files well. Hmm, I opened dbaccess/source/ui/browser/sbabrw

Re: [dev] German *.src / *_tmpl.hrc entries now UTF8 and a flag file in /prj introduced

2005-10-25 Thread Ivo Hinkelmann
Hi Mathias, Mathias Bauer wrote: Ivo Hinkelmann wrote: Hi Frank, Frank Schönheit - Sun Microsystems Germany wrote: Today, the process for new strings involves specifying both the germany and the english string in the spec document, and writing them into the .src (done by the developer). If

Re: [dev] Re:soltools

2005-10-25 Thread Volker Quetschke
Rajith Ravi wrote: Hi Volker Im sending my winenv.bat. Two problems: IF DEFINED PERL unset PERL set PERL=d:\Perl\bin\perl The cygwin tcsh build *definitively* doesn't work with ActiveState perl. You have to use cygwin's perl. and IF DEFINED SOLARINC unset SOLARINC se

Re: [dev] how to extract text from MS word files,PDF FILES,POWER POINT files

2005-10-25 Thread yangsl
hi prakash jaya, I wrote a jar,it could extract text from MS-Word/Excel/PDF/OOo files. Please send your e-mail account to me. sean young - Original Message - From: "prakash jaya" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 25, 2005 12:53 PM Subject: [dev] how to extract text from

[dev] Getting document data to and from a remote OOo in Java

2005-10-25 Thread Ján Halaša
Hello, I have Java application that opens a word document in OOo and saves it in HTML. There is no problem if I run OOo on localhost - I can open a file, save it after conversion (using XStorable class) and then read it from the filesystem. Now I need an option to run OOo on a remote machine.

Re: [dev] Writing UNO Components

2005-10-25 Thread Jürgen Schmidt
王彬 wrote: >>- >>Stephan Bergmann wrote: >> >> If something works on localhost but not across machines, it is typically >> the case that some UNO accept string (e.g., the >> "-accept:sock

Re: [dev] Contributing Cocoa Mac OS X

2005-10-25 Thread CPHennessy
On Sat October 22 2005 14:52, Jean-Paul wrote: > Hello, > > I read on (computer technology related) news sites that Open Office is > going to be ported to Mac OS X using the Aqua interface. As I know how > to use Cocoa I would like to see if I can contribute to this project. > Unfortunately all con

Re: [dev] I need some help....

2005-10-25 Thread CPHennessy
On Wed October 19 2005 23:12, דניאל ברקת wrote: > Hi openoffice... > I am programming for some time in cpp, and I'm really fascinated by the > idea of open code... I have no experience in project like this, and not > alot experience ad a programmer too But, I want to learn and help, and > I won

Re: [dev] Colaborating

2005-10-25 Thread CPHennessy
On Fri October 21 2005 14:10, Roberto Alba Ferro wrote: > Hi there, > > Ive using OpenOffice for a month and I have to congratulate all of you for > the great work that you are carrying. It's an excellent tool. > I really would like to colaborate with the project but I really dont know > where I co

Re: [dev] OO2 - Support of JDK 1.5 from source

2005-10-25 Thread CPHennessy
On Sat October 22 2005 23:58, Alon Bar-Lev wrote: > Hello, > > Tried to compile with JDK1.5, after patched and patched I'd > gave up... > > Most of invalid classes are of Sun... :( > > I don't know where this should go... But please fix > packaging so that all can be compiled under jdk 1.5. > > I c

Re: [dev] Contribution request from a newbie programmer

2005-10-25 Thread CPHennessy
On Sun October 23 2005 10:02, gurkan wrote: > Hi! > > I am a newbie programmer and I want to contribute this project. I don't > know where to start. I need some help to choose a field to contribute. > > Thanks for your interest... Hi Gürkan, How about helping with the scripting project http://sc

Re: [dev] OO2 - Support of JDK 1.5 from source

2005-10-25 Thread Volker Quetschke
CPHennessy wrote: > On Sat October 22 2005 23:58, Alon Bar-Lev wrote: > >>Hello, >> >>Tried to compile with JDK1.5, after patched and patched I'd >>gave up... >> >>Most of invalid classes are of Sun... :( >> >>I don't know where this should go... But please fix >>packaging so that all can be compi

[dev] Create/Connect to OpenOffice 2.0 Base from a java program

2005-10-25 Thread mesa rit
Hi, I am trying to create / access to OpenOffice 2.0 Base from a java program. Here is my program for creating a file. It seems like successful because after that I can try to access the data from another java program. However, when I tried to open the file using OpenOffice 2.0 Base, there is an

[dev] How to determine template URL

2005-10-25 Thread Matthias Benkmann
Is there a way to determine the URL of the template that was used to create a new document in the OnLoad event handler? Matthias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]