1 #ifndef __com_sun_star_awt_XLayoutUnit_idl__
2 #define __com_sun_star_awt_XLayoutUnit_idl__
4 #ifndef __com_sun_star_awt_XLayoutContainer_idl__
5 #include
<com
/sun
/star
/awt
/XLayoutContainer.idl
>
8 //=============================================================================
10 module com
{ module sun
{ module star
{ module awt
{
12 //=============================================================================
14 interface XLayoutContainer
;
16 /** Responsible to evaluate size damages and force a re-calculation. Containers
17 should let it know of state changes that may affects their size.
18 All children of a top-level window should share the same object.
24 void queueResize
( [in] com
::sun
::star
::awt
::XLayoutContainer Container
);
27 //=============================================================================