From commits-return-64401-archive-asf-public=cust-asf.ponee.io@openoffice.apache.org Sat Aug 21 14:35:35 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 9CA42180634 for ; Sat, 21 Aug 2021 16:35:35 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id D57243ED08 for ; Sat, 21 Aug 2021 14:35:34 +0000 (UTC) Received: (qmail 80314 invoked by uid 500); 21 Aug 2021 14:35:34 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 80305 invoked by uid 99); 21 Aug 2021 14:35:34 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Aug 2021 14:35:34 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6AD9481EF0; Sat, 21 Aug 2021 14:35:34 +0000 (UTC) Date: Sat, 21 Aug 2021 14:35:34 +0000 To: "commits@openoffice.apache.org" Subject: [openoffice] branch AOO42X updated: Cleaned up resource files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162955653435.21484.3328725870177961185@gitbox.apache.org> From: mseidel@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: openoffice X-Git-Refname: refs/heads/AOO42X X-Git-Reftype: branch X-Git-Oldrev: b1d35b17ab8af6d3ac95c222a546f9eb555cfca3 X-Git-Newrev: 94779370861491be9c5a4a728a54909936170335 X-Git-Rev: 94779370861491be9c5a4a728a54909936170335 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git The following commit(s) were added to refs/heads/AOO42X by this push: new 9477937 Cleaned up resource files 9477937 is described below commit 94779370861491be9c5a4a728a54909936170335 Author: mseidel AuthorDate: Sat Aug 21 16:34:01 2021 +0200 Cleaned up resource files (cherry picked from commit ef4882fc8f0ef2394a48bfabe9ea38cd50d34252) --- main/basctl/source/basicide/brkdlg.src | 89 ++++------ main/basctl/source/basicide/moduldlg.src | 288 +++++++++++++++---------------- main/cui/source/tabpages/macroass.src | 74 +++----- main/cui/source/tabpages/numfmt.src | 211 ++++++++++------------ main/sd/source/ui/dlg/inspagob.src | 79 +++------ main/sd/source/ui/dlg/sdpreslt.src | 82 +++------ main/sd/source/ui/dlg/tabtempl.src | 79 +++------ main/svx/source/engine3d/string3d.src | 54 +----- main/sw/source/ui/dialog/abstract.src | 92 +++------- main/sw/source/ui/shells/shells.src | 116 ++++++------- 10 files changed, 450 insertions(+), 714 deletions(-) diff --git a/main/basctl/source/basicide/brkdlg.src b/main/basctl/source/basicide/brkdlg.src index 8ec5997..1d7fbcc 100644 --- a/main/basctl/source/basicide/brkdlg.src +++ b/main/basctl/source/basicide/brkdlg.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -28,104 +28,73 @@ ModalDialog RID_BASICIDE_BREAKPOINTDLG HelpId = "basctl:RID_BASICIDE_BREAKPOINTDLG" ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 178 , 116 ) ; + Size = MAP_APPFONT ( 178, 116 ) ; Moveable = TRUE ; - // Closeable = TRUE; + // Closeable = TRUE ; ComboBox RID_CB_BRKPOINTS { - HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS"; - Pos = MAP_APPFONT ( 6 , 14 ) ; - Size = MAP_APPFONT ( 110 , 70 ) ; + HelpID = "basctl:ComboBox:RID_BASICIDE_BREAKPOINTDLG:RID_CB_BRKPOINTS" ; + Pos = MAP_APPFONT ( 6, 14 ) ; + Size = MAP_APPFONT ( 110, 70 ) ; TabStop = TRUE ; }; OKButton RID_PB_OK { - Pos = MAP_APPFONT ( 122 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 122, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; CancelButton RID_PB_CANCEL { - Pos = MAP_APPFONT ( 122 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 122, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; PushButton RID_PB_NEW { - HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW"; - Pos = MAP_APPFONT ( 122 , 57 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_NEW" ; + Pos = MAP_APPFONT ( 122, 57 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "New" ; }; PushButton RID_PB_DEL { - HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL"; - Pos = MAP_APPFONT ( 122 , 74 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? L�schen : L�schen */ + HelpID = "basctl:PushButton:RID_BASICIDE_BREAKPOINTDLG:RID_PB_DEL" ; + Pos = MAP_APPFONT ( 122, 74 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Delete" ; }; CheckBox RID_CHKB_ACTIVE { - HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE"; - Pos = MAP_APPFONT ( 6 , 87 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; + HelpID = "basctl:CheckBox:RID_BASICIDE_BREAKPOINTDLG:RID_CHKB_ACTIVE" ; + Pos = MAP_APPFONT ( 6, 87 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; TabStop = TRUE ; Text [ en-US ] = "Active" ; }; FixedText RID_FT_PASS { - Pos = MAP_APPFONT ( 6 , 102 ) ; - Size = MAP_APPFONT ( 75 , 10 ) ; + Pos = MAP_APPFONT ( 6, 102 ) ; + Size = MAP_APPFONT ( 75, 10 ) ; Text [ en-US ] = "Pass Count:" ; }; FixedText RID_FT_BRKPOINTS { - Pos = MAP_APPFONT ( 6 , 3 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; Size = MAP_APPFONT ( 110, 10 ) ; Text [ en-US ] = "Breakpoints" ; }; NumericField RID_FLD_PASS { - HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS"; + HelpID = "basctl:NumericField:RID_BASICIDE_BREAKPOINTDLG:RID_FLD_PASS" ; Border = TRUE ; - Pos = MAP_APPFONT ( 81 , 100 ) ; - Size = MAP_APPFONT ( 35 , 12 ) ; + Pos = MAP_APPFONT ( 81, 100 ) ; + Size = MAP_APPFONT ( 35, 12 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Manage Breakpoints" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/basctl/source/basicide/moduldlg.src b/main/basctl/source/basicide/moduldlg.src index 07d0450..335f65b 100644 --- a/main/basctl/source/basicide/moduldlg.src +++ b/main/basctl/source/basicide/moduldlg.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -28,15 +28,13 @@ TabDialog RID_TD_ORGANIZE { OutputSize = TRUE ; SVLook = TRUE ; - /* ### ACHTUNG: Neuer Text in Resource? Makros verwalten : Verwalten */ - /* ### ACHTUNG: Neuer Text in Resource? Makros verwalten : Verwalten */ - Text[ en-US ] = "%PRODUCTNAME Basic Macro Organizer"; - Moveable = TRUE ; + Text [ en-US ] = "%PRODUCTNAME Basic Macro Organizer" ; + Moveable = TRUE ; Closeable = TRUE ; - // Da Cancel-Button auf TabPage, nicht auf Dialog! + // Da Cancel-Button auf TabPage, nicht auf Dialog! TabControl RID_TC_ORGANIZE { - // HelpID = HID_BASICIDE_ORG_TC; + // HelpID = HID_BASICIDE_ORG_TC ; OutputSize = TRUE ; PageList = { @@ -49,7 +47,7 @@ TabDialog RID_TD_ORGANIZE { Identifier = RID_TP_DLG ; Text [ en-US ] = "Dialogs" ; - }; + }; PageItem { Identifier = RID_TP_LIB ; @@ -63,121 +61,119 @@ TabPage RID_TP_MODULS HelpId = "basctl:TabPage:RID_TP_MODULS" ; Hide = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 210 , 140 ) ; + Size = MAP_APPFONT ( 210, 140 ) ; FixedText RID_STR_LIB { - Pos = MAP_APPFONT ( 6 , 6 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; + Pos = MAP_APPFONT ( 6, 6 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; Text [ en-US ] = "M~odule" ; - }; + }; Control RID_TRLBOX { HelpId = HID_BASICIDE_MODULES_TREE ; - Pos = MAP_APPFONT ( 6 , 17 ) ; - Size = MAP_APPFONT ( 130 , 117 ) ; + Pos = MAP_APPFONT ( 6, 17 ) ; + Size = MAP_APPFONT ( 130, 117 ) ; TabStop = TRUE ; Border = TRUE ; }; PushButton RID_PB_EDIT { - HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_EDIT"; - Text [ en-US ] = "~Edit"; - Pos = MAP_APPFONT ( 144 , 6 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_EDIT" ; + Text [ en-US ] = "~Edit" ; + Pos = MAP_APPFONT ( 144, 6 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton RID_PB_CLOSE { - Text [ en-US ] = "Close"; - Pos = MAP_APPFONT ( 144 , 23 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + Text [ en-US ] = "Close" ; + Pos = MAP_APPFONT ( 144, 23 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; TabStop = TRUE ; }; PushButton RID_PB_NEWMOD { - HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_NEWMOD"; - Pos = MAP_APPFONT ( 144 , 103 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_NEWMOD" ; + Pos = MAP_APPFONT ( 144, 103 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~New..." ; TabStop = TRUE ; }; PushButton RID_PB_NEWDLG { - HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_NEWDLG"; - Pos = MAP_APPFONT ( 144 , 103 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_NEWDLG" ; + Pos = MAP_APPFONT ( 144, 103 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~New..." ; TabStop = TRUE ; }; PushButton RID_PB_DELETE { - HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_DELETE"; - Pos = MAP_APPFONT ( 144 , 120 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~L�schen... : ~L�schen... */ + HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_DELETE" ; + Pos = MAP_APPFONT ( 144, 120 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; }; TabPage RID_TP_DLGS { - HelpID = "basctl:TabPage:RID_TP_DLGS"; + HelpID = "basctl:TabPage:RID_TP_DLGS" ; Hide = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 210 , 140 ) ; + Size = MAP_APPFONT ( 210, 140 ) ; FixedText RID_STR_LIB { - Pos = MAP_APPFONT ( 6 , 6 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; + Pos = MAP_APPFONT ( 6, 6 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; Text [ en-US ] = "Dialog" ; }; Control RID_TRLBOX { HelpId = HID_BASICIDE_MODULES_TREE ; - Pos = MAP_APPFONT ( 6 , 17 ) ; - Size = MAP_APPFONT ( 130 , 117 ) ; + Pos = MAP_APPFONT ( 6, 17 ) ; + Size = MAP_APPFONT ( 130, 117 ) ; TabStop = TRUE ; Border = TRUE ; }; PushButton RID_PB_EDIT { - HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_EDIT"; - Text [ en-US ] = "~Edit"; - Pos = MAP_APPFONT ( 144 , 6 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_EDIT" ; + Text [ en-US ] = "~Edit" ; + Pos = MAP_APPFONT ( 144, 6 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton RID_PB_CLOSE { - Text[ en-US ] = "Close"; - Pos = MAP_APPFONT ( 144 , 23 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + Text [ en-US ] = "Close" ; + Pos = MAP_APPFONT ( 144, 23 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; TabStop = TRUE ; }; PushButton RID_PB_NEWMOD { - HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_NEWMOD"; - Pos = MAP_APPFONT ( 144 , 103 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_NEWMOD" ; + Pos = MAP_APPFONT ( 144, 103 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~New..." ; TabStop = TRUE ; }; PushButton RID_PB_NEWDLG { - HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_NEWDLG"; - Pos = MAP_APPFONT ( 144 , 103 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_NEWDLG" ; + Pos = MAP_APPFONT ( 144, 103 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~New..." ; TabStop = TRUE ; }; PushButton RID_PB_DELETE { - HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_DELETE"; - Pos = MAP_APPFONT ( 144 , 120 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~L�schen... : ~L�schen... */ + HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_DELETE" ; + Pos = MAP_APPFONT ( 144, 120 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; @@ -187,93 +183,90 @@ TabPage RID_TP_LIBS HelpId = "basctl:TabPage:RID_TP_LIBS" ; Hide = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 210 , 140 ) ; + Size = MAP_APPFONT ( 210, 140 ) ; FixedText RID_STR_BASICS { - Pos = MAP_APPFONT ( 6 , 6 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; - Text [ en-US ] = "L~ocation"; + Pos = MAP_APPFONT ( 6, 6 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; + Text [ en-US ] = "L~ocation" ; }; ListBox RID_LB_BASICS { - HelpID = "basctl:ListBox:RID_TP_LIBS:RID_LB_BASICS"; + HelpID = "basctl:ListBox:RID_TP_LIBS:RID_LB_BASICS" ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 17 ) ; - Size = MAP_APPFONT ( 130 , 80 ) ; + Pos = MAP_APPFONT ( 6, 17 ) ; + Size = MAP_APPFONT ( 130, 80 ) ; TabStop = TRUE ; DropDown = TRUE ; }; FixedText RID_STR_LIB { - Pos = MAP_APPFONT ( 6 , 36 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; + Pos = MAP_APPFONT ( 6, 36 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; Text [ en-US ] = "~Library" ; }; Control RID_TRLBOX { HelpID = HID_BASICIDE_LIBS_TREE ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 47 ) ; - Size = MAP_APPFONT ( 130 , 87 ) ; + Pos = MAP_APPFONT ( 6, 47 ) ; + Size = MAP_APPFONT ( 130, 87 ) ; TabStop = TRUE ; }; - + PushButton RID_PB_EDIT { - HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_EDIT"; - Text [ en-US ] = "~Edit"; - Pos = MAP_APPFONT ( 144 , 6 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_EDIT" ; + Text [ en-US ] = "~Edit" ; + Pos = MAP_APPFONT ( 144, 6 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton RID_PB_CLOSE { - Text [ en-US ] = "Close"; - Pos = MAP_APPFONT ( 144 , 23 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Schlie�en : Schlie�en */ + Text [ en-US ] = "Close" ; + Pos = MAP_APPFONT ( 144, 23 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; TabStop = TRUE ; }; PushButton RID_PB_PASSWORD { - HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_PASSWORD"; - Pos = MAP_APPFONT ( 144 , 43 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_PASSWORD" ; + Pos = MAP_APPFONT ( 144, 43 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~Password..." ; TabStop = TRUE ; }; - + PushButton RID_PB_NEWLIB { - HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_NEWLIB"; - Pos = MAP_APPFONT ( 144 , 69 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_NEWLIB" ; + Pos = MAP_APPFONT ( 144, 69 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~New..." ; TabStop = TRUE ; }; PushButton RID_PB_APPEND { - HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_APPEND"; - Pos = MAP_APPFONT ( 144 , 86 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Hin~zuf�gen... : Hin~zuf�gen... */ + HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_APPEND" ; + Pos = MAP_APPFONT ( 144, 86 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~Import..." ; }; PushButton RID_PB_EXPORT { - HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_EXPORT"; - Pos = MAP_APPFONT ( 144 , 103 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; + HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_EXPORT" ; + Pos = MAP_APPFONT ( 144, 103 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "E~xport..." ; TabStop = TRUE ; }; PushButton RID_PB_DELETE { - HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_DELETE"; - Pos = MAP_APPFONT ( 144 , 120 ) ; - Size = MAP_APPFONT ( 60 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~L�schen... : ~L�schen... */ + HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_DELETE" ; + Pos = MAP_APPFONT ( 144, 120 ) ; + Size = MAP_APPFONT ( 60, 14 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; @@ -283,148 +276,149 @@ ModalDialog RID_DLG_LIBS HelpId = "basctl:ModalDialog:RID_DLG_LIBS" ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 168 , 132 ) ; + Size = MAP_APPFONT ( 168, 132 ) ; Moveable = TRUE ; Closeable = TRUE ; OKButton RID_PB_OK { - Pos = MAP_APPFONT ( 112 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 112, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton RID_PB_CANCEL { - Pos = MAP_APPFONT ( 112 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 112, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; FixedText RID_FT_STORAGENAME { - Pos = MAP_APPFONT ( 6 , 6 ) ; - Size = MAP_APPFONT ( 100 , 10 ) ; + Pos = MAP_APPFONT ( 6, 6 ) ; + Size = MAP_APPFONT ( 100, 10 ) ; }; Control RID_CTRL_LIBS { HelpID = HID_BASICIDE_LIBSDLG_TREE ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 19 ) ; - Size = MAP_APPFONT ( 100 , 67 ) ; + Pos = MAP_APPFONT ( 6, 19 ) ; + Size = MAP_APPFONT ( 100, 67 ) ; TabStop = TRUE ; }; FixedLine RID_FL_OPTIONS { - Pos = MAP_APPFONT ( 6 , 89 ) ; - Size = MAP_APPFONT ( 156 , 8 ) ; + Pos = MAP_APPFONT ( 6, 89 ) ; + Size = MAP_APPFONT ( 156, 8 ) ; Text [ en-US ] = "Options" ; }; CheckBox RID_CB_REF { - HelpID = "basctl:CheckBox:RID_DLG_LIBS:RID_CB_REF"; - Pos = MAP_APPFONT ( 12 , 100 ) ; - Size = MAP_APPFONT ( 146 , 10 ) ; + HelpID = "basctl:CheckBox:RID_DLG_LIBS:RID_CB_REF" ; + Pos = MAP_APPFONT ( 12, 100 ) ; + Size = MAP_APPFONT ( 146, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Insert as reference (read-only)" ; }; CheckBox RID_CB_REPL { - HelpID = "basctl:CheckBox:RID_DLG_LIBS:RID_CB_REPL"; - Pos = MAP_APPFONT ( 12 , 113 ) ; - Size = MAP_APPFONT ( 146 , 10 ) ; + HelpID = "basctl:CheckBox:RID_DLG_LIBS:RID_CB_REPL" ; + Pos = MAP_APPFONT ( 12, 113 ) ; + Size = MAP_APPFONT ( 146, 10 ) ; Text [ en-US ] = "Replace existing libraries" ; }; }; ModalDialog RID_DLG_NEWLIB { - HelpID = "basctl:ModalDialog:RID_DLG_NEWLIB"; + HelpID = "basctl:ModalDialog:RID_DLG_NEWLIB" ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 160 , 55 ) ; + Size = MAP_APPFONT ( 160, 55 ) ; Moveable = TRUE ; Closeable = TRUE ; OKButton RID_PB_OK { - Pos = MAP_APPFONT ( 104 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 104, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton RID_PB_CANCEL { - Pos = MAP_APPFONT ( 104 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 104, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; FixedText RID_FT_NEWLIB { - Pos = MAP_APPFONT ( 6 , 6 ) ; - Size = MAP_APPFONT ( 100 , 10 ) ; + Pos = MAP_APPFONT ( 6, 6 ) ; + Size = MAP_APPFONT ( 100, 10 ) ; Text [ en-US ] = "~Name:" ; }; Edit RID_ED_LIBNAME { - HelpID = "basctl:Edit:RID_DLG_NEWLIB:RID_ED_LIBNAME"; + HelpID = "basctl:Edit:RID_DLG_NEWLIB:RID_ED_LIBNAME" ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 19 ) ; - Size = MAP_APPFONT ( 92 , 12 ) ; + Pos = MAP_APPFONT ( 6, 19 ) ; + Size = MAP_APPFONT ( 92, 12 ) ; TabStop = TRUE ; }; }; ModalDialog RID_DLG_EXPORT { - HelpID = "basctl:ModalDialog:RID_DLG_EXPORT"; + HelpID = "basctl:ModalDialog:RID_DLG_EXPORT" ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 115 , 55 ) ; + Size = MAP_APPFONT ( 115, 55 ) ; Moveable = TRUE ; Closeable = TRUE ; - Text [ en-US ] = "Export Basic library"; + Text [ en-US ] = "Export Basic library" ; OKButton RID_PB_OK { - Pos = MAP_APPFONT ( 6 , 35 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 6, 35 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton RID_PB_CANCEL { - Pos = MAP_APPFONT ( 59 , 35 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 59, 35 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; - + RadioButton RB_EXPORTASPACKAGE { - HelpID = "basctl:RadioButton:RID_DLG_EXPORT:RB_EXPORTASPACKAGE"; - Pos = MAP_APPFONT( 6, 6 ); - Size = MAP_APPFONT( 103, 10 ); - Group = TRUE; - Text [ en-US ] = "Export as ~extension"; + HelpID = "basctl:RadioButton:RID_DLG_EXPORT:RB_EXPORTASPACKAGE" ; + Pos = MAP_APPFONT ( 6, 6 ) ; + Size = MAP_APPFONT ( 103, 10 ) ; + Group = TRUE ; + Text [ en-US ] = "Export as ~extension" ; TabStop = TRUE ; - }; + }; RadioButton RB_EXPORTASBASIC { - HelpID = "basctl:RadioButton:RID_DLG_EXPORT:RB_EXPORTASBASIC"; - Pos = MAP_APPFONT( 6, 19 ); - Size = MAP_APPFONT( 103, 10 ); - //Group = TRUE; - Text [ en-US ] = "Export as BASIC library"; - }; + HelpID = "basctl:RadioButton:RID_DLG_EXPORT:RB_EXPORTASBASIC" ; + Pos = MAP_APPFONT ( 6, 19 ) ; + Size = MAP_APPFONT ( 103, 10 ) ; + //Group = TRUE ; + Text [ en-US ] = "Export as BASIC library" ; + }; }; String RID_STR_EXPORTPACKAGE { - Text [ en-US ] = "Export library as extension"; + Text [ en-US ] = "Export library as extension" ; }; String RID_STR_EXPORTBASIC { - Text [ en-US ] = "Export as BASIC library"; + Text [ en-US ] = "Export as BASIC library" ; }; String RID_STR_PACKAGE_BUNDLE { - Text [ en-US ] = "Extension"; + Text [ en-US ] = "Extension" ; }; - + +// ********************************************************************** EOF diff --git a/main/cui/source/tabpages/macroass.src b/main/cui/source/tabpages/macroass.src index 0548f68..a75bdb4 100644 --- a/main/cui/source/tabpages/macroass.src +++ b/main/cui/source/tabpages/macroass.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -28,11 +28,11 @@ TabPage RID_SVXPAGE_EVENTASSIGN { - HelpID = "cui:TabPage:RID_SVXPAGE_EVENTASSIGN"; + HelpID = "cui:TabPage:RID_SVXPAGE_EVENTASSIGN" ; Hide = TRUE ; SVLook = TRUE ; DialogControl = TRUE ; - Size = MAP_APPFONT ( WIDTH_TP , HEIGHT_TP ) ; + Size = MAP_APPFONT ( WIDTH_TP, HEIGHT_TP ) ; Text [ en-US ] = "Assign Macro" ; String STR_EVENT { @@ -40,13 +40,13 @@ TabPage RID_SVXPAGE_EVENTASSIGN }; String STR_ASSMACRO { - Text [ en-US ] = "Assigned macro"; + Text [ en-US ] = "Assigned macro" ; }; Control LB_EVENT { Border = TRUE ; - Pos = MAP_APPFONT ( COL0 , ROW0 ) ; - Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ; + Pos = MAP_APPFONT ( COL0, ROW0 ) ; + Size = MAP_APPFONT ( WIDTH1_2, HEIGHT0 ) ; TabStop = TRUE ; DialogControl = TRUE ; ClipChildren = TRUE ; @@ -54,51 +54,50 @@ TabPage RID_SVXPAGE_EVENTASSIGN Group = TRUE ; HelpID = HID_MACRO_LB_EVENT ; }; - FixedText FT_MACRO + FixedText FT_MACRO { - Pos = MAP_APPFONT ( COL0 , ROW7A ) ; - Size = MAP_APPFONT ( WIDTH1 , RSC_CD_FIXEDTEXT_HEIGHT ) ; + Pos = MAP_APPFONT ( COL0, ROW7A ) ; + Size = MAP_APPFONT ( WIDTH1, RSC_CD_FIXEDTEXT_HEIGHT ) ; Group = TRUE ; }; Control LB_GROUP { Border = TRUE ; - Pos = MAP_APPFONT ( COL0 , ROW8 ) ; - Size = MAP_APPFONT ( WIDTH1 , HEIGHT8 ) ; + Pos = MAP_APPFONT ( COL0, ROW8 ) ; + Size = MAP_APPFONT ( WIDTH1, HEIGHT8 ) ; TabStop = TRUE ; Group = TRUE ; HelpId = HID_MACRO_GROUP ; }; - FixedText FT_LABEL4LB_MACROS + FixedText FT_LABEL4LB_MACROS { - Pos = MAP_APPFONT ( COL2 , ROW7 ) ; - Size = MAP_APPFONT ( WIDTH1 , RSC_CD_FIXEDTEXT_HEIGHT + HEIGHT_EXTRA7 ) ; - WordBreak = TRUE; + Pos = MAP_APPFONT ( COL2, ROW7 ) ; + Size = MAP_APPFONT ( WIDTH1, RSC_CD_FIXEDTEXT_HEIGHT + HEIGHT_EXTRA7 ) ; + WordBreak = TRUE ; Text [ en-US ] = "~Existing macros\n" ; }; Control LB_MACROS { Border = TRUE ; - Pos = MAP_APPFONT ( COL2 , ROW8 ) ; - Size = MAP_APPFONT ( WIDTH2 , HEIGHT8 ) ; + Pos = MAP_APPFONT ( COL2, ROW8 ) ; + Size = MAP_APPFONT ( WIDTH2, HEIGHT8 ) ; TabStop = TRUE ; HelpId = HID_MACRO_MACROS ; }; PushButton PB_ASSIGN { - HelpID = "cui:PushButton:RID_SVXPAGE_EVENTASSIGN:PB_ASSIGN"; - Pos = MAP_APPFONT ( COL4 , ROW0 ) ; - Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; - // ### ACHTUNG: Neuer Text in Resource? Z~uweisen : Zuweisen + HelpID = "cui:PushButton:RID_SVXPAGE_EVENTASSIGN:PB_ASSIGN" ; + Pos = MAP_APPFONT ( COL4, ROW0 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; Disable = TRUE ; TabStop = TRUE ; Text [ en-US ] = "~Assign" ; }; PushButton PB_DELETE { - HelpID = "cui:PushButton:RID_SVXPAGE_EVENTASSIGN:PB_DELETE"; - Pos = MAP_APPFONT ( COL4 , ROW2 ) ; - Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; + HelpID = "cui:PushButton:RID_SVXPAGE_EVENTASSIGN:PB_DELETE" ; + Pos = MAP_APPFONT ( COL4, ROW2 ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; Disable = TRUE ; TabStop = TRUE ; Text [ en-US ] = "~Remove" ; @@ -109,23 +108,4 @@ TabPage RID_SVXPAGE_EVENTASSIGN }; }; - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/cui/source/tabpages/numfmt.src b/main/cui/source/tabpages/numfmt.src index f78744e..ddf335c 100644 --- a/main/cui/source/tabpages/numfmt.src +++ b/main/cui/source/tabpages/numfmt.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,130 +7,131 @@ * 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 #include "helpid.hrc" #include "numfmt.hrc" #include - // RID_SVXPAGE_NUMBERFORMAT ---------------------------------------------- +// RID_SVXPAGE_NUMBERFORMAT ---------------------------------------------- TabPage RID_SVXPAGE_NUMBERFORMAT { HelpId = HID_NUMBERFORMAT ; Hide = TRUE ; Text [ en-US ] = "Number Format" ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; FixedText FT_CATEGORY { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 70 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 70, 8 ) ; Text [ en-US ] = "~Category" ; }; ListBox LB_CATEGORY { - HelpID = "cui:ListBox:RID_SVXPAGE_NUMBERFORMAT:LB_CATEGORY"; + HelpID = "cui:ListBox:RID_SVXPAGE_NUMBERFORMAT:LB_CATEGORY" ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 14 ) ; - Size = MAP_APPFONT ( 70 , 71 ) ; + Pos = MAP_APPFONT ( 6, 14 ) ; + Size = MAP_APPFONT ( 70, 71 ) ; AutoHScroll = TRUE ; StringList [ en-US ] = { - < "All" ; Default ; > ; - < "User-defined" ; Default ; > ; - < "Number" ; Default ; > ; - < "Percent" ; Default ; > ; - < "Currency" ; Default ; > ; - < "Date" ; Default ; > ; - < "Time" ; Default ; > ; - < "Scientific" ; Default ; > ; - < "Fraction" ; Default ; > ; - < "Boolean Value" ; Default ; > ; - < "Text" ; Default ; > ; + < "All" ; Default ; > ; + < "User-defined" ; Default ; > ; + < "Number" ; Default ; > ; + < "Percent" ; Default ; > ; + < "Currency" ; Default ; > ; + < "Date" ; Default ; > ; + < "Time" ; Default ; > ; + < "Scientific" ; Default ; > ; + < "Fraction" ; Default ; > ; + < "Boolean Value" ; Default ; > ; + < "Text" ; Default ; > ; }; }; FixedText FT_EDFORMAT { - Pos = MAP_APPFONT ( 6 , 136 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 136 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "~Format code" ; }; Edit ED_FORMAT { - HelpID = "cui:Edit:RID_SVXPAGE_NUMBERFORMAT:ED_FORMAT"; + HelpID = "cui:Edit:RID_SVXPAGE_NUMBERFORMAT:ED_FORMAT" ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 147 ) ; - Size = MAP_APPFONT ( 200 , 12 ) ; + Pos = MAP_APPFONT ( 6, 147 ) ; + Size = MAP_APPFONT ( 200, 12 ) ; }; FixedText FT_COMMENT { - Pos = MAP_APPFONT ( 6 , 163 ) ; - Size = MAP_APPFONT ( 248 , 16 ) ; + Pos = MAP_APPFONT ( 6, 163 ) ; + Size = MAP_APPFONT ( 248, 16 ) ; WordBreak = TRUE ; NoLabel = TRUE ; }; Edit ED_COMMENT { - HelpID = "cui:Edit:RID_SVXPAGE_NUMBERFORMAT:ED_COMMENT"; + HelpID = "cui:Edit:RID_SVXPAGE_NUMBERFORMAT:ED_COMMENT" ; Hide = TRUE ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 163 ) ; - Size = MAP_APPFONT ( 248 , 12 ) ; + Pos = MAP_APPFONT ( 6, 163 ) ; + Size = MAP_APPFONT ( 248, 12 ) ; }; FixedText FT_FORMAT { - Pos = MAP_APPFONT ( 82 , 3 ) ; - Size = MAP_APPFONT ( 90 , 8 ) ; + Pos = MAP_APPFONT ( 82, 3 ) ; + Size = MAP_APPFONT ( 90, 8 ) ; Text [ en-US ] = "F~ormat" ; }; - ListBox LB_CURRENCY + ListBox LB_CURRENCY { - HelpID = "cui:ListBox:RID_SVXPAGE_NUMBERFORMAT:LB_CURRENCY"; + HelpID = "cui:ListBox:RID_SVXPAGE_NUMBERFORMAT:LB_CURRENCY" ; Border = TRUE ; - Pos = MAP_APPFONT ( 82 , 14 ) ; - Size = MAP_APPFONT ( 90 , 71 ) ; + Pos = MAP_APPFONT ( 82, 14 ) ; + Size = MAP_APPFONT ( 90, 71 ) ; DropDown = TRUE ; TabStop = TRUE ; - StringList [ en-US ] = - { - < "Automatically" ; Default ; > ; - }; + StringList [ en-US ] = + { + < "Automatically" ; Default ; > ; + }; }; Control LB_FORMAT { HelpId = HID_NUMBERFORMAT_LB_FORMAT ; Border = TRUE ; - Pos = MAP_APPFONT ( 82 , 27 ) ; - Size = MAP_APPFONT ( 90 , 58 ) ; + Pos = MAP_APPFONT ( 82, 27 ) ; + Size = MAP_APPFONT ( 90, 58 ) ; TabStop = TRUE ; }; FixedText FT_DECIMALS { - Pos = MAP_APPFONT ( 12 , 104 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; + Pos = MAP_APPFONT ( 12, 104 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; Text [ en-US ] = "~Decimal places" ; }; NumericField ED_DECIMALS { - HelpID = "cui:NumericField:RID_SVXPAGE_NUMBERFORMAT:ED_DECIMALS"; + HelpID = "cui:NumericField:RID_SVXPAGE_NUMBERFORMAT:ED_DECIMALS" ; Border = TRUE ; - Pos = MAP_APPFONT ( 84 , 102 ) ; - Size = MAP_APPFONT ( 24 , 12 ) ; + Pos = MAP_APPFONT ( 84, 102 ) ; + Size = MAP_APPFONT ( 24, 12 ) ; Spin = TRUE ; Maximum = 20 ; Last = 15 ; @@ -141,17 +142,16 @@ TabPage RID_SVXPAGE_NUMBERFORMAT }; FixedText FT_LEADZEROES { - Pos = MAP_APPFONT ( 12 , 120 ) ; - Size = MAP_APPFONT ( 69 , 8 ) ; - /* ### ACHTUNG: Neuer Text in Resource? F�hrende ~Nullen : F�hrende ~Nullen */ + Pos = MAP_APPFONT ( 12, 120 ) ; + Size = MAP_APPFONT ( 69, 8 ) ; Text [ en-US ] = "Leading ~zeroes" ; }; NumericField ED_LEADZEROES { - HelpID = "cui:NumericField:RID_SVXPAGE_NUMBERFORMAT:ED_LEADZEROES"; + HelpID = "cui:NumericField:RID_SVXPAGE_NUMBERFORMAT:ED_LEADZEROES" ; Border = TRUE ; - Pos = MAP_APPFONT ( 84 , 118 ) ; - Size = MAP_APPFONT ( 24 , 12 ) ; + Pos = MAP_APPFONT ( 84, 118 ) ; + Size = MAP_APPFONT ( 24, 12 ) ; Spin = TRUE ; Maximum = 20 ; Last = 15 ; @@ -162,81 +162,81 @@ TabPage RID_SVXPAGE_NUMBERFORMAT }; CheckBox BTN_NEGRED { - HelpID = "cui:CheckBox:RID_SVXPAGE_NUMBERFORMAT:BTN_NEGRED"; - Pos = MAP_APPFONT ( 133 , 104 ) ; - Size = MAP_APPFONT ( 100 , 10 ) ; + HelpID = "cui:CheckBox:RID_SVXPAGE_NUMBERFORMAT:BTN_NEGRED" ; + Pos = MAP_APPFONT ( 133, 104 ) ; + Size = MAP_APPFONT ( 100, 10 ) ; Text [ en-US ] = "~Negative numbers red" ; }; CheckBox BTN_THOUSAND { - HelpID = "cui:CheckBox:RID_SVXPAGE_NUMBERFORMAT:BTN_THOUSAND"; - Pos = MAP_APPFONT ( 133 , 120 ) ; - Size = MAP_APPFONT ( 100 , 10 ) ; + HelpID = "cui:CheckBox:RID_SVXPAGE_NUMBERFORMAT:BTN_THOUSAND" ; + Pos = MAP_APPFONT ( 133, 120 ) ; + Size = MAP_APPFONT ( 100, 10 ) ; Text [ en-US ] = "~Thousands separator" ; }; - FixedLine FL_OPTIONS + FixedLine FL_OPTIONS { - Pos = MAP_APPFONT ( 6 , 91 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 91 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Options" ; }; FixedText FT_LANGUAGE { - Pos = MAP_APPFONT ( 178 , 3 ) ; - Size = MAP_APPFONT ( 76 , 8 ) ; + Pos = MAP_APPFONT ( 178, 3 ) ; + Size = MAP_APPFONT ( 76, 8 ) ; Text [ en-US ] = "~Language" ; }; ListBox LB_LANGUAGE { - HelpID = "cui:ListBox:RID_SVXPAGE_NUMBERFORMAT:LB_LANGUAGE"; + HelpID = "cui:ListBox:RID_SVXPAGE_NUMBERFORMAT:LB_LANGUAGE" ; Border = TRUE ; Sort = TRUE ; - Pos = MAP_APPFONT ( 178 , 14 ) ; - Size = MAP_APPFONT ( 76 , 71 ) ; + Pos = MAP_APPFONT ( 178, 14 ) ; + Size = MAP_APPFONT ( 76, 71 ) ; DropDown = TRUE ; }; - CheckBox CB_SOURCEFORMAT + CheckBox CB_SOURCEFORMAT { - HelpID = "cui:CheckBox:RID_SVXPAGE_NUMBERFORMAT:CB_SOURCEFORMAT"; - Pos = MAP_APPFONT ( 178 , 42 ) ; - Size = MAP_APPFONT ( 76 , 10 ) ; - Text [ en-US ] = "So~urce format" ; + HelpID = "cui:CheckBox:RID_SVXPAGE_NUMBERFORMAT:CB_SOURCEFORMAT" ; + Pos = MAP_APPFONT ( 178, 42 ) ; + Size = MAP_APPFONT ( 76, 10 ) ; + Text [ en-US ] = "So~urce format" ; }; Window WND_NUMBER_PREVIEW { - Border = TRUE ; + Border = TRUE ; SVLook = TRUE ; - Pos = MAP_APPFONT ( 178 , 67 ) ; - Size = MAP_APPFONT ( 76 , 18 ) ; + Pos = MAP_APPFONT ( 178, 67 ) ; + Size = MAP_APPFONT ( 76, 18 ) ; HelpId = HID_NUMBERFORMAT_WND_NUMBER_PREVIEW ; }; ImageButton IB_ADD { SVLook = TRUE ; - Pos = MAP_APPFONT ( 208 , 146 ) ; - Size = MAP_APPFONT ( 14 , 14 ) ; + Pos = MAP_APPFONT ( 208, 146 ) ; + Size = MAP_APPFONT ( 14, 14 ) ; HelpId = HID_NUMBERFORMAT_TBI_ADD ; QuickHelpText [ en-US ] = "Add" ; }; ImageButton IB_REMOVE { SVLook = TRUE ; - Pos = MAP_APPFONT ( 240 , 146 ) ; - Size = MAP_APPFONT ( 14 , 14 ) ; + Pos = MAP_APPFONT ( 240, 146 ) ; + Size = MAP_APPFONT ( 14, 14 ) ; HelpId = HID_NUMBERFORMAT_TBI_REMOVE ; QuickHelpText [ en-US ] = "Remove" ; }; ImageButton IB_INFO { SVLook = TRUE ; - Pos = MAP_APPFONT ( 224 , 146 ) ; - Size = MAP_APPFONT ( 14 , 14 ) ; + Pos = MAP_APPFONT ( 224, 146 ) ; + Size = MAP_APPFONT ( 14, 14 ) ; HelpId = HID_NUMBERFORMAT_TBI_INFO ; QuickHelpText [ en-US ] = "Edit Comment" ; }; ImageList IL_ICON { - Prefix = "nu"; + Prefix = "nu" ; MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; IdList = { @@ -248,7 +248,7 @@ TabPage RID_SVXPAGE_NUMBERFORMAT }; ImageList IL_ICON_HC { - Prefix = "nuh"; + Prefix = "nuh" ; MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; IdList = { @@ -259,42 +259,11 @@ TabPage RID_SVXPAGE_NUMBERFORMAT IdCount = { 3 ; }; }; - String STR_AUTO_ENTRY - { - Text [ en-US ] = "Automatic"; + String STR_AUTO_ENTRY + { + Text [ en-US ] = "Automatic" ; }; }; - // ********************************************************************** EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sd/source/ui/dlg/inspagob.src b/main/sd/source/ui/dlg/inspagob.src index 4deec25..cc1655b 100644 --- a/main/sd/source/ui/dlg/inspagob.src +++ b/main/sd/source/ui/dlg/inspagob.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -29,87 +29,52 @@ ModalDialog DLG_INSERT_PAGES_OBJS HelpID = HID_DLG_INSERT_PAGES_OBJS ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 200 , 128 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Seiten/Objekte einf�gen : Seiten/Objekte einf�gen */ + Size = MAP_APPFONT ( 200, 128 ) ; Moveable = TRUE ; Text [ en-US ] = "Insert Slides/Objects" ; OKButton BTN_OK { - Pos = MAP_APPFONT ( 144 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 144, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { - Pos = MAP_APPFONT ( 144 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 144, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_HELP { - Pos = MAP_APPFONT ( 144 , 46 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 144, 46 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; Control LB_TREE { - HelpId = HID_SD_PAGEOBJSTLB; + HelpId = HID_SD_PAGEOBJSTLB ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 6 ) ; - Size = MAP_APPFONT ( 132 , 88 ) ; + Pos = MAP_APPFONT ( 6, 6 ) ; + Size = MAP_APPFONT ( 132, 88 ) ; TabStop = TRUE ; }; CheckBox CBX_LINK { - HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_LINK"; - Pos = MAP_APPFONT ( 6 , 100 ) ; - Size = MAP_APPFONT ( 140 , 12 ) ; + HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_LINK" ; + Pos = MAP_APPFONT ( 6, 100 ) ; + Size = MAP_APPFONT ( 140, 12 ) ; TabStop = TRUE ; Text [ en-US ] = "~Link" ; }; CheckBox CBX_CHECK_MASTERS { - HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS"; - Pos = MAP_APPFONT ( 6 , 114 ) ; - Size = MAP_APPFONT ( 140 , 12 ) ; + HelpID = "sd:CheckBox:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS" ; + Pos = MAP_APPFONT ( 6, 114 ) ; + Size = MAP_APPFONT ( 140, 12 ) ; TabStop = TRUE ; - Text [ en-US ] = "Delete unused backg~rounds"; + Text [ en-US ] = "Delete unused backg~rounds" ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sd/source/ui/dlg/sdpreslt.src b/main/sd/source/ui/dlg/sdpreslt.src index b07bae2..4bfae93 100644 --- a/main/sd/source/ui/dlg/sdpreslt.src +++ b/main/sd/source/ui/dlg/sdpreslt.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -30,96 +30,66 @@ ModalDialog DLG_PRESLT HelpID = CMD_SID_PRESENTATION_LAYOUT ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 212 , 185 ) ; + Size = MAP_APPFONT ( 212, 185 ) ; Moveable = TRUE ; FixedText FT_LAYOUT { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 110 , 10 ) ; - /* ### ACHTUNG: Neuer Text in Resource? W�hlen Sie eine ~Seitenvorlage : W�hlen Sie eine ~Seitenvorlage */ + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 110, 10 ) ; Text [ en-US ] = "~Select a slide design" ; }; Control VS_LAYOUT { Border = TRUE ; Hide = TRUE ; - Pos = MAP_APPFONT ( 6 , 14 ) ; - Size = MAP_APPFONT ( 144 , 141 ) ; + Pos = MAP_APPFONT ( 6, 14 ) ; + Size = MAP_APPFONT ( 144, 141 ) ; TabStop = TRUE ; }; OKButton BTN_OK { - Pos = MAP_APPFONT ( 156 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 156, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { - Pos = MAP_APPFONT ( 156 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 156, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; CheckBox CBX_MASTER_PAGE { - HelpID = "sd:CheckBox:DLG_PRESLT:CBX_MASTER_PAGE"; - Pos = MAP_APPFONT ( 6 , 158 ) ; - Size = MAP_APPFONT ( 120 , 12 ) ; + HelpID = "sd:CheckBox:DLG_PRESLT:CBX_MASTER_PAGE" ; + Pos = MAP_APPFONT ( 6, 158 ) ; + Size = MAP_APPFONT ( 120, 12 ) ; TabStop = TRUE ; Text [ en-US ] = "~Exchange background page" ; }; CheckBox CBX_CHECK_MASTERS { - HelpID = "sd:CheckBox:DLG_PRESLT:CBX_CHECK_MASTERS"; - Pos = MAP_APPFONT ( 6 , 170 ) ; - Size = MAP_APPFONT ( 140 , 12 ) ; + HelpID = "sd:CheckBox:DLG_PRESLT:CBX_CHECK_MASTERS" ; + Pos = MAP_APPFONT ( 6, 170 ) ; + Size = MAP_APPFONT ( 140, 12 ) ; TabStop = TRUE ; - Text [ en-US ] = "~Delete unused backgrounds"; + Text [ en-US ] = "~Delete unused backgrounds" ; }; PushButton BTN_LOAD { - HelpID = "sd:PushButton:DLG_PRESLT:BTN_LOAD"; - Pos = MAP_APPFONT ( 156 , 155 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "sd:PushButton:DLG_PRESLT:BTN_LOAD" ; + Pos = MAP_APPFONT ( 156, 155 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; Text [ en-US ] = "~Load..." ; }; HelpButton BTN_HELP { - Pos = MAP_APPFONT ( 156 , 53 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 156, 53 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Slide Design" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sd/source/ui/dlg/tabtempl.src b/main/sd/source/ui/dlg/tabtempl.src index 4c523fb..49e69b0 100644 --- a/main/sd/source/ui/dlg/tabtempl.src +++ b/main/sd/source/ui/dlg/tabtempl.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,16 +7,16 @@ * 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. - * + * *************************************************************/ @@ -27,15 +27,15 @@ TabDialog TAB_TEMPLATE { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 289 , 176 ) ; + Size = MAP_APPFONT ( 289, 176 ) ; Text [ en-US ] = "Graphics Styles" ; Moveable = TRUE ; - // Closeable = TRUE; // Dieser Dialog hat OK und/oder Cancel Button ! (KH) + // Closeable = TRUE ; // This dialog has OK and/or Cancel Button ! (KH) TabControl 1 { OutputSize = TRUE ; - Pos = MAP_APPFONT ( 3 , 3 ) ; - Size = MAP_APPFONT ( 260 , 135 ) ; + Pos = MAP_APPFONT ( 3, 3 ) ; + Size = MAP_APPFONT ( 260, 135 ) ; PageList = { PageItem @@ -47,7 +47,6 @@ TabDialog TAB_TEMPLATE PageItem { Identifier = RID_SVXPAGE_AREA ; - /* ### ACHTUNG: Neuer Text in Resource? Fl�che : Fl�che */ Text [ en-US ] = "Area" ; PageResID = RID_SVXPAGE_AREA ; }; @@ -60,11 +59,11 @@ TabDialog TAB_TEMPLATE PageItem { Identifier = RID_SVXPAGE_TRANSPARENCE ; - Text [ en-US ] = "Transparency"; + Text [ en-US ] = "Transparency" ; }; PageItem { - Identifier = RID_SVXPAGE_CHAR_NAME; + Identifier = RID_SVXPAGE_CHAR_NAME ; Text [ en-US ] = "Font" ; PageResID = RID_SVXPAGE_CHAR_NAME ; }; @@ -77,7 +76,6 @@ TabDialog TAB_TEMPLATE PageItem { Identifier = RID_SVXPAGE_STD_PARAGRAPH ; - /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */ Text [ en-US ] = "Indents & Spacing" ; PageResID = RID_SVXPAGE_STD_PARAGRAPH ; }; @@ -96,7 +94,6 @@ TabDialog TAB_TEMPLATE PageItem { Identifier = RID_SVXPAGE_MEASURE ; - /* ### ACHTUNG: Neuer Text in Resource? Bema�ung : Bema�ung */ Text [ en-US ] = "Dimensioning" ; PageResID = RID_SVXPAGE_MEASURE ; }; @@ -115,8 +112,8 @@ TabDialog TAB_TEMPLATE { Identifier = RID_SVXPAGE_PARA_ASIAN ; PageResID = RID_SVXPAGE_PARA_ASIAN ; - Text[ en-US ] = "Asian Typography"; - }; + Text [ en-US ] = "Asian Typography" ; + }; PageItem { Identifier = RID_SVXPAGE_TABULATOR ; @@ -127,63 +124,29 @@ TabDialog TAB_TEMPLATE }; OKButton 1 { - Pos = MAP_APPFONT ( 6 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 6, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; CancelButton 1 { - Pos = MAP_APPFONT ( 60 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 60, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton 1 { - Pos = MAP_APPFONT ( 114 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 114, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; PushButton 1 { - Pos = MAP_APPFONT ( 169 , 151 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */ + Pos = MAP_APPFONT ( 169, 151 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "Back" ; TabStop = TRUE ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/svx/source/engine3d/string3d.src b/main/svx/source/engine3d/string3d.src index 621914c..c75b037 100644 --- a/main/svx/source/engine3d/string3d.src +++ b/main/svx/source/engine3d/string3d.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,32 +7,31 @@ * 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 // pragma ------------------------------------------------------------------- - // Strings fuer die Draw-Dialoge -------------------------------------------- +// Strings for Draw dialogs ------------------------------------------------- String RID_SVX_3D_CREATE_LATHE { Text [ en-US ] = "Create 3D rotation object" ; }; String RID_SVX_3D_UNDO_EXCHANGE_PASTE { - /* ### ACHTUNG: Neuer Text in Resource? Objekt(e) einf�gen : Objekt(e) einf�gen */ - /* ### ACHTUNG: Neuer Text in Resource? Objekt(e) einf�gen : Objekt(e) einf�gen */ Text [ en-US ] = "Insert object(s)" ; }; String RID_SVX_3D_UNDO_SEGMENTS @@ -61,52 +60,15 @@ String RID_SVX_3D_UNDO_EXTRUDE }; String RID_SVX_3D_UNDO_LATHE { - /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper erstellen : Rotationsk�rper erstellen */ - /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper erstellen : Rotationsk�rper erstellen */ Text [ en-US ] = "Create rotation object" ; }; String RID_SVX_3D_UNDO_BREAK_LATHE { - /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper aufbrechen : Rotationsk�rper aufbrechen */ - /* ### ACHTUNG: Neuer Text in Resource? Rotationsk�rper aufbrechen : Rotationsk�rper aufbrechen */ Text [ en-US ] = "Split 3D object" ; }; String RID_SVX_3D_UNDO_ATTRIBUTES { Text [ en-US ] = "3D Attributes" ; }; - // ********************************************************************** EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/dialog/abstract.src b/main/sw/source/ui/dialog/abstract.src index 39a1a88..426fccd 100644 --- a/main/sw/source/ui/dialog/abstract.src +++ b/main/sw/source/ui/dialog/abstract.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,19 +7,20 @@ * 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 "dialog.hrc" #include "helpid.h" #include "abstract.hrc" @@ -29,30 +30,27 @@ ModalDialog DLG_INSERT_ABSTRACT HelpID = HID_INSERT_ABSTRACT ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 239 , 68 ) ; - /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */ - /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */ - /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */ + Size = MAP_APPFONT ( 239, 68 ) ; Moveable = TRUE ; - FixedLine FL_1 + FixedLine FL_1 { OutputSize = TRUE ; - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 174 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 174, 8 ) ; Text [ en-US ] = "Properties" ; }; FixedText FT_LEVEL { - Pos = MAP_APPFONT ( 12 , 12 ) ; - Size = MAP_APPFONT ( 120 , 8 ) ; + Pos = MAP_APPFONT ( 12, 12 ) ; + Size = MAP_APPFONT ( 120, 8 ) ; Text [ en-US ] = "Included outline levels" ; }; NumericField NF_LEVEL { - HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_LEVEL"; + HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_LEVEL" ; Border = TRUE ; - Pos = MAP_APPFONT ( 153 , 12 ) ; - Size = MAP_APPFONT ( 24 , 12 ) ; + Pos = MAP_APPFONT ( 153, 12 ) ; + Size = MAP_APPFONT ( 24, 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; @@ -65,17 +63,16 @@ ModalDialog DLG_INSERT_ABSTRACT }; FixedText FT_PARA { - Pos = MAP_APPFONT ( 12 , 27 ) ; - Size = MAP_APPFONT ( 120 , 8 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Abs�tze je Kapitel : Abs�tze je Kapitel */ + Pos = MAP_APPFONT ( 12, 27 ) ; + Size = MAP_APPFONT ( 120, 8 ) ; Text [ en-US ] = "Subpoints per level" ; }; NumericField NF_PARA { - HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_PARA"; + HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_PARA" ; Border = TRUE ; - Pos = MAP_APPFONT ( 153 , 27 ) ; - Size = MAP_APPFONT ( 24 , 12 ) ; + Pos = MAP_APPFONT ( 153, 27 ) ; + Size = MAP_APPFONT ( 24, 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; @@ -88,64 +85,31 @@ ModalDialog DLG_INSERT_ABSTRACT }; FixedText FT_DESC { - Pos = MAP_APPFONT ( 12 , 43 ) ; - Size = MAP_APPFONT ( 165 , 16 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Im Abstrakt erscheint die ausgew�hlte Anzahl von Abs�tzen aus den einbezogenen Kapitelebenen. : Im Abstrakt erscheint die ausgew�hlte Anzahl von Abs�tzen aus den einbezogenen Kapitelebenen. */ + Pos = MAP_APPFONT ( 12, 43 ) ; + Size = MAP_APPFONT ( 165, 16 ) ; WordBreak = TRUE ; Text [ en-US ] = "The abstract contains the selected number of paragraphs from the included outline levels." ; }; OKButton PB_OK { - Pos = MAP_APPFONT ( 186 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 186, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { - Pos = MAP_APPFONT ( 186 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 186, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton PB_HELP { - Pos = MAP_APPFONT ( 186 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 186, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Create AutoAbstract" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/shells/shells.src b/main/sw/source/ui/shells/shells.src index c825335..330704f 100644 --- a/main/sw/source/ui/shells/shells.src +++ b/main/sw/source/ui/shells/shells.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,19 +7,20 @@ * 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 "toolbox.hrc" @@ -32,23 +33,23 @@ InfoBox MSG_NO_RULER }; String STR_GRFILTER_OPENERROR { - Text [ en-US ] = "Graphics file cannot be opened" ; + Text [ en-US ] = "Graphics file cannot be opened" ; }; String STR_GRFILTER_IOERROR { - Text [ en-US ] = "Graphics file cannot be read" ; + Text [ en-US ] = "Graphics file cannot be read" ; }; String STR_GRFILTER_FORMATERROR { - Text [ en-US ] = "Unknown graphic format" ; + Text [ en-US ] = "Unknown graphic format" ; }; String STR_GRFILTER_VERSIONERROR { - Text [ en-US ] = "This graphic file version is not supported" ; + Text [ en-US ] = "This graphic file version is not supported" ; }; String STR_GRFILTER_FILTERERROR { - Text [ en-US ] = "Graphics filter not found" ; + Text [ en-US ] = "Graphics filter not found" ; }; String STR_GRFILTER_TOOBIG { @@ -56,63 +57,63 @@ String STR_GRFILTER_TOOBIG }; String STR_INSERT_GRAPHIC { - Text [ en-US ] = "Insert picture" ; + Text [ en-US ] = "Insert picture" ; }; String STR_NO_ADDRESSBOOK { - Text [ en-US ] = "An Address Book does not exist" ; + Text [ en-US ] = "An Address Book does not exist" ; }; String STR_NOTIZ_INSERT { - Text [ en-US ] = "Insert Note" ; + Text [ en-US ] = "Insert Note" ; }; String STR_REDLINE_COMMENT { - Text [ en-US ] = "Comment: " ; + Text [ en-US ] = "Comment: " ; }; String STR_REDLINE_INSERTED { - Text [ en-US ] = "Insertion" ; + Text [ en-US ] = "Insertion" ; }; String STR_REDLINE_DELETED { - Text [ en-US ] = "Deletion" ; + Text [ en-US ] = "Deletion" ; }; String STR_REDLINE_AUTOFMT { - Text [ en-US ] = "AutoCorrect"; + Text [ en-US ] = "AutoCorrect" ; }; String STR_REDLINE_FORMATED { - Text [ en-US ] = "Formats" ; + Text [ en-US ] = "Formats" ; }; String STR_REDLINE_TABLECHG { - Text [ en-US ] = "Table Changes" ; + Text [ en-US ] = "Table Changes" ; }; String STR_REDLINE_FMTCOLLSET { - Text [ en-US ] = "Applied Paragraph Styles"; + Text [ en-US ] = "Applied Paragraph Styles" ; }; String STR_REDLINE_TITLE { - Text [ en-US ] = "AutoCorrect"; + Text [ en-US ] = "AutoCorrect" ; }; String STR_REDLINE_MSG { - Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes."; + Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes." ; }; String STR_REDLINE_ACCEPT_ALL { - Text [ en-US ] = "Accept All"; + Text [ en-US ] = "Accept All" ; }; String STR_REDLINE_REJECT_ALL { - Text [ en-US ] = "Reject All"; + Text [ en-US ] = "Reject All" ; }; String STR_REDLINE_EDIT { - Text [ en-US ] = "Edit Changes"; + Text [ en-US ] = "Edit Changes" ; }; QueryBox DLG_IMPORT_DBNAME { @@ -122,36 +123,35 @@ QueryBox DLG_IMPORT_DBNAME }; String STR_PAGE { - Text [ en-US ] = "Page " ; + Text [ en-US ] = "Page " ; }; String RID_TEXT_TOOLBOX { - /* ### ACHTUNG: Neuer Text in Resource? Textobjektleiste : Textleiste */ - Text [ en-US ] = "Text Object Bar" ; + Text [ en-US ] = "Text Object Bar" ; }; String RID_TABLE_TOOLBOX { - Text [ en-US ] = "Table Object Bar" ; + Text [ en-US ] = "Table Object Bar" ; }; String RID_FRAME_TOOLBOX { - Text [ en-US ] = "Frame Object Bar" ; + Text [ en-US ] = "Frame Object Bar" ; }; String RID_GRAFIK_TOOLBOX { - Text [ en-US ] = "Graphics Object Bar" ; + Text [ en-US ] = "Graphics Object Bar" ; }; String RID_OLE_TOOLBOX { - Text [ en-US ] = "Object" ; + Text [ en-US ] = "Object" ; }; String RID_DRAW_TOOLBOX { - Text [ en-US ] = "Draw Object Bar" ; + Text [ en-US ] = "Draw Object Bar" ; }; String RID_BEZIER_TOOLBOX { - Text [ en-US ] = "Bézier Object Bar" ; + Text [ en-US ] = "Bézier Object Bar" ; }; String RID_DRAW_TEXT_TOOLBOX { @@ -159,92 +159,92 @@ String RID_DRAW_TEXT_TOOLBOX }; String RID_NUM_TOOLBOX { - Text [ en-US ] = "Numbering Object Bar" ; + Text [ en-US ] = "Numbering Object Bar" ; }; String STR_SHELLNAME_TEXT { - Text [ en-US ] = "Text" ; + Text [ en-US ] = "Text" ; }; String STR_SHELLNAME_TABLE { - Text [ en-US ] = "Table" ; + Text [ en-US ] = "Table" ; }; String STR_SHELLNAME_FRAME { - Text [ en-US ] = "Frame" ; + Text [ en-US ] = "Frame" ; }; String STR_SHELLNAME_GRAPHIC { - Text [ en-US ] = "Graphics" ; + Text [ en-US ] = "Graphics" ; }; String STR_SHELLNAME_OBJECT { - Text [ en-US ] = "Object" ; + Text [ en-US ] = "Object" ; }; String STR_SHELLNAME_LIST { - Text [ en-US ] = "List" ; + Text [ en-US ] = "List" ; }; String STR_SHELLNAME_DRAW { - Text [ en-US ] = "Drawing" ; + Text [ en-US ] = "Drawing" ; }; String STR_SHELLNAME_DRAWFORM { - Text [ en-US ] = "Forms" ; + Text [ en-US ] = "Forms" ; }; String STR_SHELLNAME_BEZIER { - Text [ en-US ] = "Bézier" ; + Text [ en-US ] = "Bézier" ; }; String STR_SHELLNAME_DRAW_TEXT { - Text [ en-US ] = "Draw text" ; + Text [ en-US ] = "Draw text" ; }; - //Strings fuer Gallery/Hintergrund +// Strings for Gallery/Background String STR_SWBG_PARAGRAPH { - Text [ en-US ] = "Paragraph" ; + Text [ en-US ] = "Paragraph" ; }; String STR_SWBG_GRAPHIC { - Text [ en-US ] = "Graphics" ; + Text [ en-US ] = "Graphics" ; }; String STR_SWBG_OLE { - Text [ en-US ] = "OLE object" ; + Text [ en-US ] = "OLE object" ; }; String STR_SWBG_FRAME { - Text [ en-US ] = "Frame" ; + Text [ en-US ] = "Frame" ; }; String STR_SWBG_TABLE { - Text [ en-US ] = "Table" ; + Text [ en-US ] = "Table" ; }; String STR_SWBG_TABLE_ROW { - Text [ en-US ] = "Table row" ; + Text [ en-US ] = "Table row" ; }; String STR_SWBG_TABLE_CELL { - Text [ en-US ] = "Table cell" ; + Text [ en-US ] = "Table cell" ; }; String STR_SWBG_PAGE { - Text [ en-US ] = "Page" ; + Text [ en-US ] = "Page" ; }; String STR_SWBG_HEADER { - Text [ en-US ] = "Header" ; + Text [ en-US ] = "Header" ; }; String STR_SWBG_FOOTER { - Text [ en-US ] = "Footer" ; + Text [ en-US ] = "Footer" ; }; - //Ende: Strings fuer Gallery/Hintergrund +// End: Strings for Gallery/Background // #i68101# no longer needed: -// String STR_NAME_SHAPE_LABEL {// String STR_NAME_SHAPE_DIALOG { Text [ de ] = "Objekt benennen" ; Text [ en-US ] = "Name Object"; }; - +// String STR_NAME_SHAPE_LABEL {// String STR_NAME_SHAPE_DIALOG { Text [ de ] = "Objekt benennen" ; Text [ en-US ] = "Name Object" ; }; +// ********************************************************************** EOF