diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-06-10 16:02:27 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-06-10 16:02:27 +0000 |
commit | e146127c416add2b866aede41f8a8404adccfe62 (patch) | |
tree | 542070cbe6520185de25414e45a3b11d52d13973 /sw/sdi/_textsh.sdi | |
parent | 13abc42e4f7adf5ef1a0499e52dad4db524d0b42 (diff) |
#100118#: slots needed for numbering attributes
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 52671252a17e..2a0454daa3da 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _textsh.sdi,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: os $ $Date: 2002-05-06 07:15:00 $ + * last change: $Author: mba $ $Date: 2002-06-10 17:02:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,26 @@ interface BaseText : Selection Automation = FALSE; ] { + SID_ATTR_PARA_NUMRULE + [ + ExecMethod = Execute ; + ] + + FN_NUMBER_NEWSTART + [ + ExecMethod = Execute ; + ] + + FN_NUMBER_NEWSTART_AT + [ + ExecMethod = Execute ; + ] + + FN_FORMAT_LINENUMBER + [ + ExecMethod = Execute ; + ] + SID_INSERTDOC // status(final|play|rec) [ ExecMethod = Execute ; |