Re: [api-dev] Constants com.sun.star.sdb.application.DatabaseObject

2007-02-26 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Bernard, I have developed a small application which scans idl files of the SDK to collect all enums and constants. All worked well for years until I ran my application on SDK 2.1 and it bugged on two constants: com.sun.star.sdb.application.DatabaseObject.TABLE

Re: [api-dev] ErrorCodeIOException error codes

2007-02-26 Thread Stephan Bergmann
Cédric Damioli wrote: Hi all, Does the list of ErrorCodeIOException error codes exists ? I have the 461854 one, but I have not found any doc about it. Easy enough. ;) Deciphering tools/inc/errcode.hxx:1.5 and sw/inc/swerror.h:1.6, you find out that 461854 must be ERR_SWG_WRITE_ERROR

Re: [api-dev] Constants com.sun.star.sdb.application.DatabaseObject

2007-02-26 Thread Stephan Bergmann
Bernard Marcelly wrote: Hello, I have developed a small application which scans idl files of the SDK to collect all enums and constants. All worked well for years until I ran my application on SDK 2.1 and it bugged on two constants: com.sun.star.sdb.application.DatabaseObject.TABLE

Re: [api-dev] Constants com.sun.star.sdb.application.DatabaseObject

2007-02-26 Thread Bernard Marcelly
Message de Stephan Bergmann date 2007-02-26 09:54 : Bernard Marcelly wrote: Hello, I have developed a small application which scans idl files of the SDK to collect all enums and constants. All worked well for years until I ran my application on SDK 2.1 and it bugged on two constants:

Re: [api-dev] Constants com.sun.star.sdb.application.DatabaseObject

2007-02-26 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Bernard, My program scans all Idl files to create a Delphi unit containing all constants (adapting constant names and declarations to Delphi syntax). My program did not expect these constructs in the Idl file: const long TABLE = com::sun::star::sdb::CommandType::TABLE; const long

[api-dev] [EMAIL PROTECTED] TOPIC: Contributing

2007-02-26 Thread Michael Hoennig
Dear OpenOffice.org community, This is the 2-weekly announcement of current issues regarding the OOo API project which I want to hightlight to the community. *** = *** Todays Issue: Contributing to the OOo API Project ***