diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 12:37:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-07-13 12:37:56 +0000 |
commit | 666da8f18a4521f812ec3901c73e541a0d13aa9d (patch) | |
tree | 80cc5b318f321df5bffbd335eafd992c57b15f0f /sd/inc/app.hrc | |
parent | 6453f2841b421f3c68565a30df0a322e4fbd147b (diff) |
INTEGRATION: CWS impress2 (1.6.22); FILE MERGED
2004/06/25 16:53:28 af 1.6.22.5: #i22705# Cleanup and addition of multi pane GUI related slots.
2004/06/04 06:26:04 af 1.6.22.4: #i22705# Renamed SIDs for left and right pane. Added SIDs for commands of the task pane.
2004/05/19 18:14:55 af 1.6.22.3: RESYNC: (1.6-1.9); FILE MERGED
Appended SID ids for the multi pane GUI after the new SID ids.
2004/04/22 14:57:04 af 1.6.22.2: #i22705# Added resource id for child window of layer dialog.
2004/02/19 09:41:23 af 1.6.22.1: #i22705# Added SIDs for the new panes.
Diffstat (limited to 'sd/inc/app.hrc')
-rw-r--r-- | sd/inc/app.hrc | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 3ad64966fcc1..96ec138de698 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -2,9 +2,9 @@ * * $RCSfile: app.hrc,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2004-05-10 15:56:35 $ + * last change: $Author: rt $ $Date: 2004-07-13 13:37:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -473,3 +473,20 @@ #define SID_SDMODE_FLAG (SID_SD_START+413) #define SD_DRAW_MODE 1 #define SD_IMPRESS_MODE 2 + +#define SID_LEFT_PANE (SID_SD_START+414) +#define SID_RIGHT_PANE (SID_SD_START+415) +#define SID_NOTES_WINDOW (SID_SD_START+416) +#define SID_SWITCH_SHELL_PANE (SID_SD_START+417) +#define SID_LAYER_DIALOG_WIN (SID_SD_START+418) +#define SID_NORMAL_MULTI_PANE_GUI (SID_SD_START+419) +#define SID_SLIDE_SORTER_MULTI_PANE_GUI (SID_SD_START+420) + + +// Slots for the tool pane popup +#define SID_TP_APPLY_TO_ALL_SLIDES (SID_SD_START+425) +#define SID_TP_APPLY_TO_SELECTED_SLIDES (SID_SD_START+426) +#define SID_TP_USE_FOR_NEW_PRESENTATIONS (SID_SD_START+427) +#define SID_TP_SHOW_LARGE_PREVIEW (SID_SD_START+428) +#define SID_TP_SHOW_SMALL_PREVIEW (SID_SD_START+429) + |