diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:31:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 09:31:02 +0000 |
commit | 741b57fef53aacb8a0836e9f7ac7c53548a4948e (patch) | |
tree | 650ebf956155a694576eba819920217d65671f47 /sw/inc/node.hxx | |
parent | 10a6d9a6a62242d61e6355a57b4726c5709fdff5 (diff) |
INTEGRATION: CWS swcrossref01_DEV300 (1.19.242); FILE MERGED
2007/11/22 13:34:57 od 1.19.242.2: #i83479# introduce accessors for interfaces <IDocumentListItems> and
<IDocumentOutlineNodes>
2007/10/18 07:59:18 od 1.19.242.1: #i81002# minor refactoring:
- rename <SwCntntNode::SplitNode(..)> to <SwCntntNode::SplitCntntNode(..)>
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r-- | sw/inc/node.hxx | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index a80044fe1788..7a784d2afad9 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -4,9 +4,9 @@ * * $RCSfile: node.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: obo $ $Date: 2007-01-22 11:52:25 $ + * last change: $Author: obo $ $Date: 2008-02-26 10:31:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -98,6 +98,9 @@ class IDocumentLineNumberAccess; class IDocumentLinksAdministration; class IDocumentFieldsAccess; class IDocumentContentOperations; +// --> OD 2007-10-31 #i83479# +class IDocumentListItems; +// <-- // -------------------- // class SwNode @@ -281,6 +284,14 @@ public: */ IStyleAccess& getIDocumentStyleAccess(); + /** Provides access to the document's numbered items interface + + OD 2007-10-31 #i83479# + + @author OD + */ + IDocumentListItems& getIDocumentListItems(); + // liegt der Node im Sichtbarenbereich der Shell ? BOOL IsInVisibleArea( ViewShell* pSh = 0 ) const; // befindet sich der Node in einem geschuetzten Bereich? @@ -405,7 +416,7 @@ public: virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew); virtual SwCntntFrm *MakeFrm() = 0; - virtual SwCntntNode *SplitNode(const SwPosition & ) = 0; + virtual SwCntntNode *SplitCntntNode(const SwPosition & ) = 0; virtual SwCntntNode *JoinNext(); virtual SwCntntNode *JoinPrev(); // koennen 2 Nodes zusammengefasst werden ? |