summaryrefslogtreecommitdiff
path: root/sc/inc/pivot.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
commit716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch)
treed266019c3c89a0649074f3290439d74010ec618c /sc/inc/pivot.hxx
parentabda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r--sc/inc/pivot.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx
index 536b6f185400..3caf946459d2 100644
--- a/sc/inc/pivot.hxx
+++ b/sc/inc/pivot.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: pivot.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.8.32.3 $
*
* This file is part of OpenOffice.org.
*
@@ -65,12 +65,14 @@ class SubTotal;
#include <com/sun/star/sheet/DataPilotFieldLayoutInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp>
+#if OLD_PIVOT_IMPLEMENTATION
#define PIVOT_STYLE_INNER 0
#define PIVOT_STYLE_RESULT 1
#define PIVOT_STYLE_CATEGORY 2
#define PIVOT_STYLE_TITLE 3
#define PIVOT_STYLE_FIELDNAME 4
#define PIVOT_STYLE_TOP 5
+#endif
class SvStream;
class ScDocument;
@@ -140,6 +142,7 @@ struct ScPivotParam
// -----------------------------------------------------------------------
+#if OLD_PIVOT_IMPLEMENTATION
struct PivotColRef
{
SCSIZE nDataIndex;
@@ -153,10 +156,12 @@ struct PivotColRef
nFuncMask = PIVOT_FUNC_NONE;
}
};
+#endif
typedef PivotField PivotFieldArr[PIVOT_MAXFIELD];
typedef PivotField PivotPageFieldArr[PIVOT_MAXPAGEFIELD];
+#if OLD_PIVOT_IMPLEMENTATION
class PivotStrCollection : public StrCollection
{
ScUserListData* pUserData;
@@ -357,6 +362,7 @@ public:
String CreateNewName( USHORT nMin = 1 ) const;
};
+#endif
//------------------------------------------------------------------------