Methods' Summary |
hasPendingRequests |
Return whether there are pending requests for configuration changes.
|
postChangeRequest |
Add a request for a configuration change to the request queue.
|
Methods' Details |
hasPendingRequests
boolean |
hasPendingRequests(); |
- Description
- Return whether there are pending requests for configuration changes.
- Returns
- Returns `TRUE` when there is at least one request object in the
queue that has not yet been processed. It returns `FALSE` when
the queue is empty.
|
|
postChangeRequest
- Description
- Add a request for a configuration change to the request queue.
This method should not be called from outside the drawing
framework. Other sub controllers of the drawing framework are typical
callers. They can add change requests that can not be made with the
requestResourceActivation() and
requestResourceDeactivation() methods.
- Parameter xRequest
- The configuration change represented by this request object must only
be committed to the configuration when the
com::sun::star::drawing::framework::XConfigurationChangeRequest::execute()
method of the xRequest object is called.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.