diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:22:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 11:22:15 +0000 |
commit | d3b7234268c2612934ba581da38cc7a4d5b5a837 (patch) | |
tree | dbfefe4915684bc49db6da30235aef2986741da4 /sc/inc/dpoutput.hxx | |
parent | 65020f0f6dc8857f1fc5dc19110a756f7d989eb3 (diff) |
INTEGRATION: CWS pagefields (1.2.334); FILE MERGED
2003/12/05 13:56:27 nn 1.2.334.1: #i22164# page field handling
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r-- | sc/inc/dpoutput.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx index 4b5a90e1ae36..6431d86851a2 100644 --- a/sc/inc/dpoutput.hxx +++ b/sc/inc/dpoutput.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dpoutput.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2001-03-08 14:25:35 $ + * last change: $Author: hr $ $Date: 2004-04-13 12:22:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,7 +144,8 @@ private: void HeaderCell( USHORT nCol, USHORT nRow, USHORT nTab, const com::sun::star::sheet::MemberResult& rData, BOOL bColHeader, long nLevel ); - void FieldCell( USHORT nCol, USHORT nRow, USHORT nTab, const String& rCaption ); + void FieldCell( USHORT nCol, USHORT nRow, USHORT nTab, const String& rCaption, + BOOL bFrame = TRUE ); void CalcSizes(); public: @@ -158,10 +159,11 @@ public: void Output(); //! Refresh? ScRange GetOutputRange(); + long GetHeaderRows(); BOOL HasError(); // range overflow or exception from source void GetPositionData( ScDPPositionData& rData, const ScAddress& rPos ); - long GetHeaderDim( const ScAddress& rPos ); + long GetHeaderDim( const ScAddress& rPos, USHORT& rOrient ); BOOL GetHeaderDrag( const ScAddress& rPos, BOOL bMouseLeft, BOOL bMouseTop, long nDragDim, Rectangle& rPosRect, USHORT& rOrient, long& rDimPos ); |