summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2020-09-09 16:19:05 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2020-09-10 09:27:47 +0200
commit37ec75564d18f50e656a78bf046e6e86a3e914c1 (patch)
treea45284b76333bee9730fc0b495dbe8eaf3e8a021 /sw/sdi
parent671109d11fcdeb61b5e8a7c763519bdf1f16dd6b (diff)
Remove the useless Export sdi property
Maybe I'm missing something, but its usage - "if ( !GetExport() && !GetHidden() )" seems like expects it to be true and false at the same time. Anyway, there's no diff in workdir/SdiTarget after this change, so should be safe to remove. Change-Id: I6db508ff40c05dc828ffa91bb41a37c17b697503 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102345 Tested-by: Jenkins Tested-by: Maxim Monastirsky <momonasmon@gmail.com> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_annotsh.sdi4
-rw-r--r--sw/sdi/_basesh.sdi15
-rw-r--r--sw/sdi/_beziers.sdi10
-rw-r--r--sw/sdi/_docsh.sdi8
-rw-r--r--sw/sdi/_frmsh.sdi11
-rw-r--r--sw/sdi/_tabsh.sdi5
-rw-r--r--sw/sdi/_textsh.sdi36
-rw-r--r--sw/sdi/_viewsh.sdi28
-rw-r--r--sw/sdi/beziersh.sdi10
-rw-r--r--sw/sdi/drawsh.sdi24
-rw-r--r--sw/sdi/grfsh.sdi1
-rw-r--r--sw/sdi/viewsh.sdi1
-rw-r--r--sw/sdi/wviewsh.sdi1
13 files changed, 1 insertions, 153 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi
index 84f3aed0b007..1a9bd2d45aa4 100644
--- a/sw/sdi/_annotsh.sdi
+++ b/sw/sdi/_annotsh.sdi
@@ -451,7 +451,6 @@ interface _Annotation
[
ExecMethod = ExecSearch ;
StateMethod = StateSearch ;
- Export = FALSE;
]
FN_REPEAT_SEARCH // status(final|play)
[
@@ -474,15 +473,12 @@ interface _Annotation
ExecMethod = ExecSearch ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
- // from here on Export = FALSE;
FID_SEARCH_ON // status()
[
ExecMethod = ExecSearch ;
- Export = FALSE;
]
FID_SEARCH_OFF // status()
[
ExecMethod = ExecSearch ;
- Export = FALSE;
]
}
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi
index 9726bcd44f81..03d1f95002f7 100644
--- a/sw/sdi/_basesh.sdi
+++ b/sw/sdi/_basesh.sdi
@@ -216,13 +216,11 @@ interface BaseTextSelection
SID_GALLERY_FORMATS // status()
[
- Export = FALSE ;
ExecMethod = Execute ;
]
SID_GALLERY_ENABLE_ADDCOPY
[
- Export = FALSE;
StateMethod = GetState;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
@@ -485,14 +483,11 @@ interface BaseTextSelection
StateMethod = GetState ;
]
-// from here on Export = FALSE
-
FN_FRAME_WRAP // status()
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
FN_FRAME_WRAP_IDEAL // status()
@@ -500,7 +495,6 @@ interface BaseTextSelection
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
FN_FRAME_NOWRAP // status()
@@ -508,7 +502,6 @@ interface BaseTextSelection
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
FN_FRAME_WRAPTHRU // status()
@@ -516,7 +509,6 @@ interface BaseTextSelection
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
FN_FRAME_WRAPTHRU_TRANSP // status()
@@ -524,7 +516,6 @@ interface BaseTextSelection
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
FN_FRAME_WRAPTHRU_TOGGLE // status()
@@ -532,7 +523,6 @@ interface BaseTextSelection
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
FN_FRAME_WRAP_CONTOUR // status()
@@ -540,7 +530,6 @@ interface BaseTextSelection
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
FN_WRAP_ANCHOR_ONLY // status()
@@ -548,7 +537,6 @@ interface BaseTextSelection
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
FN_FRAME_WRAP_LEFT // status()
@@ -556,7 +544,6 @@ interface BaseTextSelection
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
FN_FRAME_WRAP_RIGHT // status()
@@ -564,7 +551,6 @@ interface BaseTextSelection
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
SID_GALLERY_BG_BRUSH
@@ -572,7 +558,6 @@ interface BaseTextSelection
ExecMethod = ExecuteGallery;
StateMethod = GetGalleryState;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE;
]
SID_ATTR_BORDER_SHADOW // status(final|play)
[
diff --git a/sw/sdi/_beziers.sdi b/sw/sdi/_beziers.sdi
index 9c2b14cf1dfd..b217703c1efa 100644
--- a/sw/sdi/_beziers.sdi
+++ b/sw/sdi/_beziers.sdi
@@ -37,7 +37,6 @@ interface _Bezier : Base
SID_BEZIER_MOVE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -45,7 +44,6 @@ interface _Bezier : Base
SID_BEZIER_INSERT
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -53,7 +51,6 @@ interface _Bezier : Base
SID_BEZIER_DELETE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -61,7 +58,6 @@ interface _Bezier : Base
SID_BEZIER_CUTLINE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -69,7 +65,6 @@ interface _Bezier : Base
SID_BEZIER_CONVERT
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -77,7 +72,6 @@ interface _Bezier : Base
SID_BEZIER_EDGE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -85,7 +79,6 @@ interface _Bezier : Base
SID_BEZIER_SMOOTH
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -93,7 +86,6 @@ interface _Bezier : Base
SID_BEZIER_SYMMTR
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -101,7 +93,6 @@ interface _Bezier : Base
SID_BEZIER_CLOSE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -109,7 +100,6 @@ interface _Bezier : Base
SID_BEZIER_ELIMINATE_POINTS
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
diff --git a/sw/sdi/_docsh.sdi b/sw/sdi/_docsh.sdi
index ec7814d2ceeb..60435805d761 100644
--- a/sw/sdi/_docsh.sdi
+++ b/sw/sdi/_docsh.sdi
@@ -80,39 +80,33 @@ interface BaseTextDocument
[
ExecMethod = Execute;
]
- //No Export
+
SID_STYLE_FAMILY1
[
- Export = FALSE ;
StateMethod = StateStyleSheet ;
]
SID_STYLE_FAMILY2
[
- Export = FALSE ;
StateMethod = StateStyleSheet ;
]
SID_STYLE_FAMILY3
[
- Export = FALSE ;
StateMethod = StateStyleSheet ;
]
SID_STYLE_FAMILY4
[
- Export = FALSE ;
StateMethod = StateStyleSheet ;
]
SID_STYLE_FAMILY5
[
- Export = FALSE ;
StateMethod = StateStyleSheet ;
]
SID_STYLE_FAMILY6
[
- Export = FALSE ;
StateMethod = StateStyleSheet ;
]
diff --git a/sw/sdi/_frmsh.sdi b/sw/sdi/_frmsh.sdi
index 83ece0752c74..24ad2f94aa10 100644
--- a/sw/sdi/_frmsh.sdi
+++ b/sw/sdi/_frmsh.sdi
@@ -20,7 +20,6 @@ interface BaseTextFrame
{
SID_ATTR_FILL_STYLE
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgsTextFrame;
StateMethod = GetDrawAttrStateTextFrame;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -28,7 +27,6 @@ interface BaseTextFrame
SID_ATTR_FILL_COLOR
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgsTextFrame;
StateMethod = GetDrawAttrStateTextFrame;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -36,7 +34,6 @@ interface BaseTextFrame
SID_ATTR_FILL_GRADIENT
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgsTextFrame;
StateMethod = GetDrawAttrStateTextFrame;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -44,7 +41,6 @@ interface BaseTextFrame
SID_ATTR_FILL_HATCH
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgsTextFrame;
StateMethod = GetDrawAttrStateTextFrame;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -52,7 +48,6 @@ interface BaseTextFrame
SID_ATTR_FILL_BITMAP
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgsTextFrame;
StateMethod = GetDrawAttrStateTextFrame;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -60,7 +55,6 @@ interface BaseTextFrame
SID_ATTR_FILL_TRANSPARENCE
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgsTextFrame;
StateMethod = GetDrawAttrStateTextFrame;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -68,7 +62,6 @@ interface BaseTextFrame
SID_ATTR_FILL_FLOATTRANSPARENCE
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgsTextFrame;
StateMethod = GetDrawAttrStateTextFrame;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -278,7 +271,6 @@ interface BaseTextFrame
[
ExecMethod = ExecFrameStyle ;
StateMethod = GetLineStyleState ;
- Export = FALSE;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
@@ -371,13 +363,11 @@ interface BaseTextFrame
]
// Query functions for ImageMaps
-// Slots without export
FN_INSERT_FRAME
[
ExecMethod = Execute ;
StateMethod = StateInsert ;
- Export = False;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
@@ -386,7 +376,6 @@ interface BaseTextFrame
ExecMethod = ExecFrameStyle ;
StateMethod = GetLineStyleState ;
GroupId = SfxGroupId::Frame;
- Export = False;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
diff --git a/sw/sdi/_tabsh.sdi b/sw/sdi/_tabsh.sdi
index e39edc61c3c0..5d4017b4790d 100644
--- a/sw/sdi/_tabsh.sdi
+++ b/sw/sdi/_tabsh.sdi
@@ -162,7 +162,6 @@ interface BaseTextTable
FN_TABLE_INSERT_COL_DLG // status(final|play)
[
- Export = FALSE ;
ExecMethod = Execute ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
@@ -191,7 +190,6 @@ interface BaseTextTable
FN_TABLE_INSERT_ROW_DLG // status(final|play)
[
- Export = FALSE ;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -333,7 +331,6 @@ interface BaseTextTable
[
ExecMethod = ExecTableStyle ;
StateMethod = GetLineStyleState ;
- Export = FALSE;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
@@ -410,11 +407,9 @@ interface BaseTextTable
StateMethod = NoState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
-// Slots without export
FN_INSERT_TABLE
[
- Export = FALSE ;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index df370c510b02..af090c6bfe24 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -192,13 +192,11 @@ interface BaseText
[
ExecMethod = Execute ;
StateMethod = GetState ;
- Export = FALSE;
]
FN_INSERT_PAGEFOOTER // status(final|play|rec)
[
ExecMethod = Execute ;
StateMethod = GetState ;
- Export = FALSE;
]
FN_INSERT_STRING // status(final|play|rec)
@@ -865,7 +863,6 @@ interface BaseText
ExecMethod = ExecField ;
StateMethod = StateField ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE ;
]
FN_INSERT_FLD_PGNUMBER
@@ -922,7 +919,6 @@ interface BaseText
]
FN_EXECUTE_MACROFIELD // status()
[
- Export = FALSE ;
ExecMethod = ExecField ;
StateMethod = StateField ;
]
@@ -1009,195 +1005,163 @@ interface BaseText
ExecMethod = ExecField ;
StateMethod = StateField;
]
- // slots with Export = FALSE
- //Slots without export
FN_CHAR_LEFT_SEL
[
ExecMethod = ExecBasicMove ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_CHAR_RIGHT_SEL
[
ExecMethod = ExecBasicMove ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_LINE_UP_SEL
[
ExecMethod = ExecBasicMove ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_LINE_DOWN_SEL
[
ExecMethod = ExecBasicMove;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_START_OF_NEXT_PAGE_SEL
[
ExecMethod = ExecMovePage;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_END_OF_NEXT_PAGE_SEL
[
ExecMethod = ExecMovePage ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_START_OF_PREV_PAGE_SEL
[
ExecMethod = ExecMovePage ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_END_OF_PREV_PAGE_SEL
[
ExecMethod = ExecMovePage ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_START_OF_PAGE_SEL
[
ExecMethod = ExecMovePage ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_END_OF_PAGE_SEL
[
ExecMethod = ExecMovePage ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_NEXT_WORD_SEL
[
ExecMethod = ExecMoveLingu ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_START_OF_PARA_SEL
[
ExecMethod = ExecMoveLingu ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_END_OF_PARA_SEL
[
ExecMethod = ExecMoveLingu ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_PREV_WORD_SEL
[
ExecMethod = ExecMoveLingu ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_NEXT_SENT_SEL
[
ExecMethod = ExecMoveLingu ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_START_OF_LINE_SEL
[
ExecMethod = ExecMove ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_END_OF_LINE_SEL
[
ExecMethod = ExecMove ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_START_OF_DOCUMENT_SEL
[
ExecMethod = ExecMove ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_END_OF_DOCUMENT_SEL
[
ExecMethod = ExecMove ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_PREV_SENT_SEL
[
ExecMethod = ExecMoveLingu ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_QRY_INSERT
[
ExecMethod = ExecDB ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_QRY_MERGE_FIELD
[
ExecMethod = ExecDB ;
StateMethod = NoState ;
- Export = FALSE ;
]
FN_QRY_INSERT_FIELD
[
ExecMethod = ExecDB ;
StateMethod = NoState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE ;
]
SID_ATTR_PARA_ADJUST_LEFT
[
ExecMethod = ExecParaAttr ;
StateMethod = GetAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE ;
]
SID_ATTR_PARA_ADJUST_RIGHT
[
ExecMethod = ExecParaAttr ;
StateMethod = GetAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE ;
]
SID_ATTR_PARA_ADJUST_CENTER
[
ExecMethod = ExecParaAttr ;
StateMethod = GetAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE ;
]
SID_ATTR_PARA_ADJUST_BLOCK
[
ExecMethod = ExecParaAttr ;
StateMethod = GetAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE ;
]
SID_ATTR_PARA_LINESPACE_10
[
ExecMethod = ExecParaAttr ;
StateMethod = GetAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE ;
]
SID_ATTR_PARA_LINESPACE_15
[
ExecMethod = ExecParaAttr ;
StateMethod = GetAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE ;
]
SID_ATTR_PARA_LINESPACE_20
[
ExecMethod = ExecParaAttr ;
StateMethod = GetAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- Export = FALSE ;
]
SID_ATTR_PARA_ADJUST // status(final|play)
[
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi
index e4c419c05a31..e087a07a6126 100644
--- a/sw/sdi/_viewsh.sdi
+++ b/sw/sdi/_viewsh.sdi
@@ -467,7 +467,6 @@ interface BaseTextEditView
]
SID_ATTR_PAGE_MAXSIZE // status()
[
- Export = FALSE ;
ExecMethod = Execute ;
]
SID_ATTR_PAGE_PAPERBIN // status(final|play)
@@ -625,7 +624,6 @@ interface BaseTextEditView
[
ExecMethod = ExecSearch ;
StateMethod = StateSearch ;
- Export = FALSE;
]
FN_REPEAT_SEARCH // status(final|play)
[
@@ -668,48 +666,40 @@ interface BaseTextEditView
[
ExecMethod = ExecTabWin;
]
- // from here Export = FALSE;
FID_SEARCH_ON // status()
[
ExecMethod = ExecSearch ;
- Export = FALSE;
]
FID_SEARCH_OFF // status()
[
ExecMethod = ExecSearch ;
- Export = FALSE;
]
FN_INSERT_CTRL
[
- Export = FALSE;
]
SID_ATTR_DEFTABSTOP
[
ExecMethod = Execute ;
StateMethod = GetState ;
- Export = FALSE;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
SID_ATTR_LANGUAGE
[
ExecMethod = Execute ;
StateMethod = GetState ;
- Export = FALSE;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
SID_ATTR_CHAR_CJK_LANGUAGE
[
ExecMethod = Execute ;
StateMethod = GetState ;
- Export = FALSE;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
SID_ATTR_CHAR_CTL_LANGUAGE
[
ExecMethod = Execute ;
StateMethod = GetState ;
- Export = FALSE;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
@@ -826,43 +816,36 @@ interface BaseTextEditView
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
FN_VIEW_HIDE_WHITESPACE
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
FN_VIEW_SHOW_WHITESPACE
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
SID_TOGGLE_NOTES
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
SID_TOGGLE_RESOLVED_NOTES
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
- // Everything from here can be removed (Export = FALSE;), if the previous works
FN_RULER // status()
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
@@ -870,41 +853,35 @@ interface BaseTextEditView
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
FN_VIEW_GRAPHIC // status()
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE ;
]
FN_VIEW_FIELDS // status()
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
FN_VIEW_FIELDNAME // status()
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
FN_VIEW_MARKS // status()
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
FN_VIEW_META_CHARS // status()
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
FN_VIEW_TABLEGRID // status()
@@ -933,7 +910,6 @@ interface BaseTextEditView
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
@@ -941,14 +917,12 @@ interface BaseTextEditView
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
FN_VSCROLLBAR // status()
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
]
FN_SHADOWCURSOR // status(final|play)
@@ -967,7 +941,6 @@ interface BaseTextEditView
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
MenuConfig , AccelConfig , ToolBoxConfig ;
]
@@ -975,7 +948,6 @@ interface BaseTextEditView
[
ExecMethod = ExecViewOptions ;
StateMethod = StateViewOptions ;
- Export = FALSE;
MenuConfig , AccelConfig , ToolBoxConfig ;
]
diff --git a/sw/sdi/beziersh.sdi b/sw/sdi/beziersh.sdi
index bab0a456e6f3..d50641a2b300 100644
--- a/sw/sdi/beziersh.sdi
+++ b/sw/sdi/beziersh.sdi
@@ -37,7 +37,6 @@ interface TextBezier : TextSelection
SID_BEZIER_MOVE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -45,7 +44,6 @@ interface TextBezier : TextSelection
SID_BEZIER_INSERT
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -53,7 +51,6 @@ interface TextBezier : TextSelection
SID_BEZIER_DELETE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -61,7 +58,6 @@ interface TextBezier : TextSelection
SID_BEZIER_CUTLINE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -69,7 +65,6 @@ interface TextBezier : TextSelection
SID_BEZIER_CONVERT
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -77,7 +72,6 @@ interface TextBezier : TextSelection
SID_BEZIER_EDGE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -85,7 +79,6 @@ interface TextBezier : TextSelection
SID_BEZIER_SMOOTH
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -93,7 +86,6 @@ interface TextBezier : TextSelection
SID_BEZIER_SYMMTR
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -101,7 +93,6 @@ interface TextBezier : TextSelection
SID_BEZIER_CLOSE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -109,7 +100,6 @@ interface TextBezier : TextSelection
SID_BEZIER_ELIMINATE_POINTS
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
diff --git a/sw/sdi/drawsh.sdi b/sw/sdi/drawsh.sdi
index 3cd0a7fd6ddc..5ea1f46d1ecc 100644
--- a/sw/sdi/drawsh.sdi
+++ b/sw/sdi/drawsh.sdi
@@ -21,26 +21,22 @@ interface TextDraw : TextDrawBase
[
ExecMethod = ExecDrawAttrArgs ;
StateMethod = DisableState ;
- Export = FALSE;
]
SID_ATTR_LINE_START
[
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
- Export = FALSE;
]
SID_ATTR_LINE_END
[
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
- Export = FALSE;
]
SID_ATTR_LINE_STYLE
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -55,7 +51,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_LINE_TRANSPARENCE
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -63,7 +58,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_LINE_JOINT
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -71,7 +65,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_LINE_CAP
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -116,13 +109,11 @@ interface TextDraw : TextDrawBase
[
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
- Export = FALSE;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
SID_ATTR_LINE_COLOR
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -130,7 +121,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_FILL_STYLE
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -138,7 +128,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_FILL_COLOR
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -146,7 +135,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_FILL_GRADIENT
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -154,7 +142,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_FILL_HATCH
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -162,7 +149,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_FILL_BITMAP
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -170,7 +156,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_FILL_TRANSPARENCE
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -178,7 +163,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_FILL_FLOATTRANSPARENCE
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -186,7 +170,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_GLOW_COLOR
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -194,7 +177,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_GLOW_RADIUS
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -202,7 +184,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_GLOW_TRANSPARENCY
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -210,7 +191,6 @@ interface TextDraw : TextDrawBase
SID_ATTR_SOFTEDGE_RADIUS
[
- Export = FALSE;
ExecMethod = ExecDrawAttrArgs ;
StateMethod = GetDrawAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -256,7 +236,6 @@ interface TextDraw : TextDrawBase
SID_OBJECT_ROTATE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -264,7 +243,6 @@ interface TextDraw : TextDrawBase
SID_BEZIER_EDIT
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
@@ -449,8 +427,6 @@ shell SwDrawShell : SwDrawBaseShell
{
import TextDraw;
- // no export
-
SID_FORMTEXT_STYLE
[
ExecMethod = ExecFormText ;
diff --git a/sw/sdi/grfsh.sdi b/sw/sdi/grfsh.sdi
index 8451eae60eba..0fedb5de1778 100644
--- a/sw/sdi/grfsh.sdi
+++ b/sw/sdi/grfsh.sdi
@@ -28,7 +28,6 @@ shell SwGrfShell : SwBaseShell
// RotGrfFlyFrame: need SID_OBJECT_ROTATE for FlyFrames with graphic
SID_OBJECT_ROTATE
[
- Export = FALSE;
ExecMethod = Execute ;
StateMethod = GetAttrState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi
index a2dfb805b0d1..549648eee7fd 100644
--- a/sw/sdi/viewsh.sdi
+++ b/sw/sdi/viewsh.sdi
@@ -27,7 +27,6 @@ interface TextEditView : BaseTextEditView
FN_INSERT_OBJ_CTRL
[
StateMethod = GetState ;
- Export = FALSE ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
FN_INSERT_CAPTION // status()
diff --git a/sw/sdi/wviewsh.sdi b/sw/sdi/wviewsh.sdi
index b9c0bcea9cfb..7606a4baf268 100644
--- a/sw/sdi/wviewsh.sdi
+++ b/sw/sdi/wviewsh.sdi
@@ -66,7 +66,6 @@ interface WebSourceView
[
ExecMethod = Execute ;
StateMethod = GetState ;
- Export = FALSE;
]
FID_SEARCH_NOW
[