To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77677





------- Additional comments from [EMAIL PROTECTED] Fri Jun 15 20:35:04 +0000 
2007 -------
This new patch implements the same functionality as the original patch, but uses
new UNO API instead of modifying an existing, published API.

One note.  Two new UNO APIs provided in this patch (TableMultiStringFilterField
and XExtendedSheetFilterDescriptor) are meant to be *un*-published.  But because
I could not compile SheetFilterDescriptor.idl without making them published, I
had to mark them "published".

It is likely that the XExtendedSheetFilterDescriptor interface to be further
extended in future, as we introduce a new filter type, it is important that this
interface will stay unpublished (if that's even possible).  Also, because I had
to import filters of different types, I designed XExtendedSheetFilterDescriptor
interface to follow SQL transactional style API, where you call begin() to
initiate transactions and commit() to commit all filter items when done.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to