This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new e1826db305 Cleanup resource files
e1826db305 is described below
commit e1826db30507060a527474946bac0a9ba8207e9d
Author: mseidel <[email protected]>
AuthorDate: Mon Sep 23 17:11:02 2024 +0200
Cleanup resource files
---
main/desktop/source/deployment/misc/dp_misc.src | 18 +-
main/framework/source/classes/resource.src | 16 +-
main/sw/source/ui/config/mailconfigpage.src | 92 ++++----
.../source/ui/dbui/customizeaddresslistdialog.src | 257 ++++++++++-----------
main/sw/source/ui/misc/glossary.src | 6 +-
main/sw/source/ui/wrtsh/wrtsh.src | 23 +-
6 files changed, 200 insertions(+), 212 deletions(-)
diff --git a/main/desktop/source/deployment/misc/dp_misc.src
b/main/desktop/source/deployment/misc/dp_misc.src
index ea92d07186..1b0bdeb716 100644
--- a/main/desktop/source/deployment/misc/dp_misc.src
+++ b/main/desktop/source/deployment/misc/dp_misc.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,30 +7,30 @@
* 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 "dp_misc.hrc"
String RID_DEPLYOMENT_DEPENDENCIES_UNKNOWN {
- Text[en-US] = "Unknown";
+ Text [en-US] = "Unknown" ;
};
String RID_DEPLYOMENT_DEPENDENCIES_MIN {
- Text[en-US] = "Extension requires at least Apache OpenOffice %VERSION";
+ Text [en-US] = "Extension requires at least Apache OpenOffice %VERSION"
;
};
String RID_DEPLYOMENT_DEPENDENCIES_MAX {
- Text[en-US] = "Extension doesn't support versions greater than: Apache
OpenOffice %VERSION";
+ Text [en-US] = "Extension doesn't support versions greater than: Apache
OpenOffice %VERSION" ;
};
+
+// ********************************************************************** EOF
diff --git a/main/framework/source/classes/resource.src
b/main/framework/source/classes/resource.src
index 688069a56a..4d1b8e8cf6 100644
--- a/main/framework/source/classes/resource.src
+++ b/main/framework/source/classes/resource.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include "helpid.hrc"
#ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_
@@ -62,13 +60,13 @@ Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
SubMenu = Menu
{
};
- Text[ en-US ] = "Visible ~Buttons" ;
+ Text [ en-US ] = "Visible ~Buttons" ;
};
MenuItem
{
Identifier = MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR ;
Command = ".uno:ConfigureToolboxVisible" ;
- Text[ en-US ] = "~Customize Toolbar..." ;
+ Text [ en-US ] = "~Customize Toolbar..." ;
};
MenuItem
{
@@ -77,12 +75,12 @@ Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
MenuItem
{
Identifier = MENUITEM_TOOLBAR_DOCKTOOLBAR ;
- Text[ en-US ] = "~Dock Toolbar" ;
+ Text [ en-US ] = "~Dock Toolbar" ;
};
MenuItem
{
Identifier = MENUITEM_TOOLBAR_DOCKALLTOOLBAR ;
- Text[ en-US ] = "Dock ~All Toolbars" ;
+ Text [ en-US ] = "Dock ~All Toolbars" ;
};
MenuItem
{
@@ -91,12 +89,12 @@ Menu POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION
MenuItem
{
Identifier = MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION ;
- Text[ en-US ] = "~Lock Toolbar Position" ;
+ Text [ en-US ] = "~Lock Toolbar Position" ;
};
MenuItem
{
Identifier = MENUITEM_TOOLBAR_CLOSE ;
- Text[ en-US ] = "Close ~Toolbar" ;
+ Text [ en-US ] = "Close ~Toolbar" ;
};
};
};
@@ -214,7 +212,7 @@ ModalDialog DLG_LICENSE
{
WordBreak = TRUE ;
Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_3 ) ;
- Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
+ Size = MAP_APPFONT ( COL3_WIDTH, 3 * FT_HEIGHT ) ;
Text [ en-US ] = "View the complete License Agreement. Please
use the scroll bar or the '%PAGEDOWN' button in this dialog to view the entire
license text." ;
};
diff --git a/main/sw/source/ui/config/mailconfigpage.src
b/main/sw/source/ui/config/mailconfigpage.src
index 9f94e327f5..b6197d6f2e 100644
--- a/main/sw/source/ui/config/mailconfigpage.src
+++ b/main/sw/source/ui/config/mailconfigpage.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include <mailconfigpage.hrc>
#include <config.hrc>
#include <helpid.h>
@@ -32,19 +30,19 @@ TabPage TP_MAILCONFIG
HelpID = HID_TP_MAILCONFIG ;
Size = MAP_APPFONT ( 260, 185 ) ;
Hide = TRUE ;
- Text[ en-US ] = "Mail Merge E-mail" ;
+ Text [ en-US ] = "Mail Merge E-mail" ;
FixedLine FL_IDENTITY
{
Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 248, 8 ) ;
- Text[ en-US ] = "User information" ;
+ Text [ en-US ] = "User information" ;
};
FixedText FT_DISPLAYNAME
{
Pos = MAP_APPFONT ( 12, 16 ) ;
Size = MAP_APPFONT ( 74, 8 ) ;
- Text[ en-US ] = "~Your name" ;
+ Text [ en-US ] = "~Your name" ;
};
Edit ED_DISPLAYNAME
{
@@ -57,60 +55,60 @@ TabPage TP_MAILCONFIG
{
Pos = MAP_APPFONT ( 12, 31 ) ;
Size = MAP_APPFONT ( 74, 8 ) ;
- Text[ en-US ] = "~E-Mail address" ;
+ Text [ en-US ] = "~E-Mail address" ;
};
Edit ED_ADDRESS
{
HelpID = "sw:Edit:TP_MAILCONFIG:ED_ADDRESS" ;
Pos = MAP_APPFONT ( 88, 29 ) ;
Size = MAP_APPFONT ( 160, 12 ) ;
- Border = TRUE;
+ Border = TRUE ;
};
CheckBox CB_REPLYTO
{
HelpID = "sw:CheckBox:TP_MAILCONFIG:CB_REPLYTO" ;
Pos = MAP_APPFONT ( 12, 45 ) ;
Size = MAP_APPFONT ( 242, 10 ) ;
- Text[ en-US ] = "Send replies to ~different e-mail address" ;
+ Text [ en-US ] = "Send replies to ~different e-mail address" ;
};
FixedText FT_REPLYTO
{
Pos = MAP_APPFONT ( 18, 60 ) ;
Size = MAP_APPFONT ( 68, 8 ) ;
- Text[ en-US ] = "~Reply address" ;
+ Text [ en-US ] = "~Reply address" ;
};
Edit ED_REPLYTO
{
HelpID = "sw:Edit:TP_MAILCONFIG:ED_REPLYTO" ;
Pos = MAP_APPFONT ( 88, 58 ) ;
Size = MAP_APPFONT ( 160, 12 ) ;
- Border = TRUE;
+ Border = TRUE ;
};
FixedLine FL_SMTP
{
Pos = MAP_APPFONT ( 6, 76 ) ;
Size = MAP_APPFONT ( 248, 8 ) ;
- Text[ en-US ] = "Outgoing server (SMTP) Settings" ;
+ Text [ en-US ] = "Outgoing server (SMTP) Settings" ;
};
FixedText FT_SERVER
{
Pos = MAP_APPFONT ( 12, 89 ) ;
Size = MAP_APPFONT ( 74, 8 ) ;
- Text[ en-US ] = "~Server name" ;
+ Text [ en-US ] = "~Server name" ;
};
Edit ED_SERVER
{
HelpID = "sw:Edit:TP_MAILCONFIG:ED_SERVER" ;
Pos = MAP_APPFONT ( 88, 87 ) ;
Size = MAP_APPFONT ( 105, 12 ) ;
- Border = TRUE;
+ Border = TRUE ;
};
FixedText FT_PORT
{
Pos = MAP_APPFONT ( 197, 89 ) ;
Size = MAP_APPFONT ( 24, 8 ) ;
Right = TRUE ;
- Text[ en-US ] = "~Port" ;
+ Text [ en-US ] = "~Port" ;
};
NumericField NF_PORT
{
@@ -131,14 +129,14 @@ TabPage TP_MAILCONFIG
HelpID = "sw:CheckBox:TP_MAILCONFIG:CB_SECURE" ;
Pos = MAP_APPFONT ( 12, 104 ) ;
Size = MAP_APPFONT ( 242, 10 ) ;
- Text[ en-US ] = "~Use secure connection (SSL)" ;
+ Text [ en-US ] = "~Use secure connection (SSL)" ;
};
PushButton PB_AUTHENTICATION
{
HelpID = "sw:PushButton:TP_MAILCONFIG:PB_AUTHENTICATION" ;
Pos = MAP_APPFONT ( 88, 118 ) ;
Size = MAP_APPFONT ( 105, 14 ) ;
- Text[ en-US ] = "Server Au~thentication" ;
+ Text [ en-US ] = "Server Au~thentication" ;
};
FixedLine FL_SEPARATOR
{
@@ -150,7 +148,7 @@ TabPage TP_MAILCONFIG
HelpID = "sw:PushButton:TP_MAILCONFIG:PB_TEST" ;
Pos = MAP_APPFONT ( 88, 164 ) ;
Size = MAP_APPFONT ( 105, 14 ) ;
- Text[ en-US ] = "Test S~ettings..." ;
+ Text [ en-US ] = "Test S~ettings..." ;
};
};
ModalDialog DLG_MM_TESTACCOUNTSETTINGS
@@ -161,33 +159,33 @@ ModalDialog DLG_MM_TESTACCOUNTSETTINGS
Size = MAP_APPFONT ( 250, 176 ) ;
Moveable = TRUE ;
- Text[ en-US ] = "Test Account Settings";
+ Text [ en-US ] = "Test Account Settings" ;
FixedText FI_INFO
{
Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 238, 8 ) ;
- Text[ en-US ] = "%PRODUCTNAME is testing the e-mail account
settings..." ;
+ Text [ en-US ] = "%PRODUCTNAME is testing the e-mail account
settings..." ;
};
Control LB_STATUS
{
Pos = MAP_APPFONT ( 6, 14 ) ;
Size = MAP_APPFONT ( 238, 50 ) ;
- Border = TRUE;
+ Border = TRUE ;
};
FixedText FI_ERROR
{
Pos = MAP_APPFONT ( 6, 68 ) ;
Size = MAP_APPFONT ( 238, 8 ) ;
- Text[ en-US ] = "Errors" ;
+ Text [ en-US ] = "Errors" ;
};
MultiLineEdit ED_ERROR
{
HelpID = "sw:MultiLineEdit:DLG_MM_TESTACCOUNTSETTINGS:ED_ERROR"
;
Pos = MAP_APPFONT ( 6, 79 ) ;
Size = MAP_APPFONT ( 238, 60 ) ;
- Border = TRUE;
- Readonly = TRUE;
+ Border = TRUE ;
+ Readonly = TRUE ;
};
FixedLine FL_SEPAPARATOR
{
@@ -199,7 +197,7 @@ ModalDialog DLG_MM_TESTACCOUNTSETTINGS
HelpID = "sw:PushButton:DLG_MM_TESTACCOUNTSETTINGS:PB_STOP" ;
Pos = MAP_APPFONT ( 85, 156 ) ;
Size = MAP_APPFONT ( 50, 14 ) ;
- Text[ en-US ] = "~Stop" ;
+ Text [ en-US ] = "~Stop" ;
};
CancelButton PB_CANCEL
{
@@ -232,31 +230,31 @@ ModalDialog DLG_MM_TESTACCOUNTSETTINGS
};
String ST_TASK
{
- Text[ en-US ] = "Task" ;
+ Text [ en-US ] = "Task" ;
};
String ST_STATUS
{
- Text[ en-US ] = "Status" ;
+ Text [ en-US ] = "Status" ;
};
String ST_ESTABLISH
{
- Text[ en-US ] = "Establish network connection" ;
+ Text [ en-US ] = "Establish network connection" ;
};
String ST_FINDSERVER
{
- Text[ en-US ] = "Find outgoing mail server" ;
+ Text [ en-US ] = "Find outgoing mail server" ;
};
String ST_COMPLETED
{
- Text[ en-US ] = "Successful" ;
+ Text [ en-US ] = "Successful" ;
};
String ST_FAILED
{
- Text[ en-US ] = "Failed" ;
+ Text [ en-US ] = "Failed" ;
};
String ST_ERROR_SERVER
{
- Text[ en-US ] = "%PRODUCTNAME could not connect to the outgoing
mail server. Check your system's settings and the settings in %PRODUCTNAME.
Check the server name, the port and the secure connections settings" ;
+ Text [ en-US ] = "%PRODUCTNAME could not connect to the
outgoing mail server. Check your system's settings and the settings in
%PRODUCTNAME. Check the server name, the port and the secure connections
settings" ;
};
};
ModalDialog DLG_MM_SERVERAUTHENTICATION
@@ -266,46 +264,46 @@ ModalDialog DLG_MM_SERVERAUTHENTICATION
HelpID = HID_MM_SERVERAUTHENTICATION ;
Size = MAP_APPFONT ( 250, 211 ) ;
Moveable = TRUE ;
- Text[ en-US ] = "Server Authentication" ;
+ Text [ en-US ] = "Server Authentication" ;
CheckBox CB_AUTHENTICATION
{
HelpID =
"sw:CheckBox:DLG_MM_SERVERAUTHENTICATION:CB_AUTHENTICATION" ;
Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 238, 10 ) ;
- Text[ en-US ] = "The outgoing mail server (SMTP) requires
au~thentication" ;
+ Text [ en-US ] = "The outgoing mail server (SMTP) requires
au~thentication" ;
};
RadioButton RB_SEP_AUTHENTICATION
{
HelpID =
"sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_SEP_AUTHENTICATION" ;
Pos = MAP_APPFONT ( 12, 17 ) ;
Size = MAP_APPFONT ( 232, 10 ) ;
- Text[ en-US ] = "The outgoing mail server (SMTP) requires
~separate authentication" ;
+ Text [ en-US ] = "The outgoing mail server (SMTP) requires
~separate authentication" ;
};
FixedText FT_OUTGOINGSERVER
{
Pos = MAP_APPFONT ( 18, 31 ) ;
Size = MAP_APPFONT ( 200, 8 ) ;
- Text[ en-US ] = "Outgoing mail server:" ;
+ Text [ en-US ] = "Outgoing mail server:" ;
};
FixedText FT_USERNAME
{
Pos = MAP_APPFONT ( 18, 44 ) ;
Size = MAP_APPFONT ( 53, 8 ) ;
- Text[ en-US ] = "~User name" ;
+ Text [ en-US ] = "~User name" ;
};
Edit ED_USERNAME
{
HelpID = "sw:Edit:DLG_MM_SERVERAUTHENTICATION:ED_USERNAME" ;
Pos = MAP_APPFONT ( 78, 42 ) ;
Size = MAP_APPFONT ( 115, 12 ) ;
- Border = TRUE;
+ Border = TRUE ;
};
FixedText FT_OUTPASSWORD
{
Pos = MAP_APPFONT ( 18, 59 ) ;
Size = MAP_APPFONT ( 53, 8 ) ;
- Text[ en-US ] = "~Password" ;
+ Text [ en-US ] = "~Password" ;
};
Edit ED_OUTPASSWORD
{
@@ -321,19 +319,19 @@ ModalDialog DLG_MM_SERVERAUTHENTICATION
Pos = MAP_APPFONT ( 12, 73 ) ;
Size = MAP_APPFONT ( 232, 20 ) ;
WordBreak = TRUE ;
- Text[ en-US ] = "The outgoing mail server uses the same
authentication as the ~incoming mail server. Enter the settings of the incoming
mail server." ;
+ Text [ en-US ] = "The outgoing mail server uses the same
authentication as the ~incoming mail server. Enter the settings of the incoming
mail server." ;
};
FixedText FT_INCOMINGSERVER
{
Pos = MAP_APPFONT ( 18, 97 ) ;
Size = MAP_APPFONT ( 230, 8 ) ;
- Text[ en-US ] = "Incoming mail server:" ;
+ Text [ en-US ] = "Incoming mail server:" ;
};
FixedText FT_SERVER
{
Pos = MAP_APPFONT ( 18, 110 ) ;
Size = MAP_APPFONT ( 53, 8 ) ;
- Text[ en-US ] = "Server ~name" ;
+ Text [ en-US ] = "Server ~name" ;
};
Edit ED_SERVER
{
@@ -347,7 +345,7 @@ ModalDialog DLG_MM_SERVERAUTHENTICATION
Pos = MAP_APPFONT ( 195, 110 ) ;
Size = MAP_APPFONT ( 20, 10 ) ;
Right = TRUE ;
- Text[ en-US ] = "P~ort" ;
+ Text [ en-US ] = "P~ort" ;
};
NumericField NF_PORT
{
@@ -367,27 +365,27 @@ ModalDialog DLG_MM_SERVERAUTHENTICATION
{
Pos = MAP_APPFONT ( 18, 126 ) ;
Size = MAP_APPFONT ( 53, 8 ) ;
- Text[ en-US ] = "Type" ;
+ Text [ en-US ] = "Type" ;
};
RadioButton RB_POP3
{
HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_POP3" ;
Pos = MAP_APPFONT ( 78, 125 ) ;
Size = MAP_APPFONT ( 115, 10 ) ;
- Text[ en-US ] = "~POP3" ;
+ Text [ en-US ] = "~POP3" ;
};
RadioButton RB_IMAP
{
HelpID = "sw:RadioButton:DLG_MM_SERVERAUTHENTICATION:RB_IMAP" ;
Pos = MAP_APPFONT ( 78, 138 ) ;
Size = MAP_APPFONT ( 115, 10 ) ;
- Text[ en-US ] = "~IMAP" ;
+ Text [ en-US ] = "~IMAP" ;
};
FixedText FT_INUSERNAME
{
Pos = MAP_APPFONT ( 18, 152 ) ;
Size = MAP_APPFONT ( 53, 8 ) ;
- Text[ en-US ] = "Us~er name" ;
+ Text [ en-US ] = "Us~er name" ;
};
Edit ED_INUSERNAME
{
@@ -400,7 +398,7 @@ ModalDialog DLG_MM_SERVERAUTHENTICATION
{
Pos = MAP_APPFONT ( 18, 167 ) ;
Size = MAP_APPFONT ( 53, 8 ) ;
- Text[ en-US ] = "Pass~word" ;
+ Text [ en-US ] = "Pass~word" ;
};
Edit ED_INPASSWORD
{
diff --git a/main/sw/source/ui/dbui/customizeaddresslistdialog.src
b/main/sw/source/ui/dbui/customizeaddresslistdialog.src
index 56fe758498..00184a2c01 100644
--- a/main/sw/source/ui/dbui/customizeaddresslistdialog.src
+++ b/main/sw/source/ui/dbui/customizeaddresslistdialog.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,159 +7,152 @@
* 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 <customizeaddresslistdialog.hrc>
#include <dbui.hrc>
#include <helpid.h>
-/*-- 13.04.2004 13:58:13---------------------------------------------------
-
- -----------------------------------------------------------------------*/
ModalDialog DLG_MM_CUSTOMIZE_ADDRESS_LIST
{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- HelpID = HID_MM_CUSTOMIZE_ADDRESS_LIST;
- Size = MAP_APPFONT ( 200 , 171 ) ;
- Moveable = TRUE ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ HelpID = HID_MM_CUSTOMIZE_ADDRESS_LIST ;
+ Size = MAP_APPFONT ( 200, 171 ) ;
+ Moveable = TRUE ;
- Text [ en-US ] = "Customize Address List";
+ Text [ en-US ] = "Customize Address List" ;
- FixedText FT_FIELDS
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 100 , 8 ) ;
- Text [ en-US ] = "A~ddress list elements";
- };
- ListBox LB_FIELDS
- {
- HelpID = "sw:ListBox:DLG_MM_CUSTOMIZE_ADDRESS_LIST:LB_FIELDS";
- Pos = MAP_APPFONT ( 6 , 14 ) ;
- Size = MAP_APPFONT ( 112 , 120 ) ;
- Border = TRUE;
- };
- PushButton PB_ADD
- {
- HelpID = "sw:PushButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_ADD";
- Pos = MAP_APPFONT ( 144 , 3 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ en-US ] = "~Add...";
- };
- PushButton PB_DELETE
- {
- HelpID = "sw:PushButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_DELETE";
- Pos = MAP_APPFONT ( 144 , 20 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ en-US ] = "~Delete";
- };
- PushButton PB_RENAME
- {
- HelpID = "sw:PushButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_RENAME";
- Pos = MAP_APPFONT ( 144 , 37 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ en-US ] = "~Rename...";
- };
- ImageButton PB_UP
- {
- HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_UP";
- Pos = MAP_APPFONT ( 124 , 58 ) ;
- Size = MAP_APPFONT ( 14 , 14 ) ;
- SYMBOL = IMAGEBUTTON_ARROW_UP;
- QuickHelpText[ en-US ] = "Move up";
- };
- ImageButton PB_DOWN
- {
- HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_DOWN";
- Pos = MAP_APPFONT ( 124 , 75 ) ;
- Size = MAP_APPFONT ( 14 , 14 ) ;
- SYMBOL = IMAGEBUTTON_ARROW_DOWN;
- QuickHelpText[ en-US ] = "Move down";
- };
- FixedLine FL_SEPARATOR
- {
- Pos = MAP_APPFONT ( 0 , 140 ) ;
- Size = MAP_APPFONT ( 200 , 8 ) ;
- };
- OKButton PB_OK
- {
- Pos = MAP_APPFONT ( 35 , 151 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- DefButton = TRUE;
- };
- CancelButton PB_CANCEL
- {
- Pos = MAP_APPFONT ( 88 , 151 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- };
- HelpButton PB_HELP
- {
- Pos = MAP_APPFONT ( 144 , 151 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- };
+ FixedText FT_FIELDS
+ {
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 100, 8 ) ;
+ Text [ en-US ] = "A~ddress list elements" ;
+ };
+ ListBox LB_FIELDS
+ {
+ HelpID = "sw:ListBox:DLG_MM_CUSTOMIZE_ADDRESS_LIST:LB_FIELDS" ;
+ Pos = MAP_APPFONT ( 6, 14 ) ;
+ Size = MAP_APPFONT ( 112, 120 ) ;
+ Border = TRUE ;
+ };
+ PushButton PB_ADD
+ {
+ HelpID = "sw:PushButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_ADD" ;
+ Pos = MAP_APPFONT ( 144, 3 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ Text [ en-US ] = "~Add..." ;
+ };
+ PushButton PB_DELETE
+ {
+ HelpID =
"sw:PushButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_DELETE" ;
+ Pos = MAP_APPFONT ( 144, 20 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ Text [ en-US ] = "~Delete" ;
+ };
+ PushButton PB_RENAME
+ {
+ HelpID =
"sw:PushButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_RENAME" ;
+ Pos = MAP_APPFONT ( 144, 37 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ Text [ en-US ] = "~Rename..." ;
+ };
+ ImageButton PB_UP
+ {
+ HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_UP" ;
+ Pos = MAP_APPFONT ( 124, 58 ) ;
+ Size = MAP_APPFONT ( 14, 14 ) ;
+ SYMBOL = IMAGEBUTTON_ARROW_UP;
+ QuickHelpText [ en-US ] = "Move up" ;
+ };
+ ImageButton PB_DOWN
+ {
+ HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZE_ADDRESS_LIST:PB_DOWN"
;
+ Pos = MAP_APPFONT ( 124, 75 ) ;
+ Size = MAP_APPFONT ( 14, 14 ) ;
+ SYMBOL = IMAGEBUTTON_ARROW_DOWN;
+ QuickHelpText [ en-US ] = "Move down" ;
+ };
+ FixedLine FL_SEPARATOR
+ {
+ Pos = MAP_APPFONT ( 0, 140 ) ;
+ Size = MAP_APPFONT ( 200, 8 ) ;
+ };
+ OKButton PB_OK
+ {
+ Pos = MAP_APPFONT ( 35, 151 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ DefButton = TRUE ;
+ };
+ CancelButton PB_CANCEL
+ {
+ Pos = MAP_APPFONT ( 88, 151 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ };
+ {
+ Pos = MAP_APPFONT ( 144, 151 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ };
};
-/*-- 13.04.2004 13:58:13---------------------------------------------------
-
- -----------------------------------------------------------------------*/
+
ModalDialog DLG_MM_ADD_RENAME_ENTRY
{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- HelpID = HID_MM_ADD_RENAME_ENTRY;
- Size = MAP_APPFONT ( 188 , 60 ) ;
- Moveable = TRUE ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ HelpID = HID_MM_ADD_RENAME_ENTRY ;
+ Size = MAP_APPFONT ( 188, 60 ) ;
+ Moveable = TRUE ;
- Text [ en-US ] = "Add Element";
+ Text [ en-US ] = "Add Element" ;
- FixedText FT_FIELDNAME
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 50 , 8 ) ;
- Text [ en-US ] = "Element ~name";
- };
- Edit ED_FIELDNAME
- {
- HelpID = "sw:Edit:DLG_MM_ADD_RENAME_ENTRY:ED_FIELDNAME";
- Pos = MAP_APPFONT ( 6 , 14 ) ;
- Size = MAP_APPFONT ( 120 , 12 ) ;
- Border = TRUE;
- };
+ FixedText FT_FIELDNAME
+ {
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 50, 8 ) ;
+ Text [ en-US ] = "Element ~name" ;
+ };
+ Edit ED_FIELDNAME
+ {
+ HelpID = "sw:Edit:DLG_MM_ADD_RENAME_ENTRY:ED_FIELDNAME" ;
+ Pos = MAP_APPFONT ( 6, 14 ) ;
+ Size = MAP_APPFONT ( 120, 12 ) ;
+ Border = TRUE ;
+ };
- OKButton PB_OK
- {
- Pos = MAP_APPFONT ( 132 , 3 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- DefButton = TRUE;
- };
- CancelButton PB_CANCEL
- {
- Pos = MAP_APPFONT ( 132 , 20 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- };
- HelpButton PB_HELP
- {
- Pos = MAP_APPFONT ( 132 , 40 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- };
- String ST_RENAME_TITLE
- {
- Text [ en-US ] = "Rename Element";
- };
- String ST_ADD_BUTTON
- {
- Text [ en-US ] = "Add";
- };
+ OKButton PB_OK
+ {
+ Pos = MAP_APPFONT ( 132, 3 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ DefButton = TRUE ;
+ };
+ CancelButton PB_CANCEL
+ {
+ Pos = MAP_APPFONT ( 132, 20 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ };
+ HelpButton PB_HELP
+ {
+ Pos = MAP_APPFONT ( 132, 40 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ };
+ String ST_RENAME_TITLE
+ {
+ Text [ en-US ] = "Rename Element" ;
+ };
+ String ST_ADD_BUTTON
+ {
+ Text [ en-US ] = "Add" ;
+ };
};
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/glossary.src
b/main/sw/source/ui/misc/glossary.src
index b2838630e4..adf88ded70 100644
--- a/main/sw/source/ui/misc/glossary.src
+++ b/main/sw/source/ui/misc/glossary.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include "misc.hrc"
#include "glossary.hrc"
#include "cmdid.h"
@@ -121,7 +119,7 @@ ModalDialog DLG_GLOSSARY
{
Pos = MAP_APPFONT ( 231, 14 ) ;
Size = MAP_APPFONT ( 82, 124 ) ;
- Border = TRUE;
+ Border = TRUE ;
};
CheckBox CB_SHOW_EXAMPLE
{
@@ -373,7 +371,7 @@ ModalDialog DLG_RENAME_GLOS
};
String STR_SAVE_GLOSSARY
{
- Text[ en-US ] = "Save AutoText" ;
+ Text [ en-US ] = "Save AutoText" ;
};
InfoBox MSG_NO_GLOSSARIES
{
diff --git a/main/sw/source/ui/wrtsh/wrtsh.src
b/main/sw/source/ui/wrtsh/wrtsh.src
index 64b8f6f17f..fcd5fe7573 100644
--- a/main/sw/source/ui/wrtsh/wrtsh.src
+++ b/main/sw/source/ui/wrtsh/wrtsh.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,42 +7,43 @@
* 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 "wrtsh.hrc"
String STR_DDEERROR_APP1
{
- Text[ en-US ] = "Application [" ;
+ Text [ en-US ] = "Application [" ;
};
String STR_DDEERROR_APP2
{
- Text[ en-US ] = "] is not responding." ;
+ Text [ en-US ] = "] is not responding." ;
};
String STR_DDEERROR_DATA1
{
- Text[ en-US ] = "Data for [" ;
+ Text [ en-US ] = "Data for [" ;
};
String STR_DDEERROR_DATA2
{
- Text[ en-US ] = "] cannot be obtained" ;
+ Text [ en-US ] = "] cannot be obtained" ;
};
String STR_DDEERROR_LINK1
{
- Text[ en-US ] = "Link to [" ;
+ Text [ en-US ] = "Link to [" ;
};
String STR_DDEERROR_LINK2
{
- Text[ en-US ] = "] cannot be established" ;
+ Text [ en-US ] = "] cannot be established" ;
};
+
+// ********************************************************************** EOF