diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 16:32:27 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-10-15 16:32:27 +0000 |
commit | 528d69aebc394e5deb552ea30e64bb231fd1e1f0 (patch) | |
tree | 9f4241e16d4be705576e9a3c19c5d142e3d7374b /sw/inc/numrule.hxx | |
parent | c3f0528dad1c0cbc81737f36a825afbacf313a39 (diff) |
INTEGRATION: CWS c07v015_SRC680 (1.30.82); FILE MERGED
2007/10/09 14:29:43 od 1.30.82.1: #b660435# namespace numfunc
- new method <ChangeIndentOnTabAtFirstPosOfFirstListItem()>
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r-- | sw/inc/numrule.hxx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index 727cb1f0a3e6..0a9e7676ba69 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -4,9 +4,9 @@ * * $RCSfile: numrule.hxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: hr $ $Date: 2007-09-27 08:07:09 $ + * last change: $Author: ihi $ $Date: 2007-10-15 17:32:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -365,6 +365,17 @@ namespace numfunc @author OD */ const sal_Unicode GetBulletChar( BYTE nLevel ); + + /** configuration, if at first position of the first list item the <TAB>-key + increased the indent of the complete list or only demotes this list item. + The same for <SHIFT-TAB>-key at the same position for decreasing the + indent of the complete list or only promotes this list item. + + OD 2007-10-01 #b6600435# + + @author OD + */ + const sal_Bool ChangeIndentOnTabAtFirstPosOfFirstListItem(); } #endif // _NUMRULE_HXX |