LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
table
TableBorder2.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
#ifndef __com_sun_star_table_TableBorder2_idl__
11
#define __com_sun_star_table_TableBorder2_idl__
12
13
#include <
com/sun/star/table/BorderLine2.idl
>
14
15
16
module com { module sun { module star { module table {
17
18
36
published
struct
TableBorder2
37
{
38
41
com::sun::star::table::BorderLine2
TopLine
;
42
43
47
boolean
IsTopLineValid
;
48
49
52
com::sun::star::table::BorderLine2
BottomLine
;
53
54
58
boolean
IsBottomLineValid
;
59
60
63
com::sun::star::table::BorderLine2
LeftLine
;
64
65
69
boolean
IsLeftLineValid
;
70
71
74
com::sun::star::table::BorderLine2
RightLine
;
75
76
80
boolean
IsRightLineValid
;
81
82
86
com::sun::star::table::BorderLine2
HorizontalLine
;
87
88
92
boolean
IsHorizontalLineValid
;
93
94
98
com::sun::star::table::BorderLine2
VerticalLine
;
99
100
104
boolean
IsVerticalLineValid
;
105
106
109
short
Distance
;
110
111
115
boolean
IsDistanceValid
;
116
117
};
118
119
120
}; }; }; };
121
122
#endif
123
124
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4