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

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

91 /** specifies if grand totals for the rows are inserted.
92 */
93 [property] boolean RowGrand;
94
95 //-------------------------------------------------------------------------
96
97 /** specifies the number of row fields.
98
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

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

91 /** specifies if grand totals for the rows are inserted.
92 */
93 [property] boolean RowGrand;
94
95 //-------------------------------------------------------------------------
96
97 /** specifies the number of row fields.
98
99 @since OOo 3.0
99 @since OpenOffice 3.0
100 */
101 [readonly, property, optional] long RowFieldCount;
102
103 //-------------------------------------------------------------------------
104
105 /** specifies the number of column fields.
106
100 */
101 [readonly, property, optional] long RowFieldCount;
102
103 //-------------------------------------------------------------------------
104
105 /** specifies the number of column fields.
106
107 @since OOo 3.0
107 @since OpenOffice 3.0
108 */
109 [readonly, property, optional] long ColumnFieldCount;
110
111 //-------------------------------------------------------------------------
112
113 /** specifies the number of data fields.
114
108 */
109 [readonly, property, optional] long ColumnFieldCount;
110
111 //-------------------------------------------------------------------------
112
113 /** specifies the number of data fields.
114
115 @since OOo 3.0
115 @since OpenOffice 3.0
116 */
117 [readonly, property, optional] long DataFieldCount;
118};
119
120//=============================================================================
121
122}; }; }; };
123
124#endif
125
116 */
117 [readonly, property, optional] long DataFieldCount;
118};
119
120//=============================================================================
121
122}; }; }; };
123
124#endif
125