diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-23 14:35:08 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-23 22:27:40 -0400 |
commit | 1097d2f3666a1841f87ac7c94b7011637599d5b3 (patch) | |
tree | d3971d10b0b83b1ffb28ce00c57df6200f3cb276 /sc/inc/dpobject.hxx | |
parent | 16cfcce0c07f51e6342081cdaafc72277cf6d79c (diff) |
Some misc changes & some dumping facility for pivot table for debugging.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r-- | sc/inc/dpobject.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index 8c1ed99eb5ef..af50eb68c940 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -35,6 +35,8 @@ #include "dpoutput.hxx" #include "dptypes.hxx" #include "pivot.hxx" +#include "dpmacros.hxx" + #include <com/sun/star/sheet/XDimensionsSupplier.hpp> #include <set> @@ -259,6 +261,10 @@ public: std::vector<PivotField>* pRefPageFields = NULL ); static bool IsOrientationAllowed( sal_uInt16 nOrient, sal_Int32 nDimFlags ); + +#if DEBUG_PIVOT_TABLE + void DumpCache() const; +#endif }; |