summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/TableBorder2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/TableBorder2.idl')
-rw-r--r--offapi/com/sun/star/table/TableBorder2.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/offapi/com/sun/star/table/TableBorder2.idl b/offapi/com/sun/star/table/TableBorder2.idl
index 4f826726976b..a4d57242118c 100644
--- a/offapi/com/sun/star/table/TableBorder2.idl
+++ b/offapi/com/sun/star/table/TableBorder2.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/table/BorderLine2.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** contains the style settings of the border lines of all cells in a cell
range.
@@ -56,93 +54,79 @@ module com { module sun { module star { module table {
*/
published struct TableBorder2
{
- //-------------------------------------------------------------------------
/** determines the line style at the top edge.
*/
com::sun::star::table::BorderLine2 TopLine;
- //-------------------------------------------------------------------------
/** specifies whether the value of
<member>TableBorder2::TopLine</member> is used.
*/
boolean IsTopLineValid;
- //-------------------------------------------------------------------------
/** determines the line style at the bottom edge.
*/
com::sun::star::table::BorderLine2 BottomLine;
- //-------------------------------------------------------------------------
/** specifies whether the value of
<member>TableBorder2::BottomLine</member> is used.
*/
boolean IsBottomLineValid;
- //-------------------------------------------------------------------------
/** determines the line style at the left edge.
*/
com::sun::star::table::BorderLine2 LeftLine;
- //-------------------------------------------------------------------------
/** specifies whether the value of
<member>TableBorder2::LeftLine</member> is used.
*/
boolean IsLeftLineValid;
- //-------------------------------------------------------------------------
/** determines the line style at the right edge.
*/
com::sun::star::table::BorderLine2 RightLine;
- //-------------------------------------------------------------------------
/** specifies whether the value of
<member>TableBorder2::RightLine</member> is used.
*/
boolean IsRightLineValid;
- //-------------------------------------------------------------------------
/** determines the line style of horizontal lines for the inner part
of a cell range.
*/
com::sun::star::table::BorderLine2 HorizontalLine;
- //-------------------------------------------------------------------------
/** specifies whether the value of
<member>TableBorder2::HorizontalLine</member> is used.
*/
boolean IsHorizontalLineValid;
- //-------------------------------------------------------------------------
/** determines the line style of vertical lines for the inner part
of a cell range.
*/
com::sun::star::table::BorderLine2 VerticalLine;
- //-------------------------------------------------------------------------
/** specifies whether the value of
<member>TableBorder2::VerticalLine</member> is used.
*/
boolean IsVerticalLineValid;
- //-------------------------------------------------------------------------
/** contains the distance between the lines and other contents.
*/
short Distance;
- //-------------------------------------------------------------------------
/** specifies whether the value of
<member>TableBorder2::Distance</member> is used.
@@ -151,7 +135,6 @@ published struct TableBorder2
};
-//=============================================================================
}; }; }; };