LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents a VCL container window. More...
import"XVclContainer.idl";
Public Member Functions | |
void | addVclContainerListener ([in] com::sun::star::awt::XVclContainerListener l) |
adds the specified container listener to receive container events from this container. More... | |
void | removeVclContainerListener ([in] com::sun::star::awt::XVclContainerListener l) |
removes the specified container listener so that it no longer receives container events from this container. More... | |
sequence< com::sun::star::awt::XWindow > | getWindows () |
returns all windows. 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... | |
represents a VCL container window.
void addVclContainerListener | ( | [in] com::sun::star::awt::XVclContainerListener | l | ) |
adds the specified container listener to receive container events from this container.
sequence<com::sun::star::awt::XWindow> getWindows | ( | ) |
returns all windows.
void removeVclContainerListener | ( | [in] com::sun::star::awt::XVclContainerListener | l | ) |
removes the specified container listener so that it no longer receives container events from this container.