summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-06 02:49:11 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-11-17 16:48:29 -0500
commit10572108edba3342ee5ddc04ae3171afb75c9f1a (patch)
treefe3bd4f94c119fd235a82ccc545a3d478742442f /sc/inc/dpobject.hxx
parentSome innocuous change merged from feature/calc-dp-unlimited-fields. (diff)
downloadcore-10572108edba3342ee5ddc04ae3171afb75c9f1a.tar.gz
core-10572108edba3342ee5ddc04ae3171afb75c9f1a.zip
Ported my previous work into this branch. Not build-tested yet.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 8fa972f1f01e..b1a44825a49c 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -252,14 +252,12 @@ public:
CreateSource( const ScDPServiceDesc& rDesc );
static void ConvertOrientation( ScDPSaveData& rSaveData,
- PivotField* pFields, SCSIZE nCount, USHORT nOrient,
- ScDocument* pDoc, SCROW nRow, SCTAB nTab,
+ const ::std::vector<PivotField>& rFields, USHORT nOrient,
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 );
+ ::std::vector<PivotField>* pRefColFields = NULL,
+ ::std::vector<PivotField>* pRefRowFields = NULL,
+ ::std::vector<PivotField>* pRefPageFields = NULL );
static bool IsOrientationAllowed( USHORT nOrient, sal_Int32 nDimFlags );
};