summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-03 12:06:20 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 17:57:46 +0100
commit8dd82dbabf92c69628c24242dfd8a76b7dd9bc10 (patch)
tree89ccd0644f0c22c3873e8ceec7541bd6af4e17bb /offapi/com/sun/star/table
parente97f298534ea4b0b3e71b26b495387b706b223a3 (diff)
Documented css::table::BorderLine2.LineWidth.
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r--offapi/com/sun/star/table/BorderLine2.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/offapi/com/sun/star/table/BorderLine2.idl b/offapi/com/sun/star/table/BorderLine2.idl
index 65428b03dd7d..c1ae0f80a122 100644
--- a/offapi/com/sun/star/table/BorderLine2.idl
+++ b/offapi/com/sun/star/table/BorderLine2.idl
@@ -43,6 +43,16 @@ struct BorderLine2 : BorderLine
/** Style of the border. @see BorderLineStyle
*/
short LineStyle;
+
+ /** Width of the border, this is the base to compute all the lines
+ and gaps widths. These widths computations are based on the
+ LineStyle property
+
+ This property is prevailing on the old Out, In and Dist width
+ from BorderLine. If this property is set to 0, then the other
+ widths will be used to guess the border width.
+ */
+ unsigned long LineWidth;
};
//=============================================================================