CellRange.idl (d1766043) CellRange.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

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

106 //-----------------------------------------------------------------------------
107
108 /** contains the filter name of the background graphic.
109 */
110 [property] string BackGraphicFilter;
111
112 //-----------------------------------------------------------------------------
113
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

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

106 //-----------------------------------------------------------------------------
107
108 /** contains the filter name of the background graphic.
109 */
110 [property] string BackGraphicFilter;
111
112 //-----------------------------------------------------------------------------
113
114 /** determins the location of the background graphic.
114 /** determines the location of the background graphic.
115 */
116 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
117
118 //-----------------------------------------------------------------------------
119
120 /** contains the URL of the background graphic.
121 */
122 [property] string BackGraphicURL;
123
124 //-----------------------------------------------------------------------------
125
115 */
116 [property] com::sun::star::style::GraphicLocation BackGraphicLocation;
117
118 //-----------------------------------------------------------------------------
119
120 /** contains the URL of the background graphic.
121 */
122 [property] string BackGraphicURL;
123
124 //-----------------------------------------------------------------------------
125
126 /** determins if the background color is transparent.
126 /** determines if the background color is transparent.
127 */
128 [property] boolean BackTransparent;
129
130 //-----------------------------------------------------------------------------
131
127 */
128 [property] boolean BackTransparent;
129
130 //-----------------------------------------------------------------------------
131
132 /** determins if the first column of the table should be treated as
132 /** determines if the first column of the table should be treated as
133 axis labels when a chart is to be created.
134 */
135 [property] boolean ChartColumnAsLabel;
136
137 //-----------------------------------------------------------------------------
138
133 axis labels when a chart is to be created.
134 */
135 [property] boolean ChartColumnAsLabel;
136
137 //-----------------------------------------------------------------------------
138
139 /** determins if the first row of the table should be treated as
139 /** determines if the first row of the table should be treated as
140 axis labels when a chart is to be created.
141 */
142 [property] boolean ChartRowAsLabel;
143
144 //-----------------------------------------------------------------------------
145
146 /** contains the number format.
147 */
148 [property] long NumberFormat;
149
150};
151
152//=============================================================================
153
154}; }; }; };
155
156#endif
140 axis labels when a chart is to be created.
141 */
142 [property] boolean ChartRowAsLabel;
143
144 //-----------------------------------------------------------------------------
145
146 /** contains the number format.
147 */
148 [property] long NumberFormat;
149
150};
151
152//=============================================================================
153
154}; }; }; };
155
156#endif