Type: info
         Title: new: css.sdb.application.DatabaseObjectContainer / 
NamedDatabaseObject
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],[EMAIL PROTECTED],-
         TaskId: i84016
<http://www.openoffice.org/issues/show_bug.cgi?id=84016>
Effective from: DEV300m22


*Summary*
--------
+ constants css.sdb.application.DatabaseObjectContainer:
  TABLES
  QUERIES
  FORMS
  REPORTS
  DATA_SOURCE
  CATALOG
  SCHEMA
  FORMS_FOLDER
  REPORTS_FOLDER
+ struct css.sdb.application.NamedDatabaseObject
  {
    long Type;
    string Name;
  };

*Description*
-------------
The constants group DatabaseObjectContainer (in css.sdb.application)
complements the existing group DatabaseObject, by providing additional
values for not only single database objects, but also groups of such
objects.

Also, a struct NamedDatabaseObject has been introduced, which allows
to a single object in the UI of a database document, by providing its
type and its fully qualified name.

Those two are of interest for API users, for instance for clients of
the (newly implemented) XContextMenuInterception interface, or the
XSelectionSupplier interface.

See the IDL reference (online with the release of 3.0, or part of the
SDK of a usual build) for further details


Send feedback to [EMAIL PROTECTED]


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

Reply via email to