[interface-announce] info/DEV300m22 : new: css.sdb.application.DatabaseObjectContainer / NamedDatabaseObject

2008-07-03 Thread frank . schoenheit


  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]

[interface-announce] info/CWS aw033 : add: Window::PrePaint()

2008-07-03 Thread philipp . lohmann


  Type: info
 Title: add: Window::PrePaint()
 Posted by: [EMAIL PROTECTED]
  Affected: [EMAIL PROTECTED],
 TaskId: i90844
http://www.openoffice.org/issues/show_bug.cgi?id=90844
Effective from: CWS aw033
   CWS:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/aw033
CWS status: new


*Summary*

+virtual void PrePaint()

*Description*
-
CWS aw033 adds a virtual PrePaint handler to Window. PrePaint will be
called immediately before a paint and will allow to invalidate some
additional regions that will be updated in the following paint.

Caveat: if the resulting invalidate region is empty after PrePaint or
is completely invisible due to other windows occluding the area, Paint
will not actually be called. So there may be more PrePaint calls than
Paint calls.


Send feedback to [EMAIL PROTECTED]


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