summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi187
1 files changed, 172 insertions, 15 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index e0bcfff65360..e5a4bfd0ad54 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -140,6 +140,28 @@ interface BaseText
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ FN_EDIT_BOOKMARK
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_UPDATE_BOOKMARKS
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_UPDATE_BOOKMARK
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_UPDATE_SECTIONS
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
FN_SET_REMINDER
[
ExecMethod = Execute ;
@@ -176,11 +198,6 @@ interface BaseText
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
- SID_EMOJI_CONTROL
- [
- StateMethod = GetState ;
- DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- ]
SID_CHARMAP_CONTROL
[
@@ -247,7 +264,7 @@ interface BaseText
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
- SID_INSERT_ZWNBSP
+ SID_INSERT_WJ
[
ExecMethod = ExecInsert ;
StateMethod = GetState ;
@@ -272,6 +289,53 @@ interface BaseText
StateMethod = NoState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ FN_INSERT_CONTENT_CONTROL // status(final|play)
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = NoState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_INSERT_CHECKBOX_CONTENT_CONTROL // status(final|play)
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = NoState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_INSERT_DROPDOWN_CONTENT_CONTROL // status(final|play)
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = NoState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_INSERT_PICTURE_CONTENT_CONTROL // status(final|play)
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = NoState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_INSERT_DATE_CONTENT_CONTROL // status(final|play)
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = NoState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_INSERT_PLAIN_TEXT_CONTENT_CONTROL // status(final|play)
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = NoState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_INSERT_COMBO_BOX_CONTENT_CONTROL // status(final|play)
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = NoState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+ FN_CONTENT_CONTROL_PROPERTIES // status(final|play)
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = GetState ;
+ ]
FN_INSERT_COLUMN_BREAK // status(final|play)
[
ExecMethod = ExecInsert ;
@@ -361,7 +425,6 @@ interface BaseText
[
ExecMethod = Execute ;
StateMethod = GetState;
- DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
FN_TABLE_UNSET_READ_ONLY // status(final|play)
[
@@ -759,6 +822,12 @@ interface BaseText
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ FN_NUM_BULLET_OFF
+ [
+ ExecMethod = ExecEnterNum;
+ StateMethod = GetState;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
FN_INSERT_FRAME // status(final|play)
[
ExecMethod = ExecInsert ;
@@ -823,6 +892,7 @@ interface BaseText
FN_SVX_SET_OUTLINE
[
ExecMethod = ExecSetNumber;
+ StateMethod = GetState;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
SID_OUTLINE_BULLET // status(final|play)
@@ -865,6 +935,13 @@ interface BaseText
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ FN_PGNUMBER_WIZARD
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ReadOnlyDoc = FALSE ;
+ ]
FN_INSERT_FLD_PGNUMBER
[
ExecMethod = ExecField ;
@@ -894,6 +971,13 @@ interface BaseText
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ FN_INSERT_FLD_DATE_VAR
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+
FN_INSERT_FLD_TIME
[
ExecMethod = ExecField ;
@@ -901,6 +985,13 @@ interface BaseText
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ FN_INSERT_FLD_TIME_VAR
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+
FN_INSERT_FLD_AUTHOR
[
ExecMethod = ExecField ;
@@ -917,6 +1008,11 @@ interface BaseText
ExecMethod = ExecField ;
StateMethod = NoState ;
]
+ FN_GOTO_MARK // status(final|play)
+ [
+ ExecMethod = ExecField ;
+ StateMethod = NoState ;
+ ]
FN_EXECUTE_MACROFIELD // status()
[
ExecMethod = ExecField ;
@@ -928,6 +1024,12 @@ interface BaseText
StateMethod = StateField ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ FN_UPDATE_SEL_FIELD
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
FN_GLOSSARY_DLG // status()
[
ExecMethod = ExecGlossary ;
@@ -1161,6 +1263,12 @@ interface BaseText
StateMethod = GetAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ SID_ATTR_PARA_LINESPACE_115
+ [
+ ExecMethod = ExecParaAttr ;
+ StateMethod = GetAttrState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
SID_ATTR_PARA_LINESPACE_15
[
ExecMethod = ExecParaAttr ;
@@ -1340,18 +1448,23 @@ interface BaseText
StateMethod = GetTextFontCtrlState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
- SID_ATTR_CHAR_COLOR_BACKGROUND // status()
+ SID_ATTR_CHAR_BACK_COLOR // status()
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
- SID_ATTR_CHAR_COLOR_BACKGROUND_EXT // status()
+ SID_ATTR_CHAR_COLOR_BACKGROUND // status() deprecated - use CHAR_BACK_COLOR
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ SID_ATTR_CHAR_COLOR_BACKGROUND_EXT // status()
+ [
+ StateMethod = GetState ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
SID_ATTR_CHAR_COLOR_EXT // status()
[
ExecMethod = Execute ;
@@ -1418,12 +1531,6 @@ interface BaseText
StateMethod = GetTextCtrlState;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
- SID_ATTR_FLASH // status(final|play)
- [
- ExecMethod = ExecTextCtrl;
- StateMethod = GetTextCtrlState;
- DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- ]
SID_ATTR_CHAR_STRIKEOUT // status(final|play)
[
ExecMethod = ExecTextCtrl;
@@ -1525,6 +1632,11 @@ interface BaseText
ExecMethod = Execute ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ SID_CHAR_DLG_POSITION
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
SID_CHAR_DLG_FOR_PARAGRAPH
[
ExecMethod = Execute ;
@@ -1656,6 +1768,11 @@ interface BaseText
ExecMethod = Execute ;
StateMethod = GetState ;
]
+ FN_OPEN_LOCAL_URL
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
SID_OPEN_SMARTTAGMENU
[
ExecMethod = Execute ;
@@ -1714,6 +1831,22 @@ interface BaseText
StateMethod = StateField ;
]
+ FN_UPDATE_TEXT_FORMFIELDS
+ [
+ ExecMethod = ExecField ;
+ StateMethod = StateField ;
+ ]
+
+ FN_UPDATE_TEXT_FORMFIELD
+ [
+ ExecMethod = ExecField ;
+ ]
+
+ FN_DELETE_TEXT_FORMFIELDS
+ [
+ ExecMethod = ExecField ;
+ ]
+
FN_PROTECT_FIELDS
[
ExecMethod = Execute ;
@@ -1726,6 +1859,24 @@ interface BaseText
StateMethod = GetState ;
]
+ FN_DELETE_BOOKMARKS
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+
+ FN_DELETE_SECTIONS
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+
+ FN_DELETE_FIELDS
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
+
SID_FM_CTL_PROPERTIES
[
ExecMethod = Execute ;
@@ -1750,5 +1901,11 @@ interface BaseText
StateMethod = GetState ;
]
+ SID_FM_TRANSLATE
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+
} // end of interface text