Re: [dev] Registry cache - Recent documents list

2007-03-27 Thread Carsten Driesner
Robert Vojta schrieb: Hallo, I use modified file picker which contains recent documents too. I get this list from OO.o registry Common/History/PickList. The problem is, that this list is updated when I exit from OO.o. It is cached somewhere. From where should I read recent documents list to

Re: [dev] Re: Proxy setting in Inet.xcu has no effect

2007-03-27 Thread Matthias B.
On 3/23/07, Oliver Braun [EMAIL PROTECTED] wrote: This leaves us no choice but to have our component disable the proxy via UNO API, which of course prevents use of a proxy completely, even in environments where the proxy is properly configured. If you don't need a proxy for the servers you

Re: [dev] Registry cache - Recent documents list

2007-03-27 Thread Robert Vojta
On 3/27/07, Carsten Driesner [EMAIL PROTECTED] wrote: Hallo Carsten, You should wait for OpenOffice.org 2.2 where this problem has been fixed. do you know which CWS contains this fix? So I can backport it to my 2.1? Or this a big change, so it is not recommend to backport this change?

Re: [dev] Registry cache - Recent documents list

2007-03-27 Thread Robert Vojta
On 3/27/07, Robert Vojta [EMAIL PROTECTED] wrote: do you know which CWS contains this fix? So I can backport it to my 2.1? Or this a big change, so it is not recommend to backport this change? I just found it ... The change is diffed here ...

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

2007-03-27 Thread Christian Lohmaier
Repost and x-post to [EMAIL PROTECTED] it was suggested on IRC that the code that interacts with nas is in vcl and thus the folks dealing with vcl might know how to use OOO with nas... Maybe #i75734# - utilities: security issues fixed in nas 1.8b refreshed somebodies memories... History:

[dev] Open Office Table Split

2007-03-27 Thread Palash Basak
Hi, I am using Open Office first time. I want to split a table of word document. The code, that i am using is :--- xDispatchHelper.executeDispatch( xDispatchProvider,.uno:SplitTable,, 0, new PropertyValue[0] ); It is not working properly. Can you help me please . Thanks

Re: [dev] Open Office Table Split

2007-03-27 Thread Frank Meies - Sun Germany - Development - Software Engineer
Hi Palash Basak, On 03/27/07 15:53, Palash Basak wrote: I am using Open Office first time. I want to split a table of word document. The code, that i am using is :--- xDispatchHelper.executeDispatch( xDispatchProvider,.uno:SplitTable,, 0, new PropertyValue[0] ); It is not

Re: [dev] configure script

2007-03-27 Thread Volker Quetschke
Vinay Anand Yadav wrote: Hello, I am getting the following error at the end of ./configure command. You are using the wrong perl. Please follow the build instructions, and don't try to use Activestate Perl, it wont work for the cygwin style bash build.

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

2007-03-27 Thread Jens-Heiner Rechtien
Christian Lohmaier wrote: Repost and x-post to [EMAIL PROTECTED] it was suggested on IRC that the code that interacts with nas is in vcl and thus the folks dealing with vcl might know how to use OOO with nas... Maybe #i75734# - utilities: security issues fixed in nas 1.8b refreshed somebodies

Re: [dev] Re: Proxy setting in Inet.xcu has no effect

2007-03-27 Thread Mathias Bauer
Matthias B. wrote: On 3/23/07, Oliver Braun [EMAIL PROTECTED] wrote: This leaves us no choice but to have our component disable the proxy via UNO API, which of course prevents use of a proxy completely, even in environments where the proxy is properly configured. If you don't need a

[dev] a crash issue

2007-03-27 Thread blueeagle
Hello all, I meet a problem that can make the soffice crash. It crashs when insert a new slide in the Outline view. 1.build a new Impress. 2.Insert a new slide in the Outline view via menu. 3.crash. It is not crash If click the left column of slide first before insert a new slide. I debug this

RE: [dev] OLE conversion sun build vs. the rest of the world [ Was RE: [dev] .Doc importer performance ]

2007-03-27 Thread Gregoire Gentil
Mikhail (and others), Actually, you're right. Sun build has the OLE conversion unchecked. Just to summarize and close this thread (perhaps it could be useful to somebody else in the future): We noticed huge difference of performance of the import of a big Word document between the Sun build and

Re: [dev] word bounding boxes in Impress?

2007-03-27 Thread Malte Timmermann
This information is only available for things rendered to the screen. There you can use the Uno Accessibility API (XAccessibleText for char glyphs) But I don't know if you can query XAccessibleText from XShape directly. See openoffice.org/access for details. Malte. Laurent Denoue wrote, On

[dev] pdf Export: text only?

2007-03-27 Thread Laurent Denoue
Can I tell the pdf export filter to only output text, not the images, or vector graphics, or background images (of an Impress for example)? I'm trying to speed up exporting to PDF. Other ideas are welcome. Laurent. Note: I'm interested in text only because I can already export the actual

Re: [dev] Re: Proxy setting in Inet.xcu has no effect

2007-03-27 Thread Oliver Braun
Matthias B. wrote: On 3/23/07, Oliver Braun [EMAIL PROTECTED] wrote: If you don't need a proxy for the servers you need to access, wouldn't adding those (via API) to the No proxy for list (ooInetNoProxy) solve your problem as well ? Does this allow wildcards? The problem is that I don't have

Re: [dev] Re: Sharing packages across products

2007-03-27 Thread Oliver Braun
Kay Ramme - Sun Germany - Hamburg wrote: For admins actually making use of relocations regulary, it is quite likely that (s)he initially ends up with e.g. /usr/local/program etc. when trying to relocate to /usr/local. which obviously is unfortunate, so we are going to try to fix this :-) Is