[dev] Dictionaries for spell checking etc... (was: Re: [dev] Where our products install to)

2008-02-11 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi all, @Caolan, Petr: I have made this answer of mine a cross post to lingucopmponent.dev as well. And since it is about lingucomponent issues it would be nice to continue the discussion there @lingucomoment reades: This mail is a reply to a posting in the openoffice.dev list. On Fri,

[dev] Windows compiler question...

2008-04-29 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi all, The following sniplet comes from a GNU C/C++ compilable source. It seems to emulate w_char's on it's own. And thus I was told the whole structure needs to be packed into 16 bit. typedef struct __attribute__ ((packed)) { unsigned char l; unsigned char h; } w_char; However the

Re: [dev] Windows compiler question...

2008-04-30 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Thanks for answering! :-) Thomas Takashi Ono wrote: Hi Thomas, Including the delcaration between #pragma pack(push,1) and #pragma pack(pop) will work with MS compilers, I think. In message [dev] Windows compiler question..., Thomas Lange - Sun Germany - ham02 - Hamburg

Re: [dev] Windows compiler question...

2008-04-30 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi Rene, Ok, if that one is already fixed and it works just this simple I'll do it as in the fix. (We don't want two different fixes for the same issue.) Thanks! Thomas Thomas Lange - Sun Germany - ham02 - Hamburg wrote: The following sniplet comes from a GNU C/C++ compilable source

Re: [dev] Automatic Math Formula Sizing

2008-07-11 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi Gvarek, The easiest way would be to wait and try again once OOo 3.0 becomes available. There were two bugs in respect to this behavior and at least one (probably both) got only fixed for OOo 3.0. Please note that I'm not promising you that it I'll work. I'm just stating that a regression in

Re: [dev] Automatic Math Formula Sizing

2008-07-11 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi, Just as an additional reference: Have a look in issue 59205 and the other one mentioned in that one. Thomas Gvarek Naskov wrote: Dear OOo developers, I have a question that I asked on the OOo community forum, but I was advised to forward it here. I am trying to automatically

Re: [dev] Automatic Math Formula Sizing

2008-07-16 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi Gvarek, ... I looked at issues 59205 and 85282 as you suggested. It is true that the symptoms are very similar, although I arrived at the same situation by a different way. Unfortunately, I tried with DEV300 m24 and it did not work better. (See

Re: [dev] break iteration

2008-08-20 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hello Jens, Hello, we want to implement break iteration for Khmer in OpenOffice. We created a patch for ICU to implement a dictionary base breakiterator and so far this seems to work for line breaking. Unfortunately it is not working for word breaking. :-( From the code in OOo we got

Re: [dev] help me to choose a OpenOffice project

2008-08-26 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi Pradipta, I am using Open Office since 2004. Now I am interested to contribute in devolopment of OOo to face some real life challanges. I have completed B.tech in Computer Science Engg this year.My skill sets are--- C, C++ and little bit of Java, python. Please help me to find out,

Re: [dev] Hi,

2009-02-06 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi Sutapalli, Hi, I am Satyam. I am from India. I work on Apple Mac. I would like to participate in coding of Open Office development on Mac. Please help me. Well, in that case you should ask in the mac port list. See http://porting.openoffice.org/servlets/ProjectMailingListList for

Re: [dev] What is soffice.bin used for?

2009-08-10 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi Daniel, This is a newbie question, but what is soffice.bin and why does soffice.exe launch it as a separate process? Is soffice.bin just a copy of soffice.exe renamed to soffice.bin? Also, can someone please point me in the right direction as to how to set a breakpoint at the main entry

Re: [dev] Text area in OOo Math

2010-02-12 Thread Thomas Lange - Sun Germany - ham02 - Hamburg
Hi Konstantin, Where to find code that displays text description of formula in OOo Math? What do you mean by 'text description'? Do you mean the text in the editing window? Thomas - To unsubscribe, e-mail: