summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/popup.src
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-28 12:25:30 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-28 12:25:30 +0000
commit20fbbe264ea25a0852c77782e1c7033af5b19d32 (patch)
tree0d747b228ceb4e1334124a11329df9fb57ca24c6 /sd/source/ui/app/popup.src
parent86422d17ccfb2bad2339bc3a0e75f1e0f750b258 (diff)
INTEGRATION: CWS impress20ea (1.30.68); FILE MERGED
2004/10/14 13:00:51 af 1.30.68.3: RESYNC: (1.30-1.31); FILE MERGED 2004/09/16 15:33:03 af 1.30.68.2: #i34011# Removed entries from master view context menu that are not supported. 2004/09/14 15:20:30 af 1.30.68.1: #i34011# Addded context menu for master view.
Diffstat (limited to 'sd/source/ui/app/popup.src')
-rw-r--r--sd/source/ui/app/popup.src54
1 files changed, 47 insertions, 7 deletions
diff --git a/sd/source/ui/app/popup.src b/sd/source/ui/app/popup.src
index 4df8e5aea2c8..645d7e9e9758 100644
--- a/sd/source/ui/app/popup.src
+++ b/sd/source/ui/app/popup.src
@@ -2,9 +2,9 @@
*
* $RCSfile: popup.src,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 13:41:59 $
+ * last change: $Author: pjunck $ $Date: 2004-10-28 13:25:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,13 +166,13 @@ Menu RID_DRAW_GLUEPOINT_POPUP
};
-Menu RID_SLIDETABLE_POPUP
+Menu RID_SLIDE_SORTER_IMPRESS_SEL_POPUP
{
ItemList =
{
- MN_INSERT_PAGE
- MN_DELETE_PAGE
- MN_RENAME_PAGE
+ MN_INSERT_SLIDE
+ MN_DELETE_SLIDE
+ MN_RENAME_SLIDE
SEPARATOR
MN_PRESENTATION_LAYOUT
MN_MODIFY_PAGE
@@ -183,7 +183,26 @@ Menu RID_SLIDETABLE_POPUP
};
-Menu RID_SLIDE_NOSEL_POPUP
+Menu RID_SLIDE_SORTER_IMPRESS_NOSEL_POPUP
+{
+ ItemList =
+ {
+ MN_INSERT_SLIDE
+ };
+};
+
+Menu RID_SLIDE_SORTER_DRAW_SEL_POPUP
+{
+ ItemList =
+ {
+ MN_INSERT_PAGE
+ MN_DELETE_PAGE
+ MN_RENAME_PAGE
+ };
+};
+
+
+Menu RID_SLIDE_SORTER_DRAW_NOSEL_POPUP
{
ItemList =
{
@@ -191,6 +210,27 @@ Menu RID_SLIDE_NOSEL_POPUP
};
};
+Menu RID_SLIDE_SORTER_MASTER_SEL_POPUP
+{
+ ItemList =
+ {
+ MN_INSERT_MASTER
+ MN_DELETE_MASTER
+ MN_RENAME_MASTER
+ SEPARATOR
+ MN_PRESENTATION_LAYOUT
+ };
+};
+
+
+Menu RID_SLIDE_SORTER_MASTER_NOSEL_POPUP
+{
+ ItemList =
+ {
+ MN_INSERT_MASTER
+ };
+};
+
Menu RID_MASTERPAGE_POPUP
{
ItemList =