diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-02-04 18:46:58 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-02-04 18:46:58 +0100 |
commit | 4eb9bdca49a443a752014b5892fed3cce2d84ae0 (patch) | |
tree | 1f7f01e40195cc575b84958bdde1dee17c56cc78 /sc/inc/dptabres.hxx | |
parent | 7f40d36d4ab443d1152ec932784c7f0d3cdbaa46 (diff) | |
parent | 25b005cbda460837f063ddf996c1ec72d4f4865b (diff) |
datapilotperf: merge with DEV300_m71
Diffstat (limited to 'sc/inc/dptabres.hxx')
-rw-r--r-- | sc/inc/dptabres.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx index 4b4756a04aeb..075f983a22b3 100644 --- a/sc/inc/dptabres.hxx +++ b/sc/inc/dptabres.hxx @@ -31,7 +31,7 @@ #ifndef SC_DPTABRES_HXX #define SC_DPTABRES_HXX -#include <svtools/svarray.hxx> +#include <svl/svarray.hxx> #include <tools/string.hxx> #include <com/sun/star/sheet/MemberResult.hpp> #include <com/sun/star/sheet/DataResult.hpp> @@ -41,6 +41,7 @@ #include <hash_map> #include <hash_set> #include <vector> +#include <memory> namespace com { namespace sun { namespace star { namespace sheet { struct DataPilotFieldReference; @@ -331,7 +332,7 @@ public: long GetMeasureCount() const { return nMeasCount; } ScSubTotalFunc GetMeasureFunction(long nMeasure) const; - String GetMeasureString(long nMeasure, BOOL bForce, ScSubTotalFunc eForceFunc) const; + String GetMeasureString(long nMeasure, BOOL bForce, ScSubTotalFunc eForceFunc, bool& rbTotalResult) const; String GetMeasureDimensionName(long nMeasure) const; const ::com::sun::star::sheet::DataPilotFieldReference& GetMeasureRefVal(long nMeasure) const; USHORT GetMeasureRefOrient(long nMeasure) const; @@ -361,6 +362,7 @@ public: ResultMembers* GetDimResultMembers( long nDim , ScDPDimension* pDim , ScDPLevel* pLevel) const ; // End Comments + const ScDPSource* GetSource() const; }; |