summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-05 05:05:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-05 05:05:40 +0200
commit3e887edcaacc5b0f5e35d682a259124648e84229 (patch)
treee8545d20a3e06e405e07386cba1d6d089ffb46fc /sc/inc/dpobject.hxx
parentresolved fdo#40021 don't let CSV import get confused by erroneous HTML detection (diff)
downloadcore-3e887edcaacc5b0f5e35d682a259124648e84229.tar.gz
core-3e887edcaacc5b0f5e35d682a259124648e84229.zip
Revert "Cleanup. ScPivot(Collection) is no more."
This reverts commit 568d3912bf8ced76ecb9506bccc3bd361daba082.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 4f97b404ad79..af50eb68c940 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -64,6 +64,8 @@ class Rectangle;
class SvStream;
class ScDPSaveData;
class ScDPOutput;
+class ScPivot;
+class ScPivotCollection;
struct ScPivotParam;
struct ScImportSourceDesc;
class ScSheetSourceDesc;
@@ -208,6 +210,7 @@ public:
bool FillOldParam(ScPivotParam& rParam) const;
bool FillLabelData(sal_Int32 nDim, ScDPLabelData& Labels);
bool FillLabelData(ScPivotParam& rParam);
+ void InitFromOldPivot(const ScPivot& rOld, ScDocument* pDoc, sal_Bool bSetSource);
bool GetHierarchiesNA( sal_Int32 nDim, com::sun::star::uno::Reference< com::sun::star::container::XNameAccess >& xHiers );
bool GetHierarchies( sal_Int32 nDim, com::sun::star::uno::Sequence< rtl::OUString >& rHiers );