summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2016-11-12 19:13:37 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2016-11-12 21:36:25 -0500
commitb090a7c9a8e49fb3e4ca28ac5c5bd3fcc9800a8d (patch)
tree73135cf791600772184332588c72b86fda31ed38 /sc/inc
parente8ccf9a2e37ea69fd92974125f824c70af4ef304 (diff)
Let's just dump the result tree in dbgutil build.
Change-Id: I491a36152bb2106a7917a0fd548bd5b34d7021c6
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dptabres.hxx10
-rw-r--r--sc/inc/dptabsrc.hxx2
2 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx
index 112525cabe81..05efe99b9c64 100644
--- a/sc/inc/dptabres.hxx
+++ b/sc/inc/dptabres.hxx
@@ -185,7 +185,7 @@ public:
const ScDPAggData* GetExistingChild() const { return pChild; }
ScDPAggData* GetChild();
-#if DEBUG_PIVOT_TABLE
+#if DUMP_PIVOT_TABLE
void Dump(int nIndent) const;
#endif
};
@@ -408,7 +408,7 @@ public:
void ResetResults();
-#if DEBUG_PIVOT_TABLE
+#if DUMP_PIVOT_TABLE
void DumpState( const ScDPResultMember* pRefMember, ScDocument* pDoc, ScAddress& rPos ) const;
void Dump(int nIndent) const;
@@ -479,7 +479,7 @@ public:
void ResetResults();
-#if DEBUG_PIVOT_TABLE
+#if DUMP_PIVOT_TABLE
void DumpState( const ScDPResultMember* pRefMember, ScDocument* pDoc, ScAddress& rPos ) const;
void Dump(int nIndent) const;
#endif
@@ -577,7 +577,7 @@ public:
const ScDPRelativePos* pMemberPos, const OUString* pName,
long nRefDimPos, const ScDPRunningTotalState& rRunning );
-#if DEBUG_PIVOT_TABLE
+#if DUMP_PIVOT_TABLE
void DumpState( const ScDPResultMember* pRefMember, ScDocument* pDoc, ScAddress& rPos ) const;
void Dump(int nIndent) const;
#endif
@@ -641,7 +641,7 @@ public:
void ResetResults();
-#if DEBUG_PIVOT_TABLE
+#if DUMP_PIVOT_TABLE
void DumpState( const ScDPResultDimension* pRefDim, ScDocument* pDoc, ScAddress& rPos ) const;
void Dump(int nIndent) const;
#endif
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index 99c23f8f9ccc..3fca6ce07cc7 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -250,7 +250,7 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw(css::uno::RuntimeException, std::exception) override;
-#if DEBUG_PIVOT_TABLE
+#if DUMP_PIVOT_TABLE
void DumpResults() const;
#endif
};