summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/BaseFrame.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-03-12 11:56:25 +0000
committerMichael Hönnig <mi@openoffice.org>2001-03-12 11:56:25 +0000
commit1baa110d8448b09ed773273ae5a14bbd69f52d06 (patch)
treebbc0cfb4b605347314130d050daa2bceff3f94be /offapi/com/sun/star/text/BaseFrame.idl
parentintroduced XDataTransferProviderAccess (diff)
downloadcore-1baa110d8448b09ed773273ae5a14bbd69f52d06.tar.gz
core-1baa110d8448b09ed773273ae5a14bbd69f52d06.zip
package is a registered name in Java => renamed to packages (step1: new module packages)
Diffstat (limited to 'offapi/com/sun/star/text/BaseFrame.idl')
-rw-r--r--offapi/com/sun/star/text/BaseFrame.idl54
1 files changed, 38 insertions, 16 deletions
diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl
index 1f07aefdc879..ba6b1f2256dc 100644
--- a/offapi/com/sun/star/text/BaseFrame.idl
+++ b/offapi/com/sun/star/text/BaseFrame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BaseFrame.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: os $ $Date: 2001-03-12 12:25:25 $
+ * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,27 +161,35 @@ service BaseFrame
[property] string BackGraphicFilter;
//-------------------------------------------------------------------------
- /** determines the position of the background graphic.@see GraphicLocation
+ /** determines the position of the background graphic.
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
//-------------------------------------------------------------------------
- /** contains the left border of the object.@see com::sun::star::table::BorderLine
+ /** contains the left border of the object.
+
+ @see BaseFrame::com::sun::star::table::BorderLine
*/
[property] com::sun::star::table::BorderLine LeftBorder;
//-------------------------------------------------------------------------
- /** contains the right border of the object.@see com::sun::star::table::BorderLine
+ /** contains the right border of the object.
+
+ @see BaseFrame::com::sun::star::table::BorderLine
*/
[property] com::sun::star::table::BorderLine RightBorder;
//-------------------------------------------------------------------------
- /** contains the top border of the object.@see com::sun::star::table::BorderLine
+ /** contains the top border of the object.
+
+ @see BaseFrame::com::sun::star::table::BorderLine
*/
[property] com::sun::star::table::BorderLine TopBorder;
//-------------------------------------------------------------------------
- /** contains the bottom border of the object.@see com::sun::star::table::BorderLine
+ /** contains the bottom border of the object.
+
+ @see BaseFrame::com::sun::star::table::BorderLine
*/
[property] com::sun::star::table::BorderLine BottomBorder;
@@ -277,7 +285,9 @@ service BaseFrame
*/
[property] boolean IsSyncHeightToWidth;
//-------------------------------------------------------------------------
- /** determines the horizontal orientation of the object.@see HoriOrientation
+ /** determines the horizontal orientation of the object.
+
+ @see BaseFrame::HoriOrientation
*/
[property] short HoriOrient;
//-------------------------------------------------------------------------
@@ -288,12 +298,16 @@ service BaseFrame
//-------------------------------------------------------------------------
/** determines the environment of the object to which the orientation
- is related.@see RelOrientation
+ is related.
+
+ @see BaseFrame::RelOrientation
*/
[property] short HoriOrientRelation;
//-------------------------------------------------------------------------
- /** determines the vertical orientation of the object.@see VertOrientation
+ /** determines the vertical orientation of the object.
+
+ @see BaseFrame::VertOrientation
*/
[property] short VertOrient;
@@ -307,7 +321,9 @@ service BaseFrame
//-------------------------------------------------------------------------
- /** determines the environment of the object to which the orientation is related.@see RelOrientation
+ /** determines the environment of the object to which the orientation is related.
+
+ @see BaseFrame::RelOrientation
*/
[property] short VertOrientRelation;
@@ -347,7 +363,7 @@ service BaseFrame
[property] boolean Print;
//-------------------------------------------------------------------------
- /** contains the type of the shadow of the object.@see ShadowFormat
+ /** contains the type of the shadow of the object.
*/
[property] com::sun::star::table::ShadowFormat ShadowFormat;
@@ -357,8 +373,10 @@ service BaseFrame
[property] boolean ServerMap;
//-------------------------------------------------------------------------
- /** contains the size of the object.@see Height
- @see Width
+ /** contains the size of the object.
+
+ @see BaseFrame::Height
+ @see BaseFrame::Width
*/
[property] com::sun::star::awt::Size Size;
@@ -367,7 +385,9 @@ service BaseFrame
*/
[property] boolean SizeProtected;
//-------------------------------------------------------------------------
- /** determines the type of the surrounding text.@see WrapTextMode
+ /** determines the type of the surrounding text.
+
+ @see BaseFrame::WrapTextMode
*/
[property] short Surround;
@@ -380,7 +400,9 @@ service BaseFrame
//-------------------------------------------------------------------------
- /** contains the wrapping of the object.@see WrapTextMode
+ /** contains the wrapping of the object.
+
+ @see BaseFrame::WrapTextMode
*/
[property] short TextWrap;