summaryrefslogtreecommitdiff
path: root/sd/sdi
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-08 11:42:58 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-08 11:49:21 +0200
commitae5140e0541fd5142d1db1f8aa1461e70d5fd072 (patch)
treee901b708332ef4bd726d6284af813a8f83627700 /sd/sdi
parentdfa5adcbc2ed31ebc16ec1e920f8305903a6ed7e (diff)
Remote dialog now showing.
Change-Id: I20857202e70a975d249ac0f121947691ac274602
Diffstat (limited to 'sd/sdi')
-rw-r--r--sd/sdi/SlideSorterController.sdi4
-rw-r--r--sd/sdi/drviewsh.sdi4
-rw-r--r--sd/sdi/outlnvsh.sdi4
-rw-r--r--sd/sdi/sdraw.sdi25
4 files changed, 37 insertions, 0 deletions
diff --git a/sd/sdi/SlideSorterController.sdi b/sd/sdi/SlideSorterController.sdi
index 765cc0426fab..c3e14c65bb1e 100644
--- a/sd/sdi/SlideSorterController.sdi
+++ b/sd/sdi/SlideSorterController.sdi
@@ -223,6 +223,10 @@ interface SlideSorterView
[
ExecMethod = FuTemporary ;
]
+ SID_REMOTE_DLG
+ [
+ ExecMethod = FuTemporary ;
+ ]
SID_CUSTOMSHOW_DLG
[
ExecMethod = FuTemporary ;
diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi
index 8748fcbcd570..e93ca69d762b 100644
--- a/sd/sdi/drviewsh.sdi
+++ b/sd/sdi/drviewsh.sdi
@@ -110,6 +110,10 @@ interface ImpressEditView : DrawView
[
ExecMethod = FuTemporary ;
]
+ SID_REMOTE_DLG
+ [
+ ExecMethod = FuTemporary ;
+ ]
SID_CUSTOMSHOW_DLG
[
ExecMethod = FuTemporary ;
diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi
index 4dd31c9c2d35..8a83d3b6b753 100644
--- a/sd/sdi/outlnvsh.sdi
+++ b/sd/sdi/outlnvsh.sdi
@@ -349,6 +349,10 @@ interface OutlineView
[
ExecMethod = FuTemporary ;
]
+ SID_REMOTE_DLG
+ [
+ ExecMethod = FuTemporary ;
+ ]
SID_CUSTOMSHOW_DLG
[
ExecMethod = FuTemporary ;
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi
index 03208aaa2f43..0183a5470826 100644
--- a/sd/sdi/sdraw.sdi
+++ b/sd/sdi/sdraw.sdi
@@ -5204,6 +5204,31 @@ SfxVoidItem PresentationDialog SID_PRESENTATION_DLG
]
//--------------------------------------------------------------------------
+SfxVoidItem Remote SID_REMOTE_DLG
+()
+[
+ /* flags: */
+ AutoUpdate = FALSE,
+ Cachable = Cachable,
+ FastCall = TRUE,
+ HasCoreId = FALSE,
+ HasDialog = TRUE,
+ ReadOnlyDoc = FALSE,
+ Toggle = FALSE,
+ Container = FALSE,
+ RecordAbsolute = FALSE,
+ RecordPerItem;
+ Synchron;
+
+ /* config: */
+ AccelConfig = FALSE,
+ MenuConfig = TRUE,
+ StatusBarConfig = FALSE,
+ ToolBoxConfig = TRUE,
+ GroupId = GID_OPTIONS;
+]
+
+//--------------------------------------------------------------------------
SfxVoidItem PresentationEnd SID_PRESENTATION_END
()
[