Re: [dev] suppress popup of InputFields when opening a template

2006-05-29 Thread Christoph Lutz
Hi Mathias, On 5/25/06, Mathias Bauer [EMAIL PROTECTED] wrote: is there a way to suppress the popup of InputFields when I open a template that contains InputFields? I'm searching for a global configuration-option for OOo or even better for a way to place some kind of DONT POPUP-Flag into

Re: [dev] XTableCharts.addNewByName()

2006-05-29 Thread Niklas Nebel
Tadashi Ohmura wrote: ::com::sun::start::table::XTableCharts class's addNewByName() method's parameter bColumnHeaders and bRowHeaders do not work. In the document: Parameter bColumnHeaders if set to true , the topmost row of the source data will be used to set labels for the category axis

[dev] Fwd: Read-only access to a user's OpenOffice directory

2006-05-29 Thread Alon Keren
Hi, I've encountered a problem when making a user's OpenOffice directory read-only. Though I realize this list has little to do with support, I thought I'd chance it, as no one in users@openoffice.org could help much (see http://www.openoffice.org/servlets/ReadMsg?list=usersmsgNo=121481 for that

Re: [dev] Seeking help for Microsoft Excel File Format

2006-05-29 Thread Tom Schindl
Hi, have you considered using jakarta-poi? have you considered using UNO-API and loading your XLS into OO and extract pictures using OO-API? Tom 刘俊峰 schrieb: Hello, I want to import images in some Excel files to a database. I already build a parser to read and analyze records based on

[dev] newbie problems with CommandLineTools

2006-05-29 Thread Daniel Faber
Hi, I'm new to OOo development and I try to run CommandLineTools following the tutorial [1]. I have office.jar, ScriptFramework.jar and the xerces jar files in my classpath. Running CommandLineTools shows this error message: $ java CommandLineTools -o /usr/lib/openoffice -h Exception in

[dev] Find a bug in Microsoft Excel

2006-05-29 Thread 刘俊峰
A date displays 2006-6-2, but becomes 2006-6-3 when read out according to file format. I find that Microsoft Excel counts the days of year 1900 as 366. How to know whether the value of a RK cell is a date? Regards, Liu Junfeng [EMAIL PROTECTED] 2006-5-29

Re: [dev] Read-only access to a user's OpenOffice directory

2006-05-29 Thread Mathias Bauer
Alon Keren wrote: Note: I realize this list has little to do with support, but the following issue seems to be beyond the reach of the people at 'users@openoffice.org' and that some code changes would be needed. If anyone knows of a better forum in which to post this, please tell me. The

Re: [dev] Read-only access to a user's OpenOffice directory

2006-05-29 Thread Alon Keren
On 5/29/06, Mathias Bauer [EMAIL PROTECTED] wrote: ATM it is not possible to run OOo without write access to its user profile without getting runtime errors that at least cause an error message. I even wouldn't exclude crashes. Bad news for me. Still, could you be a bit more specific? I would