summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/ednumber.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-06 11:59:16 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-06 11:59:16 +0000
commit346f59d34a1335264b493a6a7cd58865968b1713 (patch)
tree035b9612ad9da0d8c1ddeb727474984871dc46b0 /sw/source/core/edit/ednumber.cxx
parent5e609d0f5a9c0b97c32df7f433528a07b5184628 (diff)
INTEGRATION: CWS os67 (1.14.78); FILE MERGED
2005/12/14 11:27:29 os 1.14.78.3: RESYNC: (1.15-1.18); FILE MERGED 2005/09/27 11:11:13 os 1.14.78.2: RESYNC: (1.14-1.15); FILE MERGED 2005/08/30 07:24:23 os 1.14.78.1: #i42356# additional context menu entries for numberings
Diffstat (limited to 'sw/source/core/edit/ednumber.cxx')
-rw-r--r--sw/source/core/edit/ednumber.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/sw/source/core/edit/ednumber.cxx b/sw/source/core/edit/ednumber.cxx
index 48969bebf953..3a216b9d16c9 100644
--- a/sw/source/core/edit/ednumber.cxx
+++ b/sw/source/core/edit/ednumber.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ednumber.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: obo $ $Date: 2005-11-15 14:53:04 $
+ * last change: $Author: kz $ $Date: 2006-01-06 12:59:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -856,6 +856,17 @@ USHORT SwEditShell::IsNodeNumStart() const
return FALSE;
}
+/*-- 26.08.2005 14:47:17---------------------------------------------------
+
+ -----------------------------------------------------------------------*/
+const SwNumRule * SwEditShell::SearchNumRule(BOOL bForward,
+ BOOL bNum,
+ BOOL bOutline,
+ int nNonEmptyAllowed)
+{
+ return GetDoc()->SearchNumRule(*(bForward ? GetCrsr()->End() : GetCrsr()->Start()),
+ bForward, bNum, bOutline, nNonEmptyAllowed);
+}