Re: [dev] Re: [dba-dev] OOo Base further development

Andreas Säger <[email protected]> Wed, 19 Jan 2011 18:26:39 +0100
Newsgroups gmane.comp.openoffice.dba.user,gmane.comp.openoffice.devel.general
Message-ID <[email protected]>
Am 18.01.2011 07:30, Ocke Janssen wrote:
> On 17.01.2011 10:07, Andreas Säger wrote:
>> Am 14.01.2011 10:15, Ocke Janssen wrote:
>>>
>
>> No thanks! I'm done with it.
> Sad. You could complete refactor it and remove all duplicate code (which
> hopefully is already removed) and give it your own touch. And by the way
> you don't have to cast java.lang.Object(s) anymore to the interface you
> need, a simple
>
> XDialogProvider2 xDialogProvider =
> UnoRuntime.queryInterface(XDialogProvider2.class, obj);
>
> is enough ;-)
>

No thanks. I'll have a hard time to get my trivial Calc extension work 
with 3.3 which used to run flawlessly with versions 1.4 until 3.2.1.

For me personally, there is one particular feature I'd like to see: 
Editable record sets from direct SQL, so the advanced users can simply 
ignore broken wizards and SQL parsers.
Most recently: 
http://user.services.openoffice.org/en/forum/viewtopic.php?f=13&t=37559

Thank you very much for all the bug fixes. Today I got notified about 
http://www.openoffice.org/issues/show_bug.cgi?id=98163
Very nice. I consider the old report wizard as useful since it provides 
the only method to dump row sets into flat Writer tables.

Cheers,
Andreas