summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XLayoutConstrains.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/awt/XLayoutConstrains.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/awt/XLayoutConstrains.idl')
-rw-r--r--offapi/com/sun/star/awt/XLayoutConstrains.idl43
1 files changed, 6 insertions, 37 deletions
diff --git a/offapi/com/sun/star/awt/XLayoutConstrains.idl b/offapi/com/sun/star/awt/XLayoutConstrains.idl
index ed870e09a655..6904cded374b 100644
--- a/offapi/com/sun/star/awt/XLayoutConstrains.idl
+++ b/offapi/com/sun/star/awt/XLayoutConstrains.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLayoutConstrains.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:13 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:01:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,33 +76,25 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::awt::XLayoutConstrains
-/** enables a component to specify layout constrains for a surrounding
- container.
+/** specifies the layout constraints for a surrounding container.
*/
interface XLayoutConstrains: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::awt::XLayoutConstrains::getMinimumSize
- /** @returns
- the minimum size for this component.
+ /** returns the minimum size for this component.
*/
com::sun::star::awt::Size getMinimumSize();
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::awt::XLayoutConstrains::getPreferredSize
- /** @returns
- the preferred size for this component.
+ /** returns the preferred size for this component.
*/
com::sun::star::awt::Size getPreferredSize();
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::awt::XLayoutConstrains::calcAdjustedSize
- /** @returns
- the an actual size for a given maximal size.
+ /** calculates the adjusted size for a given maximum size.
*/
com::sun::star::awt::Size calcAdjustedSize( [in] com::sun::star::awt::Size aNewSize );
@@ -112,27 +104,4 @@ interface XLayoutConstrains: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:42:11 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:53 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:08 mi
- documentation merged from XML
-
- Revision 1.3 2000/05/16 12:19:53 mi
- documentation
-
- Revision 1.2 2000/02/07 11:24:16 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif