You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2022/02/02 15:48:36 UTC

[openoffice] branch AOO41X updated: Renamed graphics for zoom slider

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new b25ba93  Renamed graphics for zoom slider
b25ba93 is described below

commit b25ba93515062db9edc867960436136e136dcb60
Author: mseidel <ms...@apache.org>
AuthorDate: Wed Feb 2 16:48:10 2022 +0100

    Renamed graphics for zoom slider
---
 .../{navigationball_10.png => slidecontrol.png}    | Bin
 ...{navigationball_10_h.png => slidecontrol_h.png} | Bin
 main/svx/source/stbctrls/stbctrls.src              | 121 +++++++++------------
 3 files changed, 54 insertions(+), 67 deletions(-)

diff --git a/main/default_images/svx/res/navigationball_10.png b/main/default_images/svx/res/slidecontrol.png
similarity index 100%
rename from main/default_images/svx/res/navigationball_10.png
rename to main/default_images/svx/res/slidecontrol.png
diff --git a/main/default_images/svx/res/navigationball_10_h.png b/main/default_images/svx/res/slidecontrol_h.png
similarity index 100%
rename from main/default_images/svx/res/navigationball_10_h.png
rename to main/default_images/svx/res/slidecontrol_h.png
diff --git a/main/svx/source/stbctrls/stbctrls.src b/main/svx/source/stbctrls/stbctrls.src
index f720f98..9823650 100644
--- a/main/svx/source/stbctrls/stbctrls.src
+++ b/main/svx/source/stbctrls/stbctrls.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,84 +7,85 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
- // include ---------------------------------------------------------------
+
+
+// include ---------------------------------------------------------------
 #include <svx/dialogs.hrc>
 #include "helpid.hrc"
 #include "stbctrls.h"
- // pragma ----------------------------------------------------------------
+// pragma ----------------------------------------------------------------
 
- // Strings ---------------------------------------------------------------
+// Strings ---------------------------------------------------------------
 String RID_SVXSTR_INSERT_TEXT
 {
-	 // 'Einf"ugen' bzw. 'Insert' abgek"urzt auf h"ochstens 5 Zeichen
+	// 'Insert' shortened to max. 5 characters
 	Text [ en-US ] = "INSRT" ;
 };
 String RID_SVXSTR_OVERWRITE_TEXT
 {
-	 // '"Uberschreiben' bzw. 'Overwrite' abgek"urzt auf h"ochstens 5 Zeichen
+	// 'Overwrite' shortened to max. 5 characters
 	Text [ en-US ] = "OVER" ;
 };
 String RID_SVXSTR_SELMODE_STD
 {
-	 // 'Standard' abgek"urzt auf h"ochstens 3 Zeichen
+	// 'Standard' shortened to max. 3 characters
 	Text [ en-US ] = "STD" ;
 };
 String RID_SVXSTR_SELMODE_ER
 {
-	 // 'Erweitert' bzw. 'Extended' abgek"urzt auf h"ochstens 3 Zeichen
+	// 'Extended' shortened to max. 3 characters
 	Text [ en-US ] = "EXT" ;
 };
 String RID_SVXSTR_SELMODE_ERG
 {
-	 // 'Erg"anzend' bzw. 'Added' abgek"urzt auf h"ochstens 3 Zeichen
+	// 'Added' shortened to max. 3 characters
 	Text [ en-US ] = "ADD" ;
 };
 
 String RID_SVXSTR_SELMODE_BLK
 {
-	 // 'Block' shortened to max. 3 chararcters
+	// 'Block' shortened to max. 3 characters
 	Text [ en-US ] = "BLK" ;
 };
 
 String RID_SVXSTR_XMLSEC_SIG_OK
 {
-    Text [ en-US ] = "Digital Signature: The document signature is OK.";
+	Text [ en-US ] = "Digital Signature: The document signature is OK." ;
 };
 
 String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
 {
-    Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated.";
+	Text [ en-US ] = "Digital Signature: The document signature is OK, but the certificates could not be validated." ;
 };
 
 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.";
+	Text [ en-US ] = "Digital Signature: The document signature does not match the document content. We strongly recommend that you do not trust this document." ;
 };
 
 String RID_SVXSTR_XMLSEC_NO_SIG
 {
-    Text [ en-US ] = "Digital Signature: The document is not signed.";
+	Text [ en-US ] = "Digital Signature: The document is not signed." ;
 };
 
 String RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG
 {
-    Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed.";
+	Text [ en-US ] = "Digital Signature: The document signature and the certificate are OK, but not all parts of the document are signed." ;
 };
 
- // PopupMenu -------------------------------------------------------------
+// PopupMenu -------------------------------------------------------------
 Menu RID_SVXMNU_ZOOM
 {
 	ItemList =
@@ -93,31 +94,31 @@ Menu RID_SVXMNU_ZOOM
 		{
 			Identifier = ZOOM_200 ;
 			HelpId = HID_MNU_ZOOM_200 ;
-			Text = "200 %" ;
+			Text [ en-US ] = "200 %" ;
 		};
 		MenuItem
 		{
 			Identifier = ZOOM_150 ;
 			HelpId = HID_MNU_ZOOM_150 ;
-			Text = "150 %" ;
+			Text [ en-US ] = "150 %" ;
 		};
 		MenuItem
 		{
 			Identifier = ZOOM_100 ;
 			HelpId = HID_MNU_ZOOM_100 ;
-			Text = "100 %" ;
+			Text [ en-US ] = "100 %" ;
 		};
 		MenuItem
 		{
 			Identifier = ZOOM_75 ;
 			HelpId = HID_MNU_ZOOM_75 ;
-			Text = "75 %" ;
+			Text [ en-US ] = "75 %" ;
 		};
 		MenuItem
 		{
 			Identifier = ZOOM_50 ;
 			HelpId = HID_MNU_ZOOM_50 ;
-			Text = "50 %" ;
+			Text [ en-US ] = "50 %" ;
 		};
 		MenuItem
 		{
@@ -139,7 +140,7 @@ Menu RID_SVXMNU_ZOOM
 		};
 	};
 };
