summaryrefslogtreecommitdiff
path: root/sw/inc/SwNumberTree.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-12-11 09:52:14 +0000
committerRüdiger Timm <rt@openoffice.org>2008-12-11 09:52:14 +0000
commit24adb0c2f754fe71d0eb7f7e0aeec325cf9edd2a (patch)
tree0781d88087a058ab768ba798daa4ce094c945995 /sw/inc/SwNumberTree.hxx
parentcc141699cc6b2fa38b0b0003bff27751e23ae8e4 (diff)
CWS-TOOLING: integrate CWS sw301bf04_DEV300
Diffstat (limited to 'sw/inc/SwNumberTree.hxx')
-rw-r--r--sw/inc/SwNumberTree.hxx16
1 files changed, 15 insertions, 1 deletions
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx
index f82763b855d7..03815a265c18 100644
--- a/sw/inc/SwNumberTree.hxx
+++ b/sw/inc/SwNumberTree.hxx
@@ -183,6 +183,10 @@ public:
*/
SwNumberTree::tSwNumTreeNumber GetNumber( bool bValidate = true ) const;
+ // --> OD 2008-11-26 #158694#
+ bool IsContinueingPreviousSubTree() const;
+ // <--
+
/**
Returns level numbers of this node.
@@ -456,7 +460,6 @@ protected:
(bool bRecursive, std::vector<const SwNumberTreeNode *> rParents) const;
#endif // __SW_NUMBER_TREE_SANITY_CHECK
-private:
/**
the parent node
*/
@@ -467,6 +470,17 @@ private:
*/
mutable SwNumberTree::tSwNumTreeNumber mnNumber;
+ // --> OD 2008-11-26 #158694#
+ // boolean indicating, that a node of a not counted parent node is continueing
+ // the numbering of parent's previous node sub tree.
+ // Example:
+ // 1. kshdkjfs
+ // 1.1. lskjf
+ // sdfjlksaf <-- not counted parent node
+ // 1.2. lfjlaskf <-- <mbContinueingPreviousSubTree = true>
+ mutable bool mbContinueingPreviousSubTree;
+ // <--
+
/**
true this node is a phantom
false this node is NOT a phantom