Type: info
         Title: css.view.XFormLayerAccess
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: CWS dba23a


*Summary*
--------
module com.sun.star.view {
  interface XFormLayerAccess
  {
    interface XControlAccess;
    css.form.XFormController getFormController(
      css.form.XForm );
    boolean isFormDesignMode();
    void setFormDesignModel( boolean );
  }
}

*Description*
-------------
There's a new interface XFormLayerAccess in css.view, extending the
already existent XControlAccess from the same module, and implemented
by Writer, Calc, and Draw.

The methods of this interface in short:
- getFormController is provides access to the form controller instances
  in the document, which is analogous to the base interfaces functionality
  of providing an XControl belonging to a given XControlModel.
- isFormDesignMode tells whether the document's view is currently in
  design or alive mode, with respect to the (form) controls
- setFormDesignMode sets the design/alive mode of the (form) controls


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

Reply via email to