- //	Funktionsauswahl auf dem SvxPosSizeStatusBarControl fuer Calc
+// Function selection for SvxPosSizeStatusBarControl in Calc
 Menu RID_SVXMNU_PSZ_FUNC
 {
 	ItemList =
@@ -203,23 +204,19 @@ Menu RID_SVXMNU_XMLSECSTATBAR
 
 // Images ----------------------------------------------------------------
 
-#define STD_MASKCOLOR   Color{Red=0xffff;Green=0x0000;Blue=0xffff;}
-
 Image RID_SVXBMP_POSITION
 {
 	ImageBitmap = Bitmap
 	{
-		File = "sc10223.bmp" ;
+		File = "sc10223.png" ;
 	};
-    MaskColor = STD_MASKCOLOR;
 };
 Image RID_SVXBMP_SIZE
 {
 	ImageBitmap = Bitmap
 	{
-		File = "sc10224.bmp" ;
+		File = "sc10224.png" ;
 	};
-    MaskColor = STD_MASKCOLOR;
 };
 Image RID_SVXBMP_SIGNET
 {
@@ -227,7 +224,6 @@ Image RID_SVXBMP_SIGNET
 	{
 		File = "signet_11x16.png" ;
 	};
-    MaskColor = STD_MASKCOLOR;
 };
 Image RID_SVXBMP_SIGNET_BROKEN
 {
@@ -235,49 +231,43 @@ Image RID_SVXBMP_SIGNET_BROKEN
 	{
 		File = "caution_11x16.png" ;
 	};
-    MaskColor = STD_MASKCOLOR;
 };
 Image RID_SVXBMP_SIGNET_NOTVALIDATED
 {
 	ImageBitmap = Bitmap
 	{
-		File = "notcertificate_16.png" ;
+		File = "notcertificate_11x16.png" ;
 	};
-    MaskColor = STD_MASKCOLOR;
 };
 Image RID_SVXBMP_SIGNET_H
 {
-    ImageBitmap = Bitmap
-    {
-        File = "signet_11x16_h.png" ;
-    };
-    MaskColor = STD_MASKCOLOR;
+	ImageBitmap = Bitmap
+	{
+		File = "signet_11x16_h.png" ;
+	};
 };
 Image RID_SVXBMP_SIGNET_BROKEN_H
 {
-    ImageBitmap = Bitmap
-    {
-        File = "caution_11x16_h.png" ;
-    };
-    MaskColor = STD_MASKCOLOR;
+	ImageBitmap = Bitmap
+	{
+		File = "caution_11x16_h.png" ;
+	};
 };
 Image RID_SVXBMP_SIGNET_NOTVALIDATED_H
 {
     ImageBitmap = Bitmap
     {
-        File = "notcertificate_16_h.png" ;
+        File = "notcertificate_11x16_h.png" ;
     };
-    MaskColor = STD_MASKCOLOR;
 };
 
 
 Image RID_SVXBMP_SLIDERBUTTON
 {
-    ImageBitmap = Bitmap
-    {
-        File = "navigationball_10.png" ;
-    };
-    MaskColor = STD_MASKCOLOR;
+	ImageBitmap = Bitmap
+	{
+		File = "slidecontrol.png" ;
+	};
 };
 Image RID_SVXBMP_SLIDERDECREASE
 {
@@ -285,7 +275,6 @@ Image RID_SVXBMP_SLIDERDECREASE
     {
         File = "slidezoomout_11.png" ;
     };
-    MaskColor = STD_MASKCOLOR;
 };
 Image RID_SVXBMP_SLIDERINCREASE
 {
@@ -293,30 +282,28 @@ Image RID_SVXBMP_SLIDERINCREASE
     {
         File = "slidezoomin_11.png" ;
     };
-    MaskColor = STD_MASKCOLOR;
 };
 Image RID_SVXBMP_SLIDERBUTTON_HC
 {
     ImageBitmap = Bitmap
     {
-        File = "navigationball_10_h.png" ;
+        File = "slidecontrol_h.png" ;
     };
-    MaskColor = STD_MASKCOLOR;
 };
 Image RID_SVXBMP_SLIDERDECREASE_HC
 {
-    ImageBitmap = Bitmap
-    {
-        File = "slidezoomout_11_h.png" ;
-    };
-    MaskColor = STD_MASKCOLOR;
+	ImageBitmap = Bitmap
+	{
+		File = "slidezoomout_11_h.png" ;
+	};
 };
 Image RID_SVXBMP_SLIDERINCREASE_HC
 {
-    ImageBitmap = Bitmap
-    {
-        File = "slidezoomin_11_h.png" ;
-    };
-    MaskColor = STD_MASKCOLOR;
+	ImageBitmap = Bitmap
+	{
+		File = "slidezoomin_11_h.png" ;
+	};
 };
 
+// ********************************************************************** EOF
+