CellProperties.idl (d1766043) CellProperties.idl (d8faddcc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 80 unchanged lines hidden (view full) ---

89 [property] string BackGraphicURL;
90
91 //-------------------------------------------------------------------------
92 /** contains the name of the graphic filter of the background graphic.
93 */
94 [property] string BackGraphicFilter;
95
96 //-------------------------------------------------------------------------
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 80 unchanged lines hidden (view full) ---

89 [property] string BackGraphicURL;
90
91 //-------------------------------------------------------------------------
92 /** contains the name of the graphic filter of the background graphic.
93 */
94 [property] string BackGraphicFilter;
95
96 //-------------------------------------------------------------------------
97 /** determins the position of the background graphic.
97 /** determines the position of the background graphic.
98 */
99 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
100
101 //-------------------------------------------------------------------------
102 /** contains the number format.
103 */
104 [property] long NumberFormat;
105
106 //-------------------------------------------------------------------------
98 */
99 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
100
101 //-------------------------------------------------------------------------
102 /** contains the number format.
103 */
104 [property] long NumberFormat;
105
106 //-------------------------------------------------------------------------
107 /** determins whether the background is transparent.
107 /** determines whether the background is transparent.
108 */
109 [property] boolean BackTransparent;
110
111 //-------------------------------------------------------------------------
112 /** contains the left border line.
113 */
114 [property] com::sun::star::table::BorderLine LeftBorder;
115

--- 33 unchanged lines hidden (view full) ---

149 [property] long BottomBorderDistance;
150
151 //-------------------------------------------------------------------------
152 /** contains the text section the text table is contained in if there is any.
153 */
154 [readonly, property]com::sun::star::text::XTextSection TextSection;
155
156 //-------------------------------------------------------------------------
108 */
109 [property] boolean BackTransparent;
110
111 //-------------------------------------------------------------------------
112 /** contains the left border line.
113 */
114 [property] com::sun::star::table::BorderLine LeftBorder;
115

--- 33 unchanged lines hidden (view full) ---

149 [property] long BottomBorderDistance;
150
151 //-------------------------------------------------------------------------
152 /** contains the text section the text table is contained in if there is any.
153 */
154 [readonly, property]com::sun::star::text::XTextSection TextSection;
155
156 //-------------------------------------------------------------------------
157 /** determins whether the cell is write protected or not.
157 /** determines whether the cell is write protected or not.
158 */
159 [property] boolean IsProtected;
160
161 //-------------------------------------------------------------------------
162 /** the vertical orientation of the text inside of the table cells in
163 this row.@see VertOrientation
164 */
165 [property] short VertOrient;
166
167};
168
169//=============================================================================
170
171}; }; }; };
172#endif
158 */
159 [property] boolean IsProtected;
160
161 //-------------------------------------------------------------------------
162 /** the vertical orientation of the text inside of the table cells in
163 this row.@see VertOrientation
164 */
165 [property] short VertOrient;
166
167};
168
169//=============================================================================
170
171}; }; }; };
172#endif