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
commite317b2b1f7de91dac4996d0c4af5cd4b05dd2243 (patch)
tree6b5352c6203fb72f37a135b06454dd9817789704 /sfx2/sdi
parentedc651386cea3105f61907ded7adade1c90d4e6c (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 0676ec1314..3f771413bb 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
()