summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx16
1 files changed, 9 insertions, 7 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 121b6149a4d1..407e559fb9a2 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -238,13 +238,15 @@ public:
static com::sun::star::uno::Reference<com::sun::star::sheet::XDimensionsSupplier>
CreateSource( const ScDPServiceDesc& rDesc );
- static void ConvertOrientation( ScDPSaveData& rSaveData,
- const ::std::vector<PivotField>& rFields, sal_uInt16 nOrient,
- const com::sun::star::uno::Reference<
- com::sun::star::sheet::XDimensionsSupplier>& xSource,
- ::std::vector<PivotField>* pRefColFields = NULL,
- ::std::vector<PivotField>* pRefRowFields = NULL,
- ::std::vector<PivotField>* pRefPageFields = NULL );
+ static void ConvertOrientation(
+ ScDPSaveData& rSaveData,
+ const ::std::vector<PivotField>& rFields, sal_uInt16 nOrient,
+ const com::sun::star::uno::Reference<
+ com::sun::star::sheet::XDimensionsSupplier>& xSource,
+ const ScDPLabelDataVec& rLabels,
+ std::vector<PivotField>* pRefColFields = NULL,
+ std::vector<PivotField>* pRefRowFields = NULL,
+ std::vector<PivotField>* pRefPageFields = NULL );
static bool IsOrientationAllowed( sal_uInt16 nOrient, sal_Int32 nDimFlags );
};