summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:23:27 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 15:23:27 +0000
commit50c6c55a0e99e8c5ac3480bfd51b5c833f6b8ce4 (patch)
tree84f2d8c4b437bd525b06b7a85babd226cec8c72e /sw/sdi/_textsh.sdi
parent9a5efe498e1c2b0bddea6675979651f99d3e9f5d (diff)
INTEGRATION: CWS langstatusbar (1.37.48); FILE MERGED
2007/10/22 10:18:24 tl 1.37.48.4: #i77208# language status bar control 2007/10/11 07:46:14 tl 1.37.48.3: #i77208# new language status-bar control 2007/10/01 14:15:55 tl 1.37.48.2: RESYNC: (1.37-1.38); FILE MERGED 2007/05/25 12:53:40 tl 1.37.48.1: #i77208# adding language statusbar control
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi25
1 files changed, 16 insertions, 9 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index aa4f538f1577..1304cb0b1180 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: ihi $ $Date: 2007-11-22 15:28:46 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 16:23:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,13 +73,7 @@ interface BaseText
ExecMethod = Execute ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
-/*
- SID_ATTR_TABSTOP // status()
- [
- ExecMethod = Execute ;
- DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
- ]
-*/
+
FN_FORMAT_DROPCAPS
[
ExecMethod = ExecParaAttrArgs ;
@@ -1411,6 +1405,11 @@ interface BaseText
ExecMethod = Execute ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_CHAR_DLG_FOR_PARAGRAPH
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_ATTR_CHAR_WORDLINEMODE // status(final|play)
[
ExecMethod = ExecTxtCtrl;
@@ -1528,6 +1527,14 @@ interface BaseText
ExecMethod = Execute;
]
+ SID_LANGUAGE_STATUS
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; // e.g. disable for read-only documents
+ ]
+
+
} //ende interface text