diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-08-26 06:31:30 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-08-26 06:31:30 +0000 |
commit | b410a874b24f160852e46ba6ffdaa381ef034708 (patch) | |
tree | 552f684d981e5aa6f429c566050363f726bcb704 /sfx2/sdi/sfx.sdi | |
parent | b0f78dab5cd188dc1b9c4bbf5e0e57fa8f305a58 (diff) |
#101559# Added slots for pdf export and mail attachment
Diffstat (limited to 'sfx2/sdi/sfx.sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 6a11e15af54c..78216f9d2447 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -7387,6 +7387,33 @@ SfxBoolItem SendMail SID_MAIL_SENDDOC GroupId = GID_DOCUMENT; ] +SfxBoolItem SendMailDocAsPDF SID_MAIL_SENDDOCASPDF +(SfxStringItem Recipient SID_MAIL_RECIPIENT,SfxStringItem Subject SID_MAIL_SUBJECT,SfxStringItem MailText SID_MAIL_TEXT,SfxUInt16Item Priority SID_MAIL_PRIORITY,SfxBoolItem AttachedDoc SID_MAIL_ATTACH,SfxStringItem AttachFiles SID_MAIL_ATTACH_FILE) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* status: */ + SlotType = SfxStringItem + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; +] + //-------------------------------------------------------------------------- SfxVoidItem SetOptions SID_SETOPTIONS () @@ -8793,6 +8820,61 @@ SfxBoolItem ExportTo SID_EXPORTDOC ] //-------------------------------------------------------------------------- +SfxBoolItem ExportToPDF SID_EXPORTDOCASPDF +(SfxStringItem URL SID_FILE_NAME ) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = TRUE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* status: */ + SlotType = SfxStringItem + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; +] + +SfxBoolItem ExportDirectToPDF SID_DIRECTEXPORTDOCASPDF +(SfxStringItem URL SID_FILE_NAME) +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = TRUE, + RecordAbsolute = FALSE, + RecordPerSet; + Asynchron; + + /* status: */ + SlotType = SfxStringItem + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_DOCUMENT; +] + +//-------------------------------------------------------------------------- SfxImageItem ImageOrientation SID_IMAGE_ORIENTATION [ |