LibreOffice
LibreOffice 24.2 SDK API Reference
|
creates a hatch window implementation. More...
import"XHatchWindowFactory.idl";
Public Member Functions | |
::com::sun::star::embed::XHatchWindow | createHatchWindowInstance ([in] com::sun::star::awt::XWindowPeer xParent, [in] com::sun::star::awt::Rectangle aBounds, [in] com::sun::star::awt::Size aSize) raises ( ::com::sun::star::lang::IllegalArgumentException ) |
creates a new hatch window instance. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
creates a hatch window implementation.
::com::sun::star::embed::XHatchWindow createHatchWindowInstance | ( | [in] com::sun::star::awt::XWindowPeer | xParent, |
[in] com::sun::star::awt::Rectangle | aBounds, | ||
[in] com::sun::star::awt::Size | aSize | ||
) | |||
raises | ( | ::com::sun::star::lang::IllegalArgumentException | |
) |
creates a new hatch window instance.
xParent | the parent window the hatch window should be created in |
aBounds | position and size of the hatch window |
aSize | border and handler squares size |
com::sun::star::lang::IllegalArgumentException | one of arguments is illegal |