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

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

31/** specifies region type of DataPilot table range
32
33 <p>This constant set is used to indicate the type of output range desired when
34 <method>XDataPilotTable2::getOutputRangeByType</method> is called, which
35 returns a different cell range depending upon the value passed to it as the argument.</p>
36
37 @see com::sun::star::sheet::XDataPilotTable2
38
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

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

31/** specifies region type of DataPilot table range
32
33 <p>This constant set is used to indicate the type of output range desired when
34 <method>XDataPilotTable2::getOutputRangeByType</method> is called, which
35 returns a different cell range depending upon the value passed to it as the argument.</p>
36
37 @see com::sun::star::sheet::XDataPilotTable2
38
39 @since OOo 3.0
39 @since OpenOffice 3.0
40 */
41constants DataPilotOutputRangeType
42{
43 //------------------------------------------------------------------------
44
45 /** whole DataPilot output range including the header area above the table
46 where the filter and page field buttons are located. */
47 const long WHOLE = 0;

--- 21 unchanged lines hidden ---
40 */
41constants DataPilotOutputRangeType
42{
43 //------------------------------------------------------------------------
44
45 /** whole DataPilot output range including the header area above the table
46 where the filter and page field buttons are located. */
47 const long WHOLE = 0;

--- 21 unchanged lines hidden ---