summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-07-04 13:46:09 +0000
committerOliver Specht <os@openoffice.org>2002-07-04 13:46:09 +0000
commit16895d77ccc6ed36a288aa91e4959b4648707f56 (patch)
tree6e6982791916b2e08c7dbbebaaf27d1bd0a14761 /sw/sdi/_textsh.sdi
parentdadec96f02884fc8608502a731d9882738ca3778 (diff)
#101159# DropCap recording completed
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi18
1 files changed, 14 insertions, 4 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index ca95e9767f1c..634776a66b57 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: mba $ $Date: 2002-07-01 08:48:46 $
+ * last change: $Author: os $ $Date: 2002-07-04 14:43:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ interface BaseText : Selection
*/
FN_FORMAT_DROPCAPS
[
- ExecMethod = Execute ;
+ ExecMethod = ExecParaAttrArgs ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
@@ -1183,10 +1183,20 @@ interface BaseText : Selection
FN_FORMAT_DROPCAPS // status(final|play)
[
- ExecMethod = ExecParaAttrArgs ;
+ ExecMethod = Execute ;
StateMethod = GetAttrState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ FN_DROP_TEXT
+ [
+ ExecMethod = Execute;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ FN_DROP_CHAR_STYLE_NAME
+ [
+ ExecMethod = ExecParaAttrArgs;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_ATTR_PARA_HYPHENZONE // status(final|play)
[
ExecMethod = ExecTxtCtrl;