diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 13:48:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 13:48:59 +0000 |
commit | da5afb3bf7cde083bfcd865bb24cf0ef8c565c2b (patch) | |
tree | 5a191a72239a4e8e31a09a1f0ee2f158c3595b20 /sw/inc/fesh.hxx | |
parent | 663aed886ce48a4066e584616fa96f9f6bf504dc (diff) |
INTEGRATION: CWS pages01_DEV300 (1.59.12); FILE MERGED
2008/01/10 09:17:55 fme 1.59.12.5: RESYNC: (1.60-1.61); FILE MERGED
2007/12/04 15:38:24 fme 1.59.12.4: #i1598# Multiple Page View - Table row/column selection
2007/11/29 15:16:06 fme 1.59.12.3: RESYNC: (1.59-1.60); FILE MERGED
2007/11/09 09:39:55 fme 1.59.12.2: #i1598# Multiple page view
2007/11/09 08:58:52 fme 1.59.12.1: #i1598# Multiple page view
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 82e8cb9ecd..1ecda07bc2 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fesh.hxx,v $ * - * $Revision: 1.61 $ + * $Revision: 1.62 $ * - * last change: $Author: ihi $ $Date: 2007-11-21 18:17:45 $ + * last change: $Author: kz $ $Date: 2008-03-07 14:48:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -155,7 +155,9 @@ enum CurRectType RECT_OUTTABSECTION_PRT, //Rect der aktuellen PrtArea des Bereichs, // aber ausserhalb der Tabelle RECT_HEADERFOOTER, //Rect des aktuellen Headers/Footer - RECT_HEADERFOOTER_PRT //Rect der PrtArea des aktuellen Headers/Footers + RECT_HEADERFOOTER_PRT, //Rect der PrtArea des aktuellen Headers/Footers + + RECT_PAGES_AREA //Rect covering the pages area }; struct SwGetCurColNumPara @@ -657,7 +659,7 @@ public: // --> FME 2004-07-30 #i20126# Enhanced table selection // pEnd will be used during MouseMove - bool SelTblRowCol( const Point& rPt, const Point* pEnd = 0 ); + bool SelTblRowCol( const Point& rPt, const Point* pEnd = 0, bool bRowDrag = false ); // <-- // #i24134# adjustment of table rows via Ruler |