summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2011-01-24 15:30:24 +0100
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2011-01-24 15:30:24 +0100
commitd8624c7d123e2ced21e8ddcd6bcee92b6aa10a14 (patch)
treeceb49d9c958f5aba0350d2c665645906e7a5f5aa /sc/inc/dpobject.hxx
parentCWS-TOOLING: integrate CWS sb131 (diff)
downloadcore-d8624c7d123e2ced21e8ddcd6bcee92b6aa10a14.tar.gz
core-d8624c7d123e2ced21e8ddcd6bcee92b6aa10a14.zip
dr79: #i5759# extend pivot layout dialog: support for unlimited number of fields in all areas
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index e1b88919dad6..e42c0eefc3e7 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -208,7 +208,7 @@ public:
void ToggleDetails(const ::com::sun::star::sheet::DataPilotTableHeaderData& rElemDesc, ScDPObject* pDestObj);
- BOOL FillOldParam(ScPivotParam& rParam, BOOL bForFile) const;
+ BOOL FillOldParam(ScPivotParam& rParam) const;
BOOL FillLabelData(ScPivotParam& rParam);
void InitFromOldPivot(const ScPivot& rOld, ScDocument* pDoc, BOOL bSetSource);
@@ -251,14 +251,14 @@ public:
CreateSource( const ScDPServiceDesc& rDesc );
static void ConvertOrientation( ScDPSaveData& rSaveData,
- PivotField* pFields, SCSIZE nCount, USHORT nOrient,
+ const ScPivotFieldVector& rFields, USHORT nOrient,
ScDocument* pDoc, SCROW nRow, SCTAB nTab,
const com::sun::star::uno::Reference<
com::sun::star::sheet::XDimensionsSupplier>& xSource,
- BOOL bOldDefaults,
- PivotField* pRefColFields = NULL, SCSIZE nRefColCount = 0,
- PivotField* pRefRowFields = NULL, SCSIZE nRefRowCount = 0,
- PivotField* pRefPageFields = NULL, SCSIZE nRefPageCount = 0 );
+ bool bOldDefaults,
+ const ScPivotFieldVector* pRefColFields = 0,
+ const ScPivotFieldVector* pRefRowFields = 0,
+ const ScPivotFieldVector* pRefPageFields = 0 );
static bool IsOrientationAllowed( USHORT nOrient, sal_Int32 nDimFlags );
};