summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 12:42:50 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 12:42:50 +0000
commit7bc379ddcdb4e9de427ada5f4cb370be2fdfa20a (patch)
treeb3d1f87cd9e3469f2556a21b031e36e3089f25ba
parent388e38b94ea3cbf4804bf651a364c1681928d1f0 (diff)
INTEGRATION: CWS dr32 (1.6.2); FILE MERGED
2005/02/02 14:14:21 dr 1.6.2.1: #b6219324# #i23079# #i27871# #i35812# #i37725# new address converter, import/export of view settings
-rw-r--r--sc/source/filter/inc/xepivot.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xepivot.hxx b/sc/source/filter/inc/xepivot.hxx
index 78ec5bc21ba6..885a7af445f5 100644
--- a/sc/source/filter/inc/xepivot.hxx
+++ b/sc/source/filter/inc/xepivot.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xepivot.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2005-01-14 12:10:06 $
+ * last change: $Author: vg $ $Date: 2005-02-21 13:42:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -400,7 +400,7 @@ public:
const XclExpPCField* GetCacheField( sal_uInt16 nCacheIdx ) const;
/** Returns the output range of the pivot table. */
- SCTAB GetScTab() const;
+ inline SCTAB GetScTab() const { return mnOutScTab; }
/** Returns a pivot table field by its name. */
const XclExpPTField* GetField( sal_uInt16 nFieldIdx ) const;
@@ -463,7 +463,7 @@ private:
ScfUInt16Vec maPageFields; /// Page field indexes.
XclPTDataFieldPosVec maDataFields; /// Data field indexes.
XclExpPTField maDataOrientField; /// Special data field orientation field.
- ScRange maOutputRange; /// Output range in the Calc document.
+ SCTAB mnOutScTab; /// Sheet index of the output range.
bool mbValid; /// true = The pivot table is valid for export.
bool mbFilterBtn; /// true = DataPilot has filter button.
};