LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a window event. More...
import"WindowEvent.idl";
Public Attributes | |
long | X |
specifies the outer x position of the window. More... | |
long | Y |
specifies the outer y position of the window. More... | |
long | Width |
specifies the outer (total) width of the window. More... | |
long | Height |
specifies the outer (total) height of the window. More... | |
long | LeftInset |
specifies the inset from the left. More... | |
long | TopInset |
specifies the inset from the top. More... | |
long | RightInset |
specifies the inset from the right. More... | |
long | BottomInset |
specifies the inset from the bottom. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
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.