diff options
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_frmsh.sdi | 14 | ||||
-rw-r--r-- | sw/sdi/swriter.sdi | 48 |
2 files changed, 62 insertions, 0 deletions
diff --git a/sw/sdi/_frmsh.sdi b/sw/sdi/_frmsh.sdi index a83270a6d196..484adb90220e 100644 --- a/sw/sdi/_frmsh.sdi +++ b/sw/sdi/_frmsh.sdi @@ -173,6 +173,20 @@ interface BaseTextFrame DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + FN_EXPORT_OLE_AS_PDF // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + + FN_EXPORT_OLE_AS_GRAPHIC // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + SID_FRAME_LINESTYLE // status() [ ExecMethod = ExecFrameStyle ; diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 5863907049dc..c2fcc53bf29a 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -2034,6 +2034,54 @@ SfxVoidItem FormatColumns FN_FORMAT_COLUMN GroupId = GID_FORMAT; ] +SfxVoidItem ExportPDF FN_EXPORT_OLE_AS_PDF +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + Asynchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_FRAME; +] + +SfxVoidItem ExportGraphic FN_EXPORT_OLE_AS_GRAPHIC +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerItem; + Asynchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_FRAME; +] + //-------------------------------------------------------------------------- SwFmtDrop FormatDropcap FN_FORMAT_DROPCAPS |