diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-05 05:05:40 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-05 05:05:40 +0200 |
commit | 3e887edcaacc5b0f5e35d682a259124648e84229 (patch) | |
tree | e8545d20a3e06e405e07386cba1d6d089ffb46fc /sc/inc/dpobject.hxx | |
parent | a5eadc6aaafec92df23c57e258882a2c98ece0ad (diff) |
Revert "Cleanup. ScPivot(Collection) is no more."
This reverts commit 568d3912bf8ced76ecb9506bccc3bd361daba082.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r-- | sc/inc/dpobject.hxx | 3 |
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 ); |