diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-06 11:57:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-06 11:57:58 +0000 |
commit | d30c74219562eba551943288294b8f3f34c29933 (patch) | |
tree | c9a795889ac919d6c2860efe2ac604a73943ab29 /sw | |
parent | e89db4efe56917b024c273317c35cbfa61eb0c71 (diff) |
INTEGRATION: CWS os67 (1.46.210); FILE MERGED
2005/12/14 11:03:05 os 1.46.210.3: RESYNC: (1.47-1.51); FILE MERGED
2005/09/27 06:29:34 os 1.46.210.2: RESYNC: (1.46-1.47); FILE MERGED
2005/08/30 07:24:19 os 1.46.210.1: #i42356# additional context menu entries for numberings
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/editsh.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 3f0bb63f6438..5ca0a1e2e3e1 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -4,9 +4,9 @@ * * $RCSfile: editsh.hxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: obo $ $Date: 2005-11-17 16:20:57 $ + * last change: $Author: kz $ $Date: 2006-01-06 12:57:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -512,6 +512,11 @@ public: void SetNodeNumStart( USHORT nStt = USHRT_MAX ); USHORT IsNodeNumStart() const; BOOL ReplaceNumRule( const String& rOldRule, const String& rNewRule ); + // Searches for a text node with a numbering rule. + const SwNumRule * SearchNumRule(BOOL bForward, + BOOL bNum, + BOOL bOutline, + int nNonEmptyAllowed); // Undo // UndoHistory am Dokument pflegen |