diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:41:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 12:41:57 +0000 |
commit | 542de33140f2a1384bd7dc3e7af274d853949462 (patch) | |
tree | 1b40d0184d2be89bcf95337d6c9af739231bd21a /sc/inc | |
parent | 1a8703e3427556deda5cf6e5a69b758f402bea41 (diff) |
INTEGRATION: CWS getpivotdata (1.11.372); FILE MERGED
2007/04/27 16:31:40 nn 1.11.372.2: #i45843# GETPIVOTDATA: alternative syntax
2007/04/19 17:54:54 nn 1.11.372.1: #i45843# add function GETPIVOTDATA
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dpobject.hxx | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index 46101c8a8a66..69843e9cada2 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dpobject.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2005-09-28 11:26:37 $ + * last change: $Author: hr $ $Date: 2007-06-27 13:41:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,11 +52,14 @@ #include "collect.hxx" #endif +#ifndef SC_DPOUTPUT_HXX +#include "dpoutput.hxx" +#endif + #ifndef _COM_SUN_STAR_SHEET_XDIMENSIONSSUPPLIER_HPP_ #include <com/sun/star/sheet/XDimensionsSupplier.hpp> #endif - //------------------------------------------------------------------ @@ -179,6 +182,12 @@ public: Rectangle& rPosRect, USHORT& rOrient, long& rDimPos ); BOOL IsFilterButton( const ScAddress& rPos ); + BOOL GetPivotData( ScDPGetPivotDataField& rTarget, /* returns result */ + const std::vector< ScDPGetPivotDataField >& rFilters ); + BOOL ParseFilters( ScDPGetPivotDataField& rTarget, + std::vector< ScDPGetPivotDataField >& rFilters, + const String& rFilterList ); + void GetMemberResultNames( StrCollection& rNames, long nDimension ); void FillPageList( TypedStrCollection& rStrings, long nField ); |