summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorPhilippe Jung <phil.jung@free.fr>2015-07-08 21:04:40 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-11-17 09:55:13 +0000
commit2085d5dcbc2c2158996e52e84c50ca5d5d100be7 (patch)
tree1efdbb5e9191a9d4209d0adb49bbc58d4402c697 /sd
parent379fe0409e7973b36210cffa3dd1dfd4032f0ecc (diff)
Add icons for future display mode selector
Change-Id: Iddc3a3dec55a4c1c2fb9fcb4cf6e9449b4f1d11e Reviewed-on: https://gerrit.libreoffice.org/16934 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/res_bmp.src28
-rw-r--r--sd/source/ui/inc/res_bmp.hrc8
2 files changed, 36 insertions, 0 deletions
diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src
index 45fc2df62878..a138c19acdfa 100644
--- a/sd/source/ui/app/res_bmp.src
+++ b/sd/source/ui/app/res_bmp.src
@@ -103,6 +103,34 @@ Bitmap BMP_FOILH_09
{
File = "foilh09.png";
};
+Bitmap BMP_DISPLAYMODE_SLIDE
+{
+ File = "displaymode_slide.png";
+};
+Bitmap BMP_DISPLAYMODE_OUTLINE
+{
+ File = "displaymode_outline.png";
+};
+Bitmap BMP_DISPLAYMODE_NOTES
+{
+ File = "displaymode_notes.png";
+};
+Bitmap BMP_DISPLAYMODE_SLIDE_SORTER
+{
+ File = "displaymode_slidesorter.png";
+};
+Bitmap BMP_DISPLAYMODE_SLIDE_MASTER
+{
+ File = "displaymode_slidemaster.png";
+};
+Bitmap BMP_DISPLAYMODE_NOTES_MASTER
+{
+ File = "displaymode_notesmaster.png";
+};
+Bitmap BMP_DISPLAYMODE_HANDOUT_MASTER
+{
+ File = "displaymode_handoutmaster.png";
+};
Bitmap BMP_PLACEHOLDER_CHART_SMALL
{
File = "placeholder_chart_small.png";
diff --git a/sd/source/ui/inc/res_bmp.hrc b/sd/source/ui/inc/res_bmp.hrc
index 93ec74049e18..135c710a8389 100644
--- a/sd/source/ui/inc/res_bmp.hrc
+++ b/sd/source/ui/inc/res_bmp.hrc
@@ -64,6 +64,14 @@
#define BMP_LAYOUT_VERTICAL01 RID_SD_START+364
#define BMP_LAYOUT_VERTICAL02 RID_SD_START+366
+#define BMP_DISPLAYMODE_SLIDE (RID_SD_START+367)
+#define BMP_DISPLAYMODE_OUTLINE (RID_SD_START+368)
+#define BMP_DISPLAYMODE_NOTES (RID_SD_START+369)
+#define BMP_DISPLAYMODE_SLIDE_SORTER (RID_SD_START+370)
+#define BMP_DISPLAYMODE_SLIDE_MASTER (RID_SD_START+371)
+#define BMP_DISPLAYMODE_NOTES_MASTER (RID_SD_START+372)
+#define BMP_DISPLAYMODE_HANDOUT_MASTER (RID_SD_START+373)
+ // FREE
#define BMP_FOILH_01 RID_SD_START+388
#define BMP_FOILH_02 RID_SD_START+390
#define BMP_FOILH_03 RID_SD_START+392