diff options
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 28 | ||||
-rw-r--r-- | sfx2/sdi/viwslots.sdi | 5 |
2 files changed, 33 insertions, 0 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 8817513657da..92af180aedf3 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -5923,6 +5923,34 @@ SfxBoolItem SendMailDocAsPDF SID_MAIL_SENDDOCASPDF GroupId = GID_DOCUMENT; ] +SfxBoolItem SendViaBluetooth SID_BLUETOOTH_SENDDOC +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + 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 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 TypeName SID_TYPE_NAME) [ diff --git a/sfx2/sdi/viwslots.sdi b/sfx2/sdi/viwslots.sdi index ee7dd883df0a..bfc770cb6503 100644 --- a/sfx2/sdi/viwslots.sdi +++ b/sfx2/sdi/viwslots.sdi @@ -52,6 +52,11 @@ interface View ExecMethod = ExecMisc_Impl ; StateMethod = GetState_Impl ; ] + SID_BLUETOOTH_SENDDOC // ole(no) api(todo) + [ + ExecMethod = ExecMisc_Impl ; + StateMethod = GetState_Impl ; + ] //--------------------------------------------------------------------- SID_PRINTDOC // ole(no) api(play/rec) [ |