summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-27 07:30:06 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-27 07:30:06 +0000
commitb7fe787d945793e819e37544215d3127716b3613 (patch)
treefaef91649f7b64b8ab11d9abe7f58d5c8f20c029 /sw/sdi/_textsh.sdi
parent500e2649e75df9952fa6d264ca96fc859e30c1d0 (diff)
#100674#: macrorecording features
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi42
1 files changed, 30 insertions, 12 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index d9b6f26e4726..6ee3ef7e42a7 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: os $ $Date: 2002-06-26 11:15:28 $
+ * last change: $Author: mba $ $Date: 2002-06-27 08:30:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,25 +64,49 @@ interface BaseText : Selection
Automation = FALSE;
]
{
- SID_ATTR_TABSTOP // status()
+ FN_NEW_GLOSSARY // status(final|play)
+ [
+ ExecMethod = ExecGlossary ;
+ ]
+ FN_SET_ACT_GLOSSARY // status(final|play)
+ [
+ ExecMethod = ExecGlossary ;
+ ]
+ FN_INSERT_GLOSSARY // status(final|play|record)
+ [
+ ExecMethod = ExecGlossary ;
+ ]
+
+ FN_TXTATR_INET // status()
[
ExecMethod = Execute ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SID_ATTR_BORDER_INNER // status()
+ SID_ATTR_CHAR_SCALEWIDTH // status()
[
ExecMethod = Execute ;
- StateMethod = GetBorderState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SID_ATTR_BORDER_OUTER // status()
+ SID_ATTR_CHAR_ROTATED // status()
[
ExecMethod = Execute ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_ATTR_BRUSH_CHAR // status()
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+/*
+ SID_ATTR_TABSTOP // status()
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+*/
FN_FORMAT_DROPCAPS
[
ExecMethod = Execute ;
@@ -113,12 +137,6 @@ interface BaseText : Selection
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SID_ATTR_BRUSH
- [
- ExecMethod = Execute ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
- ]
-
SID_ATTR_PARA_NUMRULE
[
ExecMethod = Execute ;