diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-09-01 17:53:25 +0200 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-09-01 17:53:25 +0200 |
commit | 892fc048a385eebb365a0bfc7172f334f5d0ab57 (patch) | |
tree | 9b92e83a5958446f75dcbe9e9080fb5dd12b2899 /sc/source/ui/inc/pvlaydlg.hxx | |
parent | 7efea44937b783ef1663006410e9d8c7f549f3be (diff) |
calc59: #i114256# Don't move DataPilot fields to orientations that the source doesn't support
Diffstat (limited to 'sc/source/ui/inc/pvlaydlg.hxx')
-rw-r--r-- | sc/source/ui/inc/pvlaydlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/pvlaydlg.hxx b/sc/source/ui/inc/pvlaydlg.hxx index c74b9e028d2f..e16c3266510e 100644 --- a/sc/source/ui/inc/pvlaydlg.hxx +++ b/sc/source/ui/inc/pvlaydlg.hxx @@ -198,6 +198,7 @@ private: Point DlgPos2WndPos ( const Point& rPt, Window& rWnd ); ScDPLabelData* GetLabelData ( SCsCOL nCol, size_t* pPos = NULL ); String GetLabelString ( SCsCOL nCol ); + bool IsOrientationAllowed( SCsCOL nCol, ScDPFieldType eType ); String GetFuncString ( USHORT& rFuncMask, BOOL bIsValue = TRUE ); BOOL Contains ( ScDPFuncDataVec* pArr, SCsCOL nCol, size_t& nAt ); void Remove ( ScDPFuncDataVec* pArr, size_t nAt ); |