summaryrefslogtreecommitdiffstats
path: root/svx/source/stbctrls/stbctrls.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 14:18:58 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 14:18:58 +0000
commite7327a5685a06345d108d7944fac22ef79fa8e11 (patch)
tree054b86c503e64c4da28a703074bd750783097c5f /svx/source/stbctrls/stbctrls.src
parentINTEGRATION: CWS pages01_DEV300 (1.5.96); FILE MERGED (diff)
downloadcore-e7327a5685a06345d108d7944fac22ef79fa8e11.tar.gz
core-e7327a5685a06345d108d7944fac22ef79fa8e11.zip
INTEGRATION: CWS pages01_DEV300 (1.32.196); FILE MERGED
2008/01/10 09:21:39 fme 1.32.196.3: RESYNC: (1.32-1.33); FILE MERGED 2008/01/07 13:43:08 fme 1.32.196.2: #i1598# Multiple page view - new images 2007/12/13 13:29:17 fme 1.32.196.1: #i1598# Multiple page view - zoom slider
Diffstat (limited to 'svx/source/stbctrls/stbctrls.src')
-rw-r--r--svx/source/stbctrls/stbctrls.src55
1 files changed, 53 insertions, 2 deletions
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 8c03cf4577cb..f3a98f9750eb 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -4,9 +4,9 @@
*
* $RCSfile: stbctrls.src,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: ihi $ $Date: 2007-11-22 15:56:45 $
+ * last change: $Author: kz $ $Date: 2008-03-07 15:18:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,6 +64,7 @@ String RID_SVXSTR_SELMODE_ERG
// 'Erg"anzend' bzw. 'Added' abgek"urzt auf h"ochstens 3 Zeichen
Text [ en-US ] = "ADD" ;
};
+
String RID_SVXSTR_SELMODE_BLK
{
// 'Block' shortened to max. 3 chararcters
@@ -277,3 +278,53 @@ Image RID_SVXBMP_SIGNET_NOTVALIDATED_H
MaskColor = STD_MASKCOLOR;
};
+
+Image RID_SVXBMP_SLIDERBUTTON
+{
+ ImageBitmap = Bitmap
+ {
+ File = "navigationball_10.png" ;
+ };
+ MaskColor = STD_MASKCOLOR;
+};
+Image RID_SVXBMP_SLIDERDECREASE
+{
+ ImageBitmap = Bitmap
+ {
+ File = "slidezoomout_11.png" ;
+ };
+ MaskColor = STD_MASKCOLOR;
+};
+Image RID_SVXBMP_SLIDERINCREASE
+{
+ ImageBitmap = Bitmap
+ {
+ File = "slidezoomin_11.png" ;
+ };
+ MaskColor = STD_MASKCOLOR;
+};
+Image RID_SVXBMP_SLIDERBUTTON_HC
+{
+ ImageBitmap = Bitmap
+ {
+ File = "navigationball_10_h.png" ;
+ };
+ MaskColor = STD_MASKCOLOR;
+};
+Image RID_SVXBMP_SLIDERDECREASE_HC
+{
+ ImageBitmap = Bitmap
+ {
+ File = "slidezoomout_11_h.png" ;
+ };
+ MaskColor = STD_MASKCOLOR;
+};
+Image RID_SVXBMP_SLIDERINCREASE_HC
+{
+ ImageBitmap = Bitmap
+ {
+ File = "slidezoomin_11_h.png" ;
+ };
+ MaskColor = STD_MASKCOLOR;
+};
+