[dev] Finding source files of a task id

2005-02-07 Thread Samphan Raruenrom
Hi, I usually find someone says in an issue, e.g. issue 41671 - "fixed in cws i18n16". I understand that the patch will be in the branch cws_src680_i18n16 with the task id #i41671# in the commit message. But how can I find which file(s) the patch change. How can I extract the patch so I can apply

Re: [dev] UNO

2005-02-07 Thread Jacob Floyd
Thanks Kai and Juergen. That cleared it up. When is the new dev guide going to be out? I'd like to make sure I'm using UNO according to the latest spec, as this is definately a post 2.0 (possibly a 3.0) feature. Thanks again, Jacob

[dev] Embedding OO in my application (heavyweight vs Lightweight)

2005-02-07 Thread Tim Archer
Hello allI'm stumped here and hope someone can offer some advice. I'm trying to do embed an OpenOffice writer control (the OfficeBean) into my application for document editing. The entire application is basically written and this is a graft on feature. My problem is that the entire applicatio

Re: [dev] Compiler Bug? (Sun Studio 10, Solaris Express 11/04, OO.org tag NSRC680_m71s1)

2005-02-07 Thread Matt Prazak
Thanks for your reply. It looks like the best way for me to contact Sun is through their on-line developer.sun.com support forums, because I do not have a contract with them. I'll post there and see where it goes. Matt --- Jens-Heiner Rechtien <[EMAIL PROTECTED]> wrote: > Hi Matt, > > this c

Re: [dev] UNO

2005-02-07 Thread Jürgen Schmidt
Hi, Jacob Floyd wrote: I'm getting ready to create a new layer for OOo, and was told I should do it in UNO. However, I'm not sure how UNO helps me and I hope some one can explain this (read on): From what I understand UNO uses the network for different OOo components to talk to each other. Is this

Re: [dev] Compiler Bug? (Sun Studio 10, Solaris Express 11/04, OO.org tag NSRC680_m71s1)

2005-02-07 Thread Jens-Heiner Rechtien
Hi Matt, this certainly looks like a bug in Sun Studio 10. Heiner Matt Prazak wrote: In icu/unxsols4.pro/misc/build/icu/source/i18n/ucol_bld.cpp, there is a while loop in ucol_doCE() that, for me, will never exit, even when the condition is false! When I re-write the loop, the problem goes away.

Re: [dev] HostName not defined for gid_Dir_User_Autotext_Language for specified language

2005-02-07 Thread Joerg Barfurth
James Lee wrote: I'm trying to build SRC680_m76 on Solaris in three languages, "configure ... --with-lang=en,de,fr ...". You should omit the 'en' or use 'en-US' (or 'en-GB', if you wish) instead. A plain 'en' language is currently not supported. The default/fallback language 'en-US' is built alwa

Re: [dev] open xls and doc files

2005-02-07 Thread Niklas Nebel
[EMAIL PROTECTED] wrote: I will ask, how you open Excel files with OpenOffice. I'm a php developmer and i'm writing at class for php, which can read and also write excel and word files. This class can now only write this files in the moment . And i don't know, how i can Read a file. Can you help me

Re: [dev] UNO

2005-02-07 Thread Kai Sommerfeld
Jacob Floyd wrote: I'm getting ready to create a new layer for OOo, and was told I should do it in UNO. However, I'm not sure how UNO helps me and I hope some one can explain this (read on): From what I understand UNO uses the network for different OOo components to talk to each other. Is this true