summaryrefslogtreecommitdiff
path: root/wizards/source/imagelists/imagelists.src
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 12:56:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 12:56:35 +0000
commit7031922a77fc4c8f7465be6db99fafb63048366e (patch)
treee61ee1e02301f5bdb4a38fb69d57e99e338fca4f /wizards/source/imagelists/imagelists.src
parent37ef487df8e23526089d97187ade91fe05a6539f (diff)
INTEGRATION: CWS hcicons (1.3.136); FILE MERGED
2007/06/13 16:19:04 bc 1.3.136.1: #146845#added hc icons for webwizard Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'wizards/source/imagelists/imagelists.src')
-rw-r--r--wizards/source/imagelists/imagelists.src59
1 files changed, 57 insertions, 2 deletions
diff --git a/wizards/source/imagelists/imagelists.src b/wizards/source/imagelists/imagelists.src
index 3f30b3e147b5..1c456260642f 100644
--- a/wizards/source/imagelists/imagelists.src
+++ b/wizards/source/imagelists/imagelists.src
@@ -4,9 +4,9 @@
*
* $RCSfile: imagelists.src,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:07:51 $
+ * last change: $Author: hr $ $Date: 2007-08-03 13:56:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -116,6 +116,12 @@ Image IMG_WEB_LAYOUT_TABLE3
ImageBitmap = Bitmap { File = "table_3.png"; };
};
+#define IMG_WEB_LAYOUT_TABLE3_HC WEBWIZARD_BASE + 1
+Image IMG_WEB_LAYOUT_TABLE3_HC
+{
+ ImageBitmap = Bitmap { File = "table_3_h.png"; };
+};
+
#define IMG_WEB_LAYOUT_TABLE2 WEBWIZARD_BASE + 2
Image IMG_WEB_LAYOUT_TABLE2
@@ -124,45 +130,94 @@ Image IMG_WEB_LAYOUT_TABLE2
};
+#define IMG_WEB_LAYOUT_TABLE2_HC WEBWIZARD_BASE + 3
+Image IMG_WEB_LAYOUT_TABLE2_HC
+{
+ ImageBitmap = Bitmap { File = "table_2_h.png"; };
+};
+
+
#define IMG_WEB_LAYOUT_SIMPLE WEBWIZARD_BASE + 4
Image IMG_WEB_LAYOUT_SIMPLE
{
ImageBitmap = Bitmap { File = "simple.png"; };
};
+#define IMG_WEB_LAYOUT_SIMPLE_HC WEBWIZARD_BASE + 5
+Image IMG_WEB_LAYOUT_SIMPLE_HC
+{
+ ImageBitmap = Bitmap { File = "simple_h.png"; };
+};
+
#define IMG_WEB_LAYOUT_DIAGONAL WEBWIZARD_BASE + 6
Image IMG_WEB_LAYOUT_DIAGONAL
{
ImageBitmap = Bitmap { File = "diagonal.png"; };
};
+#define IMG_WEB_LAYOUT_DIAGONAL_HC WEBWIZARD_BASE + 7
+Image IMG_WEB_LAYOUT_DIAGONAL_HC
+{
+ ImageBitmap = Bitmap { File = "diagonal_h.png"; };
+};
+
#define IMG_WEB_LAYOUT_ZIGZAG WEBWIZARD_BASE + 8
Image IMG_WEB_LAYOUT_ZIGZAG
{
ImageBitmap = Bitmap { File = "zigzag.png"; };
};
+#define IMG_WEB_LAYOUT_ZIGZAG_HC WEBWIZARD_BASE + 9
+Image IMG_WEB_LAYOUT_ZIGZAG_HC
+{
+ ImageBitmap = Bitmap { File = "zigzag_h.png"; };
+};
+
#define IMG_WEB_LAYOUT_FRAMELEFT WEBWIZARD_BASE + 10
Image IMG_WEB_LAYOUT_FRAMELEFT
{
ImageBitmap = Bitmap { File = "frame_left.png"; };
};
+#define IMG_WEB_LAYOUT_FRAMELEFT_HC WEBWIZARD_BASE + 11
+Image IMG_WEB_LAYOUT_FRAMELEFT_HC
+{
+ ImageBitmap = Bitmap { File = "frame_left_h.png"; };
+};
+
#define IMG_WEB_LAYOUT_FRAMERIGHT WEBWIZARD_BASE + 12
Image IMG_WEB_LAYOUT_FRAMERIGHT
{
ImageBitmap = Bitmap { File = "frame_right.png"; };
};
+#define IMG_WEB_LAYOUT_FRAMERIGHT_HC WEBWIZARD_BASE + 13
+Image IMG_WEB_LAYOUT_FRAMERIGHT_HC
+{
+ ImageBitmap = Bitmap { File = "frame_right_h.png"; };
+};
+
#define IMG_WEB_LAYOUT_FRAMETOP WEBWIZARD_BASE + 14
Image IMG_WEB_LAYOUT_FRAMETOP
{
ImageBitmap = Bitmap { File = "frame_top.png"; };
};
+#define IMG_WEB_LAYOUT_FRAMETOP_HC WEBWIZARD_BASE + 15
+Image IMG_WEB_LAYOUT_FRAMETOP_HC
+{
+ ImageBitmap = Bitmap { File = "frame_top_h.png"; };
+};
+
#define IMG_WEB_LAYOUT_FRAMEBOTTOM WEBWIZARD_BASE + 16
Image IMG_WEB_LAYOUT_FRAMEBOTTOM
{
ImageBitmap = Bitmap { File = "frame_bottom.png"; };
};
+#define IMG_WEB_LAYOUT_FRAMEBOTTOM_HC WEBWIZARD_BASE + 17
+Image IMG_WEB_LAYOUT_FRAMEBOTTOM_HC
+{
+ ImageBitmap = Bitmap { File = "frame_bottom_h.png"; };
+};
+