Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: embed ::

interface XHatchWindowController
Description
specifies the operations for a hatch window.

A hatch window owner is responsible to handle resize/move requests sent by the window. It is also responsible to validate tracking rectangle size.


Methods' Summary
requestPositioning requests window owner to resize/move the window.  
calcAdjustedRectangle returns the closest valid rectangle to the provided one.  
activated  
deactivated  
Methods' Details
requestPositioning
void
requestPositioning( [in] ::com::sun::star::awt::Rectangle  aRect );

Description
requests window owner to resize/move the window.
Parameter aRect
the new requested position and size of the window
calcAdjustedRectangle
::com::sun::star::awt::Rectangle
calcAdjustedRectangle( [in] ::com::sun::star::awt::Rectangle  aRect );

Description
returns the closest valid rectangle to the provided one.
Parameter aRect
a new selected position and size of the tracking rectangle
Returns
the closest valid position and size to the provided one
activated
void
activated();

deactivated
void
deactivated();

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.