1 #ifndef __com_sun_star_awt_XLayoutRoot_idl__
2 #define __com_sun_star_awt_XLayoutRoot_idl__
4 #ifndef __com_sun_star_awt_XLayoutContainer_idl__
5 #include
<com
/sun
/star
/awt
/XLayoutContainer.idl
>
7 #ifndef __com_sun_star_container_XNameAccess_idl__
8 #include
<com
/sun
/star
/container
/XNameAccess.idl
>
10 #ifndef __com_sun_star_container_XNameContainer_idl__
11 #include
<com
/sun
/star
/container
/XNameContainer.idl
>
14 //=============================================================================
16 module com
{ module sun
{ module star
{ module awt
{
18 //=============================================================================
20 /** specifies an interface for a top-level layoutable widget
24 interface XLayoutRoot
: com
::sun
::star
::container
::XNameAccess
26 com
::sun
::star
::awt
::XLayoutContainer getLayoutContainer
();
29 //=============================================================================