Re: [udk-dev] StarBasic Kill statement

2006-08-22 Thread Stephan Bergmann
Paolo Mantovani wrote: again,sorry for the (totally unwanted) misunderstanding No problem. I was in a bit of a hurry yesterday so did not read your mails too carefully. Anyway, I meanwhile asked Basic expert Andreas Bregas to have a look at these two threads and give helpful comments.

Re: [udk-dev] Starbasic function SaveDataToFile does not check params

2006-08-22 Thread Laurent Godard
Hi paolo I've just found it here: http://installation.openoffice.org/source/browse/installation/wizards/source/tools/UCB.xba :) just sent the same :) This is the file where I would change a line:-) change it, make a diff open an issue and submit it against framework project perhaps

Re: [udk-dev] cpp uno: Enhancement for uno::Reference

2006-08-22 Thread Stephan Bergmann
Thorsten Behrens wrote: Stephan writes: I vaguely remember having discussed this before with Daniel Bölzle, but neither of us can remember whether there were any serious problems with it. Well, will of course try this on a full build ;-) Whether or not the constructor should be explicit

Re: [udk-dev] Starbasic function SaveDataToFile does not check params

2006-08-22 Thread Berend Cornelius
I submitted issue 68848 (Function SaveDataToFile in Basic library Tools is unsafe) to ih for this issue. The target is OOo 3.0. If anybody thinks he can fix it within a closer target he is welcome to take over the bug. Paolo Mantovani wrote: Alle 18:00, lunedì 21 agosto 2006, Stephan

Re: [udk-dev] cpp uno: Enhancement for uno::Reference

2006-08-22 Thread Thorsten Behrens
Stephan Bergmann [EMAIL PROTECTED] writes: Third, the implicit option you proposed where you can implicitly use xDerived for the up-cast. That the third most closely mimics plain pointers does not automatically qualify it as the best solution. Too much implicit conversion can make code

Re: [udk-dev] cpp uno: Enhancement for uno::Reference

2006-08-22 Thread Stephan Bergmann
Thorsten Behrens wrote: Stephan Bergmann [EMAIL PROTECTED] writes: Third, the implicit option you proposed where you can implicitly use xDerived for the up-cast. That the third most closely mimics plain pointers does not automatically qualify it as the best solution. Too much implicit

Re: [udk-dev] StarBasic Kill statement

2006-08-22 Thread Andreas Bregas
Hi Paolo, The kill statement in StarBasic can delete entire folders Calling OptionCompatible(True) before does not affect the behavior. ( OOo 2.0.2 ) The documentation doesn't say explicitly that it shouldn't happen but anyway it speaks only of files, and never of folders. Furthermore, there

Re: [udk-dev] StarBasic Kill statement

2006-08-22 Thread Paolo Mantovani
Hi Andreas, Alle 15:02, martedì 22 agosto 2006, Andreas Bregas ha scritto: [...] I agree. This should be fixed for OptionCompatible(True). I've submitted i68855 and set you on CC. This should be easy to fix and can be done for 2.1. just seen, thank you very much Paolo

Re: [udk-dev] Starbasic function SaveDataToFile does not check params

2006-08-22 Thread Paolo Mantovani
Alle 10:06, martedì 22 agosto 2006, Laurent Godard ha scritto: Hi paolo I've just found it here: http://installation.openoffice.org/source/browse/installation/wizards/sou rce/tools/UCB.xba :) just sent the same :) : This is the file where I would change a line:-) change it, make a