diff options
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_grfsh.sdi | 5 | ||||
-rw-r--r-- | sw/sdi/swriter.sdi | 27 |
2 files changed, 32 insertions, 0 deletions
diff --git a/sw/sdi/_grfsh.sdi b/sw/sdi/_grfsh.sdi index 3d7fd41af98d..d60dc39d4b36 100644 --- a/sw/sdi/_grfsh.sdi +++ b/sw/sdi/_grfsh.sdi @@ -58,6 +58,11 @@ interface BaseTextGraphic StateMethod = GetAttrState ; ] + FN_EXTERNAL_EDIT + [ + ExecMethod = Execute ; + StateMethod = GetAttrState ; + ] SID_INSERT_GRAPHIC // zeigt auf FN_FORMAT_GRAFIC_DLG [ ExecMethod = Execute ; diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index c2fcc53bf29a..081681e025b5 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -3510,6 +3510,33 @@ SfxVoidItem SaveGraphic FN_SAVE_GRAPHIC GroupId = GID_GRAPHIC; ] +//------------------------------------------------------------------------ +SfxVoidItem ExternalEdit FN_EXTERNAL_EDIT +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_GRAPHIC; +] +//------------------------------------------------------------------------ + + //-------------------------------------------------------------------------- SfxVoidItem Grow FN_GROW_FONT_SIZE () |