| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
specifies a window event. More...
import "WindowEvent.idl";
 
  
| Public Attributes | |
| long | X | 
| specifies the outer x position of the window. | |
| long | Y | 
| specifies the outer y position of the window. | |
| long | Width | 
| specifies the outer (total) width of the window. | |
| long | Height | 
| specifies the outer (total) height of the window. | |
| long | LeftInset | 
| specifies the inset from the left. | |
| long | TopInset | 
| specifies the inset from the top. | |
| long | RightInset | 
| specifies the inset from the right. | |
| long | BottomInset | 
| specifies the inset from the bottom. | |
| Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
specifies a window event.
| long BottomInset | 
specifies the inset from the bottom.
The inset is the distance between the outer and the inner window, that means the bottom inset is the height of the bottom border.
| long Height | 
specifies the outer (total) height of the window.
| long LeftInset | 
specifies the inset from the left.
The inset is the distance between the outer and the inner window, that means the left inset is the width of the left border.
| long RightInset | 
specifies the inset from the right.
The inset is the distance between the outer and the inner window, that means the right inset is the width of the right border.
| long TopInset | 
specifies the inset from the top.
The inset is the distance between the outer and the inner window, that means the top inset is the height of the top border.
| long Width | 
specifies the outer (total) width of the window.
| long X | 
specifies the outer x position of the window.
| long Y | 
specifies the outer y position of the window.