summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-17 23:37:45 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-22 14:02:05 -0500
commit057d4db997796fa47f71c31b3bcda892c97d65c7 (patch)
tree19defcabedfd982011e14dfadb2408250bd229a3 /sc/inc/dpobject.hxx
parentReduce scope level. (diff)
downloadcore-057d4db997796fa47f71c31b3bcda892c97d65c7.tar.gz
core-057d4db997796fa47f71c31b3bcda892c97d65c7.zip
Properly transfer layout and subtotal names before and after the dialog.
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 );
};