diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-07 11:41:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-07 11:41:35 +0000 |
commit | c66e5da79436abf51aec614a50cbbd3488337754 (patch) | |
tree | 6bd966fcf87bcf582268d7766d698a78b657dcd6 /sw/inc/crsrsh.hxx | |
parent | 4d95a5b5fb326716cf8b4e08bc1e99d0ef154646 (diff) |
INTEGRATION: CWS swnum02 (1.18.56); FILE MERGED
2004/03/03 15:52:09 hbrinkm 1.18.56.3: RESYNC: (1.18-1.20); FILE MERGED
2004/03/03 14:04:49 hbrinkm 1.18.56.2: #i23726#
2004/02/20 12:42:12 hbrinkm 1.18.56.1: #i23726#
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 148ce6cede64..25daf6b7f535 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: crsrsh.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: kz $ $Date: 2004-02-26 15:21:59 $ + * last change: $Author: hr $ $Date: 2004-04-07 12:41:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -142,6 +142,7 @@ class SwTableBox; class SwCellFrms; class SwTOXMark; class SwRedline; +class SwCntntNode; // #i23726# struct SwPosition; namespace com { namespace sun { namespace star { namespace util { @@ -164,7 +165,8 @@ struct SwContentAtPos SW_REDLINE = 0x0020, SW_OUTLINE = 0x0040, SW_TOXMARK = 0x0080, - SW_REFMARK = 0x0100 + SW_REFMARK = 0x0100, + SW_NUMLABEL = 0x0200 // #i23726# #ifndef PRODUCT ,SW_CURR_ATTRS = 0x4000 // nur zum Debuggen ,SW_TABLEBOXVALUE = 0x8000 // nur zum Debuggen @@ -175,8 +177,11 @@ struct SwContentAtPos const SwField* pFld; const SfxPoolItem* pAttr; const SwRedline* pRedl; + SwCntntNode * pNode; // #i23726# } aFnd; + int nDist; // #i23726# + String sStr; const SwTxtAttr* pFndTxtAttr; @@ -185,6 +190,7 @@ struct SwContentAtPos { aFnd.pFld = 0; pFndTxtAttr = 0; + nDist = 0; // #i23726# } // befindet sich der Node in einem geschuetzten Bereich? @@ -436,6 +442,9 @@ public: // CRSR_POSOLD: wenn der Crsr nicht veraendert wurde int SetCrsr( const Point &rPt, BOOL bOnlyText = FALSE ); + // #i23726# + SwPosition GetDocPos(const Point &rPt); + /* * Benachrichtung, dass der sichtbare Bereich sich geaendert * hat. aVisArea wird neu gesetzt, anschliessend wird |