| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
specifies the operations for a hatch window. More...
import "XHatchWindow.idl";
 
  
| Public Member Functions | |
| void | setController ([in] XHatchWindowController xController) | 
| sets the object that will control resizing/moving, if the object is not set the window can not be resized/moved. | |
| Public Member Functions inherited from XComponent | |
| void | dispose () | 
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. | |
| void | addEventListener ([in] XEventListener xListener) | 
| adds an event listener to the object. | |
| void | removeEventListener ([in] XEventListener aListener) | 
| removes an event listener from the listener list. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| Public Attributes | |
| com::sun::star::awt::Size | HatchBorderSize | 
specifies the operations for a hatch window.
A hatch window is a kind of window that is adopted to contain an embedded object window to represent the contained window border and to handle resizing/moving in a specific way: after user have selected the new size/placement the hatching window sends request to owner for resizing/moving. Thus the window can not resize/move itself.
| void setController | ( | [in] XHatchWindowController | xController | ) | 
sets the object that will control resizing/moving, if the object is not set the window can not be resized/moved.
| 
 | attribute |