summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/BorderLine2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/BorderLine2.idl')
-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;
};
//=============================================================================