summaryrefslogtreecommitdiff
path: root/sfx2/sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-27 08:32:02 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-27 08:32:02 +0000
commit947d25db0f0e5538f3d568c70c800896231c7572 (patch)
treeb87041dfb86dd06592d26e0b50d5d086897e7a40 /sfx2/sdi
parented6823fd2d6a66250dc01b9d6b590e6f4f64d53b (diff)
INTEGRATION: CWS fwk36 (1.70.20); FILE MERGED
2006/03/13 12:57:22 cd 1.70.20.1: #i46895# New method SaveDocumentAsFormat to make 'Send document as e-Mail' more flexible
Diffstat (limited to 'sfx2/sdi')
-rw-r--r--sfx2/sdi/sfx.sdi27
1 files changed, 27 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 0676ec1314d3..3f771413bb09 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -6422,6 +6422,33 @@ SfxBoolItem SendMailDocAsPDF SID_MAIL_SENDDOCASPDF
GroupId = GID_DOCUMENT;
]
+SfxBoolItem SendMailDocAsFormat SID_MAIL_SENDDOCASFORMAT
+(SfxStringItem Recipient SID_MAIL_RECIPIENT,SfxStringItem Subject SID_MAIL_SUBJECT,SfxStringItem MailText SID_MAIL_TEXT,SfxUInt16Item Priority SID_MAIL_PRIORITY,SfxStringItem FileType SID_TYPE_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;
+]
+
//--------------------------------------------------------------------------
SfxVoidItem SetOptions SID_SETOPTIONS
()