summaryrefslogtreecommitdiff
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
commit952bfc4c58f0af4e8380409776270c1e47f1708a (patch)
tree332b90c6161aa10e6822777b81e4e30d76eea97f /svx/source/stbctrls/stbctrls.src
parentc18ea3154c96f5185a78f517da5cf30be4a13f4f (diff)
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.src59
1 files changed, 55 insertions, 4 deletions
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index ea88255d3c..f09bd294e9 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
@@ -86,11 +87,11 @@ String RID_SVXSTR_XMLSEC_SIG_NOT_OK
Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend you to do not trust this document.";
};
-String RID_SVXSTR_XMLSEC_NO_SIG
+String RID_SVXSTR_XMLSEC_NO_SIG
{
Text [ en-US ] = "Digital Signature: The document is not signed.";
};
-
+
// PopupMenu -------------------------------------------------------------
Menu RID_SVXMNU_ZOOM
{
@@ -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;
+};
+