[dev] File-locking problem with no delete rights

2009-03-10 Thread KAMI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mikhail, all, One users reported that there is a problem with the newly introduced file locking mechanism. Currently I do not have to much information about the problem (eg. sw environment) but I asked for more detailed information. So the user

Re: [dev] Error handling in OOo, shouldn't we show additional info.

2009-03-10 Thread Mathias Bauer
Frank Schönheit - Sun Microsystems Germany wrote: Hi Mathias, When we talk about seldom, hard to reproduce errors, then let's introduce a logger which is permanently switched ON, or at least switched ON for log levels = LogLevel.SEVERE. (by default, loggers are OFF, i.e. do not log any

Re: [dev] Error handling in OOo, shouldn't we show additional info.

2009-03-10 Thread Mathias Bauer
Frank Schönheit - Sun Microsystems Germany wrote: Without having the bigger picture how good error handling should look like while we are at it, and mentioned UNO incompatibility already ... I just came across (yet) another issue where a severe error was silenced instead of propagated to

[dev] Simplify Reference Casts by template constructors

2009-03-10 Thread Rainman Lee
Hi everyone, After a period of time of developing with URE, I find the C++ UNO class Reference is not very comfortable for use sometime. The problem is, when I have a reference of base interface XA and a reference of derived interface XB, I can't make xA = xB directly. Instead I have to query XA