diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-18 22:23:54 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-19 00:30:12 -0400 |
commit | a012bc60f2b3933d9148c2dd595df691a7834ad4 (patch) | |
tree | f18913f17e65ced1229d4f47e463a9c2ebb1d1ae /sc/inc/dpoutput.hxx | |
parent | f6412b5bd5c8b6421d8bb3939c142cb4a9f68068 (diff) |
We can remove all this code now.
This code is the old GETPIVOTDATA implementation, which actually parses
the pivot table output on the sheet (ugh!) to get the right value. It
was susceptible to the table output being configurable.
Change-Id: Iefbefa06b91fc6cfa7a21f9a8031bf6841c1d936
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r-- | sc/inc/dpoutput.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx index 49b9643c131b..293d93767356 100644 --- a/sc/inc/dpoutput.hxx +++ b/sc/inc/dpoutput.hxx @@ -143,12 +143,6 @@ public: field region. */ bool GetDataResultPositionData(::std::vector< ::com::sun::star::sheet::DataPilotFieldFilter >& rFilters, const ScAddress& rPos); - /** - * @return true on success and stores the result in rTarget, or false if - * rFilters or rTarget describe something that is not visible. - */ - bool GetPivotData( ScDPGetPivotDataField& rTarget, - const std::vector< ScDPGetPivotDataField >& rFilters ); long GetHeaderDim( const ScAddress& rPos, sal_uInt16& rOrient ); bool GetHeaderDrag( const ScAddress& rPos, bool bMouseLeft, bool bMouseTop, long nDragDim, |