From commits-return-64399-archive-asf-public=cust-asf.ponee.io@openoffice.apache.org Sat Aug 21 09:42:36 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 64D81180634 for ; Sat, 21 Aug 2021 11:42:36 +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 8E5C23ED76 for ; Sat, 21 Aug 2021 09:42:35 +0000 (UTC) Received: (qmail 63082 invoked by uid 500); 21 Aug 2021 09:42:35 -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 63073 invoked by uid 99); 21 Aug 2021 09:42:35 -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 09:42:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BFD3181EF0; Sat, 21 Aug 2021 09:42:34 +0000 (UTC) Date: Sat, 21 Aug 2021 09:42: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: <162953895452.21369.764672517622819677@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: 64296bf4177eaa34afa923aee02666f1c5c5c067 X-Git-Newrev: b1d35b17ab8af6d3ac95c222a546f9eb555cfca3 X-Git-Rev: b1d35b17ab8af6d3ac95c222a546f9eb555cfca3 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 b1d35b1 Cleaned up resource files b1d35b1 is described below commit b1d35b17ab8af6d3ac95c222a546f9eb555cfca3 Author: mseidel AuthorDate: Sat Aug 21 11:38:02 2021 +0200 Cleaned up resource files (cherry picked from commit dfe4b78909aed6fb2dd5dbcd5619b5e54d8080f5) --- main/reportdesign/source/ui/dlg/dlgpage.src | 108 +++--- main/sc/source/ui/dbgui/scendlg.src | 164 ++++---- main/sc/source/ui/src/scwarngs.src | 44 +-- main/sd/source/ui/dlg/dlg_char.src | 73 +--- main/sd/source/ui/dlg/ins_paste.src | 58 +-- main/sd/source/ui/dlg/masterlayoutdlg.src | 98 +++-- main/sw/source/ui/envelp/mailmrge.src | 558 ++++++++++++++-------------- main/sw/source/ui/fldui/javaedit.src | 126 +++---- main/sw/source/ui/index/idxmrk.src | 397 +++++++++----------- main/sw/source/ui/misc/glosbib.src | 121 +++--- main/sw/source/ui/misc/num.src | 517 ++++++++++++-------------- 11 files changed, 1001 insertions(+), 1263 deletions(-) diff --git a/main/reportdesign/source/ui/dlg/dlgpage.src b/main/reportdesign/source/ui/dlg/dlgpage.src index 070b783..2e9f168 100644 --- a/main/reportdesign/source/ui/dlg/dlgpage.src +++ b/main/reportdesign/source/ui/dlg/dlgpage.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,14 +28,14 @@ TabDialog RID_PAGEDIALOG_PAGE { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 289 , 176 ) ; + Size = MAP_APPFONT ( 289, 176 ) ; Text [ en-US ] = "Page Setup" ; Moveable = TRUE ; Closeable = TRUE ; TabControl 1 { OutputSize = TRUE ; - PageList = + PageList = { PageItem { @@ -49,35 +49,34 @@ TabDialog RID_PAGEDIALOG_PAGE Text [ en-US ] = "Background" ; PageResID = RID_SVXPAGE_BACKGROUND ; }; - }; + }; }; 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 ] = "Return" ; TabStop = TRUE ; }; - + String 1 { Text [ en-US ] = "Page" ; @@ -92,7 +91,7 @@ TabDialog RID_PAGEDIALOG_BACKGROUND { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 289 , 176 ) ; + Size = MAP_APPFONT ( 289, 176 ) ; Text [ en-US ] = "Section Setup" ; Moveable = TRUE ; Closeable = TRUE ; @@ -102,31 +101,30 @@ TabDialog RID_PAGEDIALOG_BACKGROUND }; 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 ] = "Return" ; TabStop = TRUE ; }; - + String 1 { Text [ en-US ] = "Background" ; @@ -136,7 +134,7 @@ TabDialog RID_PAGEDIALOG_CHAR { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 289 , 176 ) ; + Size = MAP_APPFONT ( 289, 176 ) ; Text [ en-US ] = "Character Settings" ; Moveable = TRUE ; Closeable = TRUE ; @@ -161,13 +159,13 @@ TabDialog RID_PAGEDIALOG_CHAR { Identifier = RID_PAGE_POSITION ; PageResID = RID_PAGE_POSITION ; - Text [ en-US ] = "Position"; + Text [ en-US ] = "Position" ; }; PageItem { Identifier = RID_PAGE_TWOLN ; PageResID = RID_PAGE_TWOLN; - Text [ en-US ] = "Asian Layout"; + Text [ en-US ] = "Asian Layout" ; }; PageItem { @@ -175,7 +173,7 @@ TabDialog RID_PAGEDIALOG_CHAR Text [ en-US ] = "Background" ; PageResID = RID_PAGE_BACKGROUND ; }; - PageItem + PageItem { Identifier = RID_PAGE_ALIGNMENT ; Text [ en-US ] = "Alignment" ; @@ -185,31 +183,30 @@ TabDialog RID_PAGEDIALOG_CHAR }; 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 ] = "Return" ; TabStop = TRUE ; }; - + String 1 { Text [ en-US ] = "Character" ; @@ -219,15 +216,15 @@ TabDialog RID_PAGEDIALOG_LINE { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 289 , 176 ) ; + Size = MAP_APPFONT ( 289, 176 ) ; Text [ en-US ] = "Line" ; Moveable = TRUE ; Closeable = TRUE ; 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 @@ -252,33 +249,34 @@ TabDialog RID_PAGEDIALOG_LINE }; 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 ] = "Return" ; TabStop = TRUE ; }; - + String 1 { Text [ en-US ] = "Line" ; }; }; + +// ********************************************************************** EOF diff --git a/main/sc/source/ui/dbgui/scendlg.src b/main/sc/source/ui/dbgui/scendlg.src index cb05c9cf..053c93a 100644 --- a/main/sc/source/ui/dbgui/scendlg.src +++ b/main/sc/source/ui/dbgui/scendlg.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,55 +7,54 @@ * 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 "scendlg.hrc" ModalDialog RID_SCDLG_NEWSCENARIO { - HelpID = "sc:ModalDialog:RID_SCDLG_NEWSCENARIO"; + HelpID = "sc:ModalDialog:RID_SCDLG_NEWSCENARIO" ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 260 , 165 ) ; + Size = MAP_APPFONT ( 260, 165 ) ; Text [ en-US ] = "Create Scenario" ; Moveable = TRUE ; OKButton BTN_OK { - Pos = MAP_APPFONT ( 204 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 204, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { - Pos = MAP_APPFONT ( 204 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 204, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_HELP { - Pos = MAP_APPFONT ( 204 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 204, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; MultiLineEdit ED_COMMENT { - HelpID = "sc:MultiLineEdit:RID_SCDLG_NEWSCENARIO:ED_COMMENT"; + HelpID = "sc:MultiLineEdit:RID_SCDLG_NEWSCENARIO:ED_COMMENT" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 43 ) ; - Size = MAP_APPFONT ( 183 , 46 ) ; + Pos = MAP_APPFONT ( 12, 43 ) ; + Size = MAP_APPFONT ( 183, 46 ) ; TabStop = TRUE ; MaxTextLength = 512 ; VScroll = TRUE ; @@ -63,74 +62,73 @@ ModalDialog RID_SCDLG_NEWSCENARIO }; Edit ED_NAME { - HelpID = "sc:Edit:RID_SCDLG_NEWSCENARIO:ED_NAME"; + HelpID = "sc:Edit:RID_SCDLG_NEWSCENARIO:ED_NAME" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 183 , 12 ) ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 183, 12 ) ; TabStop = TRUE ; }; CheckBox CB_SHOWFRAME { - HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_SHOWFRAME"; - Pos = MAP_APPFONT ( 12 , 107 ) ; - Size = MAP_APPFONT ( 109 , 10 ) ; - Text [ en-US ] = "~Display border"; + HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_SHOWFRAME" ; + Pos = MAP_APPFONT ( 12, 107 ) ; + Size = MAP_APPFONT ( 109, 10 ) ; + Text [ en-US ] = "~Display border" ; }; ListBox LB_COLOR { - HelpID = "sc:ListBox:RID_SCDLG_NEWSCENARIO:LB_COLOR"; + HelpID = "sc:ListBox:RID_SCDLG_NEWSCENARIO:LB_COLOR" ; Border = TRUE ; - Pos = MAP_APPFONT ( 125 , 105 ) ; - Size = MAP_APPFONT ( 70 , 86 ) ; + Pos = MAP_APPFONT ( 125, 105 ) ; + Size = MAP_APPFONT ( 70, 86 ) ; DropDown = TRUE ; DDExtraWidth = TRUE ; }; CheckBox CB_PRINTFRAME { - HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PRINTFRAME"; + HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PRINTFRAME" ; Hide = TRUE ; - Pos = MAP_APPFONT ( 121 , 243 ) ; - Size = MAP_APPFONT ( 83 , 10 ) ; + Pos = MAP_APPFONT ( 121, 243 ) ; + Size = MAP_APPFONT ( 83, 10 ) ; Text [ en-US ] = "Print border" ; }; CheckBox CB_TWOWAY { - HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_TWOWAY"; - Pos = MAP_APPFONT ( 12 , 121 ) ; - Size = MAP_APPFONT ( 183 , 10 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Zur�ckkopieren : Zur�ckkopieren */ - Text [ en-US ] = "Copy ~back" ; + HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_TWOWAY" ; + Pos = MAP_APPFONT ( 12, 121 ) ; + Size = MAP_APPFONT ( 183, 10 ) ; + Text [ en-US ] = "Copy ~back" ; }; CheckBox CB_ATTRIB { - HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_ATTRIB"; + HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_ATTRIB" ; Hide = TRUE ; - Pos = MAP_APPFONT ( 20 , 243 ) ; - Size = MAP_APPFONT ( 83 , 10 ) ; + Pos = MAP_APPFONT ( 20, 243 ) ; + Size = MAP_APPFONT ( 83, 10 ) ; Text [ en-US ] = "Attributes" ; }; CheckBox CB_VALUE { - HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_VALUE"; + HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_VALUE" ; Hide = TRUE ; - Pos = MAP_APPFONT ( 230 , 243 ) ; - Size = MAP_APPFONT ( 83 , 10 ) ; + Pos = MAP_APPFONT ( 230, 243 ) ; + Size = MAP_APPFONT ( 83, 10 ) ; Text [ en-US ] = "Copy values only" ; }; CheckBox CB_COPYALL { - HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_COPYALL"; - Pos = MAP_APPFONT ( 12 , 135 ) ; - Size = MAP_APPFONT ( 183 , 10 ) ; - Text [ en-US ] = "Copy ~entire sheet" ; - }; - CheckBox CB_PROTECT - { - HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT"; - Pos = MAP_APPFONT ( 12 , 149 ) ; - Size = MAP_APPFONT ( 183 , 10 ) ; - Text [ en-US ] = "~Prevent changes" ; - }; + HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_COPYALL" ; + Pos = MAP_APPFONT ( 12, 135 ) ; + Size = MAP_APPFONT ( 183, 10 ) ; + Text [ en-US ] = "Copy ~entire sheet" ; + }; + CheckBox CB_PROTECT + { + HelpID = "sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT" ; + Pos = MAP_APPFONT ( 12, 149 ) ; + Size = MAP_APPFONT ( 183, 10 ) ; + Text [ en-US ] = "~Prevent changes" ; + }; String STR_EDIT { Text [ en-US ] = "Edit Scenario" ; @@ -147,60 +145,24 @@ ModalDialog RID_SCDLG_NEWSCENARIO { Text [ en-US ] = "Display border in" ; }; - FixedLine FL_NAME + FixedLine FL_NAME { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 192 , 8 ) ; - Text [ en-US ] = "~Name of scenario"; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 192, 8 ) ; + Text [ en-US ] = "~Name of scenario" ; }; - FixedLine FL_COMMENT + FixedLine FL_COMMENT { - Pos = MAP_APPFONT ( 6 , 32 ) ; - Size = MAP_APPFONT ( 192 , 8 ) ; - Text [ en-US ] = "~Comment"; + Pos = MAP_APPFONT ( 6, 32 ) ; + Size = MAP_APPFONT ( 192, 8 ) ; + Text [ en-US ] = "~Comment" ; }; - FixedLine FL_OPTIONS + FixedLine FL_OPTIONS { - Pos = MAP_APPFONT ( 6 , 95 ) ; - Size = MAP_APPFONT ( 192 , 8 ) ; - Text [ en-US ] = "Settings"; + Pos = MAP_APPFONT ( 6, 95 ) ; + Size = MAP_APPFONT ( 192, 8 ) ; + Text [ en-US ] = "Settings" ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/scwarngs.src b/main/sc/source/ui/src/scwarngs.src index f2992d2..3dadc72 100644 --- a/main/sc/source/ui/src/scwarngs.src +++ b/main/sc/source/ui/src/scwarngs.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,25 +7,25 @@ * 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. - * + * *************************************************************/ + #define __RSC #include "scwarngs.hxx" #include "sc.hrc" - #define SH_MAX 0x7fff Resource RID_WRNHDLSC @@ -36,44 +36,14 @@ Resource RID_WRNHDLSC }; String ERRCODE_SC_IMPORT_WRN_RNGOVRFLW & SH_MAX { - /* ### ACHTUNG: Neuer Text in Resource? Die Maximalanzahl von Zeilen wurde �berschritten. �berz�hlige Zeilen wurden nicht mitimportiert! : Die Maximalanzahl von Zeilen wurde �berschritten. �berz�hlige Zeilen wurden nicht mitimportiert! */ Text [ en-US ] = "The number of rows exceeded the maximum. Additional rows were not imported!" ; }; /* - String ERRCODE_SC_ & SH_MAX + String ERRCODE_SC_ & SH_MAX { Text = ""; }; */ }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sd/source/ui/dlg/dlg_char.src b/main/sd/source/ui/dlg/dlg_char.src index d3b75cd..927e0e7 100644 --- a/main/sd/source/ui/dlg/dlg_char.src +++ b/main/sd/source/ui/dlg/dlg_char.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_CHAR { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 289 , 176 ) ; + Size = MAP_APPFONT ( 289, 176 ) ; Text [ en-US ] = "Character" ; Moveable = TRUE ; - // Closeable = TRUE; // Dieser Dialog enthaelt OK und/oder Cancel Button (KH) + // Closeable = TRUE; // This dialog contains 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 @@ -54,72 +54,35 @@ TabDialog TAB_CHAR { Identifier = RID_SVXPAGE_CHAR_POSITION ; PageResID = RID_SVXPAGE_CHAR_POSITION ; - Text [ en-US ] = "Position"; + Text [ en-US ] = "Position" ; }; }; }; 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 ] = "Return" ; TabStop = TRUE ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sd/source/ui/dlg/ins_paste.src b/main/sd/source/ui/dlg/ins_paste.src index 1a41039..c866a52 100644 --- a/main/sd/source/ui/dlg/ins_paste.src +++ b/main/sd/source/ui/dlg/ins_paste.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. - * + * *************************************************************/ @@ -25,73 +25,55 @@ ModalDialog DLG_INSERT_PASTE { - HelpID = "sd:ModalDialog:DLG_INSERT_PASTE"; + HelpID = "sd:ModalDialog:DLG_INSERT_PASTE" ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 148 , 90 ) ; + Size = MAP_APPFONT ( 148, 90 ) ; Moveable = TRUE ; OKButton BTN_OK { - Pos = MAP_APPFONT ( 92 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 92, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { - Pos = MAP_APPFONT ( 92 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 92, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BTN_HELP { - Pos = MAP_APPFONT ( 92 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 92, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; FixedLine FL_POSITION { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 80 , 8 ) ; - Text [ en-US ] = "Position"; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 80, 8 ) ; + Text [ en-US ] = "Position" ; }; RadioButton RB_BEFORE { - HelpID = "sd:RadioButton:DLG_INSERT_PASTE:RB_BEFORE"; - Pos = MAP_APPFONT ( 12 , 14 ) ; + HelpID = "sd:RadioButton:DLG_INSERT_PASTE:RB_BEFORE" ; + Pos = MAP_APPFONT ( 12, 14 ) ; Size = MAP_APPFONT ( 80, 10 ) ; Text [ en-US ] = "~Before" ; TabStop = TRUE ; }; RadioButton RB_AFTER { - HelpID = "sd:RadioButton:DLG_INSERT_PASTE:RB_AFTER"; + HelpID = "sd:RadioButton:DLG_INSERT_PASTE:RB_AFTER" ; Pos = MAP_APPFONT ( 12, 27 ) ; Size = MAP_APPFONT ( 80, 10 ) ; Text [ en-US ] = "A~fter" ; TabStop = TRUE ; Check = TRUE ; }; - Text [ en-US ] = "Insert Slides"; + Text [ en-US ] = "Insert Slides" ; }; - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sd/source/ui/dlg/masterlayoutdlg.src b/main/sd/source/ui/dlg/masterlayoutdlg.src index a9af438..04c2582 100644 --- a/main/sd/source/ui/dlg/masterlayoutdlg.src +++ b/main/sd/source/ui/dlg/masterlayoutdlg.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,85 +27,83 @@ ModalDialog RID_SD_DLG_MASTER_LAYOUT { - HelpID = "sd:ModalDialog:RID_SD_DLG_MASTER_LAYOUT"; - Size = MAP_APPFONT( 89 , 92 ); - OutputSize = TRUE; - SVLook = TRUE; - Moveable = TRUE; - CloseAble = TRUE; + HelpID = "sd:ModalDialog:RID_SD_DLG_MASTER_LAYOUT" ; + Size = MAP_APPFONT ( 89, 92 ) ; + OutputSize = TRUE ; + SVLook = TRUE ; + Moveable = TRUE ; + CloseAble = TRUE ; FixedLine FL_PLACEHOLDERS { - Pos = MAP_APPFONT( 3, 3 ); - Size = MAP_APPFONT( 83, 10 ); + Pos = MAP_APPFONT ( 3, 3 ) ; + Size = MAP_APPFONT ( 83, 10 ) ; - Text [ en-US ] = "Placeholders"; + Text [ en-US ] = "Placeholders" ; }; CheckBox CB_HEADER { - HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_HEADER"; - Pos = MAP_APPFONT( 6, 16 ); - Size = MAP_APPFONT( 134 , 10 ); - TabStop = TRUE; - - Text [ en-US ] = "Header"; - }; - + HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_HEADER" ; + Pos = MAP_APPFONT ( 6, 16 ) ; + Size = MAP_APPFONT ( 134, 10 ) ; + TabStop = TRUE ; + + Text [ en-US ] = "Header" ; + }; + CheckBox CB_DATE { - HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_DATE"; - Pos = MAP_APPFONT( 6, 29 ); - Size = MAP_APPFONT( 134 , 10 ); - TabStop = TRUE; + HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_DATE" ; + Pos = MAP_APPFONT ( 6, 29 ) ; + Size = MAP_APPFONT ( 134, 10 ) ; + TabStop = TRUE ; - Text [ en-US ] = "Date/time"; + Text [ en-US ] = "Date/time" ; }; - + CheckBox CB_FOOTER { - HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_FOOTER"; - Pos = MAP_APPFONT( 6, 42 ); - Size = MAP_APPFONT( 134 , 10 ); - TabStop = TRUE; + HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_FOOTER" ; + Pos = MAP_APPFONT ( 6, 42 ) ; + Size = MAP_APPFONT ( 134, 10 ) ; + TabStop = TRUE ; - Text [ en-US ] = "Footer"; - }; + Text [ en-US ] = "Footer" ; + }; CheckBox CB_PAGE_NUMBER { - HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_PAGE_NUMBER"; - Pos = MAP_APPFONT( 6, 55 ); - Size = MAP_APPFONT( 134 , 10 ); - TabStop = TRUE; + HelpID = "sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_PAGE_NUMBER" ; + Pos = MAP_APPFONT ( 6, 55 ) ; + Size = MAP_APPFONT ( 134, 10 ) ; + TabStop = TRUE ; - Text [ en-US ] = "Page number"; + Text [ en-US ] = "Page number" ; }; OKButton BT_OK { - Pos = MAP_APPFONT( 3, 71 ); - Size = MAP_APPFONT( 40 , 14 ); - TabStop = TRUE; + Pos = MAP_APPFONT ( 3, 71 ) ; + Size = MAP_APPFONT ( 40, 14 ) ; + TabStop = TRUE ; }; CancelButton BT_CANCEL { - Pos = MAP_APPFONT( 46, 71 ); - Size = MAP_APPFONT( 40 , 14 ); - TabStop = TRUE; + Pos = MAP_APPFONT ( 46, 71 ) ; + Size = MAP_APPFONT ( 40, 14 ) ; + TabStop = TRUE ; }; - + String STR_SLIDE_NUMBER { - Text [ en-US ] = "Slide number"; + Text [ en-US ] = "Slide number" ; }; String STR_MASTER_LAYOUT_TITLE { - Text [ en-US ] = "Master Elements"; + Text [ en-US ] = "Master Elements" ; }; }; - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/envelp/mailmrge.src b/main/sw/source/ui/envelp/mailmrge.src index 7471ac4..cde3fb1 100644 --- a/main/sw/source/ui/envelp/mailmrge.src +++ b/main/sw/source/ui/envelp/mailmrge.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,72 +7,72 @@ * 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 "mailmrge.hrc" #include "cmdid.h" #include "helpid.h" #define _MAIL_MERGE_STRING_ \ - Text [ en-US ] = "Mail Merge" ; \ + Text [ en-US ] = "Mail Merge" ; \ ModalDialog DLG_MAILMERGE { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 312 , 264 ) ; - _MAIL_MERGE_STRING_ - Moveable = TRUE ; - Sizeable = TRUE; + Size = MAP_APPFONT ( 312, 264 ) ; + _MAIL_MERGE_STRING_ + Moveable = TRUE ; + Sizeable = TRUE ; HelpID = CMD_FN_QRY_MERGE ; - Window WIN_BEAMER - { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 300 , 80 ) ; - }; + Window WIN_BEAMER + { + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 300, 80 ) ; + }; RadioButton RB_ALL { - HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_ALL"; - Pos = MAP_APPFONT ( 12 , 97 ) ; - Size = MAP_APPFONT ( 100 , 10 ) ; + HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_ALL" ; + Pos = MAP_APPFONT ( 12, 97 ) ; + Size = MAP_APPFONT ( 100, 10 ) ; Text [ en-US ] = "~All" ; TabStop = TRUE ; }; RadioButton RB_MARKED { - HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_MARKED"; - Pos = MAP_APPFONT ( 12 , 110 ) ; - Size = MAP_APPFONT ( 100 , 10 ) ; + HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_MARKED" ; + Pos = MAP_APPFONT ( 12, 110 ) ; + Size = MAP_APPFONT ( 100, 10 ) ; Text [ en-US ] = "~Selected records" ; TabStop = TRUE ; }; RadioButton RB_FROM { - HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_FROM"; - Pos = MAP_APPFONT ( 12 , 123 ) ; - Size = MAP_APPFONT ( 33 , 10 ) ; + HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_FROM" ; + Pos = MAP_APPFONT ( 12, 123 ) ; + Size = MAP_APPFONT ( 33, 10 ) ; Text [ en-US ] = "~From:" ; TabStop = TRUE ; }; NumericField NF_FROM { - HelpID = "sw:NumericField:DLG_MAILMERGE:NF_FROM"; + HelpID = "sw:NumericField:DLG_MAILMERGE:NF_FROM" ; Border = TRUE ; - Pos = MAP_APPFONT ( 48 , 122 ) ; - Size = MAP_APPFONT ( 24 , 12 ) ; + Pos = MAP_APPFONT ( 48, 122 ) ; + Size = MAP_APPFONT ( 24, 12 ) ; TabStop = TRUE ; StrictFormat = TRUE ; Minimum = 1 ; @@ -80,151 +80,151 @@ ModalDialog DLG_MAILMERGE }; FixedText FT_BIS { - Pos = MAP_APPFONT ( 75 , 123 ) ; - Size = MAP_APPFONT ( 27 , 10 ) ; + Pos = MAP_APPFONT ( 75, 123 ) ; + Size = MAP_APPFONT ( 27, 10 ) ; Text [ en-US ] = "~To:" ; Center = TRUE ; }; NumericField NF_TO { - HelpID = "sw:NumericField:DLG_MAILMERGE:NF_TO"; + HelpID = "sw:NumericField:DLG_MAILMERGE:NF_TO" ; Border = TRUE ; - Pos = MAP_APPFONT ( 105 , 122 ) ; - Size = MAP_APPFONT ( 24 , 12 ) ; + Pos = MAP_APPFONT ( 105, 122 ) ; + Size = MAP_APPFONT ( 24, 12 ) ; TabStop = TRUE ; StrictFormat = TRUE ; Minimum = 1 ; Maximum = 999999 ; }; - FixedLine FL_RECORD + FixedLine FL_RECORD { - Pos = MAP_APPFONT ( 6 , 86 ) ; - Size = MAP_APPFONT ( 126 , 8 ) ; + Pos = MAP_APPFONT ( 6, 86 ) ; + Size = MAP_APPFONT ( 126, 8 ) ; Text [ en-US ] = "Records" ; }; RadioButton RB_PRINTER { - HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_PRINTER"; - Pos = MAP_APPFONT ( 144 , 97 ) ; - Size = MAP_APPFONT ( 53 , 10 ) ; + HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_PRINTER" ; + Pos = MAP_APPFONT ( 144, 97 ) ; + Size = MAP_APPFONT ( 53, 10 ) ; Check = TRUE ; TabStop = TRUE ; - Text [ en-US ] = "~Printer" ; + Text [ en-US ] = "~Printer" ; }; RadioButton RB_MAILING { - HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_MAILING"; - Pos = MAP_APPFONT ( 200 , 97 ) ; - Size = MAP_APPFONT ( 53 , 10 ) ; + HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_MAILING" ; + Pos = MAP_APPFONT ( 200, 97 ) ; + Size = MAP_APPFONT ( 53, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Electronic" ; }; RadioButton RB_FILE { - HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_FILE"; - Pos = MAP_APPFONT ( 256 , 97 ) ; - Size = MAP_APPFONT ( 56 , 10 ) ; + HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_FILE" ; + Pos = MAP_APPFONT ( 256, 97 ) ; + Size = MAP_APPFONT ( 56, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "File" ; }; - CheckBox CB_SINGLE_JOBS - { - HelpID = "sw:CheckBox:DLG_MAILMERGE:CB_SINGLE_JOBS"; - Pos = MAP_APPFONT ( 150 , 112 ) ; - Size = MAP_APPFONT ( 142 , 10 ) ; - TabStop = TRUE ; - Text [ en-US ] = "~Single print jobs" ; - }; - FixedLine FL_SAVE_MERGED_DOCUMENT - { - Pos = MAP_APPFONT ( 144, 128 ) ; - Size = MAP_APPFONT ( 156 , 8 ) ; - Text [ en-US ] = "Save merged document" ; - }; - RadioButton RB_SAVE_SINGLE_DOC - { - HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_SAVE_SINGLE_DOC"; - Pos = MAP_APPFONT ( 150, 139 ) ; - Size = MAP_APPFONT ( 150 , 10 ) ; - TabStop = TRUE ; - Text [ en-US ] = "S~ave as single document"; - }; - RadioButton RB_SAVE_INDIVIDUAL - { - HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_SAVE_INDIVIDUAL"; - Pos = MAP_APPFONT ( 150, 152 ) ; - Size = MAP_APPFONT ( 150 , 10 ) ; - TabStop = TRUE ; - Text [ en-US ] = "Sa~ve as individual documents"; - }; - CheckBox RB_GENERATE_FROM_DATABASE - { - HelpID = "sw:CheckBox:DLG_MAILMERGE:RB_GENERATE_FROM_DATABASE"; - Pos = MAP_APPFONT ( 156, 168 ) ; - Size = MAP_APPFONT ( 144 , 10 ) ; - TabStop = TRUE ; - Text [ en-US ] = "Generate file name from ~Database"; - }; - FixedText FT_COLUMN - { - Pos = MAP_APPFONT ( 162 , 184 ) ; - Size = MAP_APPFONT ( 41 , 10 ) ; - Text [ en-US ] = "Field" ; - }; - ListBox LB_COLUMN - { - HelpID = "sw:ListBox:DLG_MAILMERGE:LB_COLUMN"; + CheckBox CB_SINGLE_JOBS + { + HelpID = "sw:CheckBox:DLG_MAILMERGE:CB_SINGLE_JOBS" ; + Pos = MAP_APPFONT ( 150, 112 ) ; + Size = MAP_APPFONT ( 142, 10 ) ; + TabStop = TRUE ; + Text [ en-US ] = "~Single print jobs" ; + }; + FixedLine FL_SAVE_MERGED_DOCUMENT + { + Pos = MAP_APPFONT ( 144, 128 ) ; + Size = MAP_APPFONT ( 156, 8 ) ; + Text [ en-US ] = "Save merged document" ; + }; + RadioButton RB_SAVE_SINGLE_DOC + { + HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_SAVE_SINGLE_DOC" ; + Pos = MAP_APPFONT ( 150, 139 ) ; + Size = MAP_APPFONT ( 150, 10 ) ; + TabStop = TRUE ; + Text [ en-US ] = "S~ave as single document" ; + }; + RadioButton RB_SAVE_INDIVIDUAL + { + HelpID = "sw:RadioButton:DLG_MAILMERGE:RB_SAVE_INDIVIDUAL" ; + Pos = MAP_APPFONT ( 150, 152 ) ; + Size = MAP_APPFONT ( 150, 10 ) ; + TabStop = TRUE ; + Text [ en-US ] = "Sa~ve as individual documents" ; + }; + CheckBox RB_GENERATE_FROM_DATABASE + { + HelpID = "sw:CheckBox:DLG_MAILMERGE:RB_GENERATE_FROM_DATABASE" ; + Pos = MAP_APPFONT ( 156, 168 ) ; + Size = MAP_APPFONT ( 144, 10 ) ; + TabStop = TRUE ; + Text [ en-US ] = "Generate file name from ~Database" ; + }; + FixedText FT_COLUMN + { + Pos = MAP_APPFONT ( 162, 184 ) ; + Size = MAP_APPFONT ( 41, 10 ) ; + Text [ en-US ] = "Field" ; + }; + ListBox LB_COLUMN + { + HelpID = "sw:ListBox:DLG_MAILMERGE:LB_COLUMN" ; + Border = TRUE ; + Pos = MAP_APPFONT ( 205, 182 ) ; + Size = MAP_APPFONT ( 103, 84 ) ; + TabStop = TRUE ; + DropDown = TRUE ; + }; + FixedText FT_PATH + { + Pos = MAP_APPFONT ( 162, 200 ) ; + Size = MAP_APPFONT ( 41, 10 ) ; + Text [ en-US ] = "~Path" ; + }; + Edit ED_PATH + { + HelpID = "sw:Edit:DLG_MAILMERGE:ED_PATH" ; + Pos = MAP_APPFONT ( 205, 198 ) ; + Size = MAP_APPFONT ( 86, 12 ) ; + Border = TRUE ; + TabStop = TRUE ; + }; + PushButton PB_PATH + { + HelpID = "sw:PushButton:DLG_MAILMERGE:PB_PATH" ; + Pos = MAP_APPFONT ( 294, 198 ) ; + Size = MAP_APPFONT ( 14, 12 ) ; + // Soll Groesse des Edits haben (12)! + Text = "~..." ; + TabStop = TRUE ; + }; + FixedText FT_FILTER + { + Pos = MAP_APPFONT ( 162, 216 ) ; + Size = MAP_APPFONT ( 41, 8 ) ; + Text [ en-US ] = "F~ile format" ; + }; + ListBox LB_FILTER + { + HelpID = "sw:ListBox:DLG_MAILMERGE:LB_FILTER" ; Border = TRUE ; - Pos = MAP_APPFONT ( 205 , 182 ) ; - Size = MAP_APPFONT ( 103 , 84 ) ; + Pos = MAP_APPFONT ( 205, 214 ) ; + Size = MAP_APPFONT ( 103, 84 ) ; + Disable = TRUE ; TabStop = TRUE ; DropDown = TRUE ; }; - FixedText FT_PATH - { - Pos = MAP_APPFONT ( 162 , 200 ) ; - Size = MAP_APPFONT ( 41 , 10 ) ; - Text [ en-US ] = "~Path" ; - }; - Edit ED_PATH - { - HelpID = "sw:Edit:DLG_MAILMERGE:ED_PATH"; - Pos = MAP_APPFONT ( 205 , 198 ) ; - Size = MAP_APPFONT ( 86 , 12 ) ; - Border = TRUE ; - TabStop = TRUE ; - }; - PushButton PB_PATH - { - HelpID = "sw:PushButton:DLG_MAILMERGE:PB_PATH"; - Pos = MAP_APPFONT ( 294 , 198 ) ; - Size = MAP_APPFONT ( 14 , 12 ) ; - // Soll Groesse des Edits haben (12)! - Text = "~..." ; - TabStop = TRUE ; - }; - FixedText FT_FILTER - { - Pos = MAP_APPFONT ( 162 , 216 ) ; - Size = MAP_APPFONT ( 41 , 8 ) ; - Text [ en-US ] = "F~ile format" ; - }; - ListBox LB_FILTER - { - HelpID = "sw:ListBox:DLG_MAILMERGE:LB_FILTER"; - Border = TRUE ; - Pos = MAP_APPFONT ( 205 , 214 ) ; - Size = MAP_APPFONT ( 103 , 84 ) ; - Disable = TRUE ; - TabStop = TRUE ; - DropDown = TRUE ; - }; ListBox LB_ADDRESSFLD { - HelpID = "sw:ListBox:DLG_MAILMERGE:LB_ADDRESSFLD"; + HelpID = "sw:ListBox:DLG_MAILMERGE:LB_ADDRESSFLD" ; Border = TRUE ; - Pos = MAP_APPFONT ( 220 , 110 ) ; - Size = MAP_APPFONT ( 74 , 84 ) ; + Pos = MAP_APPFONT ( 220, 110 ) ; + Size = MAP_APPFONT ( 74, 84 ) ; Disable = TRUE ; Hide = TRUE ; TabStop = TRUE ; @@ -232,220 +232,220 @@ ModalDialog DLG_MAILMERGE }; FixedText FT_SUBJECT { - Pos = MAP_APPFONT ( 144 , 125 ) ; - Size = MAP_APPFONT ( 51 , 10 ) ; + Pos = MAP_APPFONT ( 144, 125 ) ; + Size = MAP_APPFONT ( 51, 10 ) ; Disable = TRUE ; Text [ en-US ] = "~Subject" ; }; Edit ED_SUBJECT { - HelpID = "sw:Edit:DLG_MAILMERGE:ED_SUBJECT"; + HelpID = "sw:Edit:DLG_MAILMERGE:ED_SUBJECT" ; Border = TRUE ; - Pos = MAP_APPFONT ( 220 , 127 ) ; - Size = MAP_APPFONT ( 88 , 12 ) ; + Pos = MAP_APPFONT ( 220, 127 ) ; + Size = MAP_APPFONT ( 88, 12 ) ; Disable = TRUE ; TabStop = TRUE ; }; FixedText FT_ATTACH { - Pos = MAP_APPFONT ( 144 , 140 ) ; - Size = MAP_APPFONT ( 51 , 10 ) ; + Pos = MAP_APPFONT ( 144, 140 ) ; + Size = MAP_APPFONT ( 51, 10 ) ; Disable = TRUE ; Text [ en-US ] = "Attachments" ; }; Edit ED_ATTACH { - HelpID = "sw:Edit:DLG_MAILMERGE:ED_ATTACH"; + HelpID = "sw:Edit:DLG_MAILMERGE:ED_ATTACH" ; Border = TRUE ; - Pos = MAP_APPFONT ( 220 , 140 ) ; - Size = MAP_APPFONT ( 72 , 12 ) ; + Pos = MAP_APPFONT ( 220, 140 ) ; + Size = MAP_APPFONT ( 72, 12 ) ; Disable = TRUE ; TabStop = TRUE ; ReadOnly = TRUE ; }; PushButton PB_ATTACH { - HelpID = "sw:PushButton:DLG_MAILMERGE:PB_ATTACH"; - Pos = MAP_APPFONT ( 294 , 140 ) ; - Size = MAP_APPFONT ( 14 , 12 ) ; - // Soll Groesse des Edits haben (12)! + HelpID = "sw:PushButton:DLG_MAILMERGE:PB_ATTACH" ; + Pos = MAP_APPFONT ( 294, 140 ) ; + Size = MAP_APPFONT ( 14, 12 ) ; + // Soll Groesse des Edits haben (12)! Text = "~..." ; TabStop = TRUE ; Disable = TRUE ; }; FixedText FT_FORMAT { - Pos = MAP_APPFONT ( 144 , 157 ) ; - Size = MAP_APPFONT ( 51 , 8 ) ; + Pos = MAP_APPFONT ( 144, 157 ) ; + Size = MAP_APPFONT ( 51, 8 ) ; Disable = TRUE ; Text [ en-US ] = "Mail Format" ; }; CheckBox CB_FORMAT_HTML { - HelpID = "sw:CheckBox:DLG_MAILMERGE:CB_FORMAT_HTML"; - Pos = MAP_APPFONT ( 220 , 156 ) ; - Size = MAP_APPFONT ( 90 , 10 ) ; + HelpID = "sw:CheckBox:DLG_MAILMERGE:CB_FORMAT_HTML" ; + Pos = MAP_APPFONT ( 220, 156 ) ; + Size = MAP_APPFONT ( 90, 10 ) ; Disable = TRUE ; - /* ### ACHTUNG: Neuer Text in Resource? HTM~L : HTML */ TabStop = TRUE ; Text [ en-US ] = "HTM~L" ; }; CheckBox CB_FORMAT_RTF { - HelpID = "sw:CheckBox:DLG_MAILMERGE:CB_FORMAT_RTF"; - Pos = MAP_APPFONT ( 220 , 169 ) ; - Size = MAP_APPFONT ( 90 , 10 ) ; + HelpID = "sw:CheckBox:DLG_MAILMERGE:CB_FORMAT_RTF" ; + Pos = MAP_APPFONT ( 220, 169 ) ; + Size = MAP_APPFONT ( 90, 10 ) ; Disable = TRUE ; TabStop = TRUE ; Text [ en-US ] = "RT~F" ; }; CheckBox CB_FORMAT_SW { - HelpID = "sw:CheckBox:DLG_MAILMERGE:CB_FORMAT_SW"; - Pos = MAP_APPFONT ( 220, 182 ) ; - Size = MAP_APPFONT ( 90 , 10 ) ; + HelpID = "sw:CheckBox:DLG_MAILMERGE:CB_FORMAT_SW" ; + Pos = MAP_APPFONT ( 220, 182 ) ; + Size = MAP_APPFONT ( 90, 10 ) ; Disable = TRUE ; TabStop = TRUE ; Text [ en-US ] = "%PRODUCTNAME Writer" ; }; - FixedLine FL_SEPARATOR - { - Pos = MAP_APPFONT ( 133 , 93 ) ; - Size = MAP_APPFONT ( 4 , 136 ) ; - Vert = TRUE; - }; - FixedLine FL_DEST + FixedLine FL_SEPARATOR { - Pos = MAP_APPFONT ( 138 , 86 ) ; - Size = MAP_APPFONT ( 162 , 8 ) ; + Pos = MAP_APPFONT ( 133, 93 ) ; + Size = MAP_APPFONT ( 4, 136 ) ; + Vert = TRUE; + }; + FixedLine FL_DEST + { + Pos = MAP_APPFONT ( 138, 86 ) ; + Size = MAP_APPFONT ( 162, 8 ) ; Text [ en-US ] = "Output" ; }; - FixedLine FL_BOTTOM_SEPARATOR - { - Pos = MAP_APPFONT ( 0, 232 ) ; - Size = MAP_APPFONT ( 312 , 8 ) ; - }; + FixedLine FL_BOTTOM_SEPARATOR + { + Pos = MAP_APPFONT ( 0, 232 ) ; + Size = MAP_APPFONT ( 312, 8 ) ; + }; OKButton BTN_OK { - Pos = MAP_APPFONT ( 147 , 244 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 147, 244 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { - Pos = MAP_APPFONT ( 200 , 244 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 200, 244 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; }; HelpButton BTN_HELP { - Pos = MAP_APPFONT ( 256 , 244 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 256, 244 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; }; }; ModalDialog DLG_MERGE_CREATE { - OutputSize = TRUE ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 145 , 63 ) ; - Moveable = TRUE ; - HelpID = HID_MAIL_MERGE_CREATE_FROM; - _MAIL_MERGE_STRING_ - FixedLine FL_CREATEFROM - { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 80 , 8 ) ; - Text [ en-US ] = "Create" ; - }; - RadioButton RB_THISDOC - { - HelpID = "sw:RadioButton:DLG_MERGE_CREATE:RB_THISDOC"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 70 , 10 ) ; - Check = TRUE; - TabStop = TRUE ; - Text [ en-US ] = "From this ~document" ; - }; - RadioButton RB_TEMPLATE - { - HelpID = "sw:RadioButton:DLG_MERGE_CREATE:RB_TEMPLATE"; - Pos = MAP_APPFONT ( 12 , 27 ) ; - Size = MAP_APPFONT ( 70 , 10 ) ; - TabStop = TRUE ; - Text [ en-US ] = "From a ~template" ; - }; - OKButton BT_OK - { - Pos = MAP_APPFONT ( 89 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - DefButton = TRUE ; - }; - CancelButton BT_CANCEL - { - Pos = MAP_APPFONT ( 89 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - }; - HelpButton BT_HELP - { - Pos = MAP_APPFONT ( 89 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - }; + OutputSize = TRUE ; + SVLook = TRUE ; + Size = MAP_APPFONT ( 145, 63 ) ; + Moveable = TRUE ; + HelpID = HID_MAIL_MERGE_CREATE_FROM ; + _MAIL_MERGE_STRING_ + FixedLine FL_CREATEFROM + { + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 80, 8 ) ; + Text [ en-US ] = "Create" ; + }; + RadioButton RB_THISDOC + { + HelpID = "sw:RadioButton:DLG_MERGE_CREATE:RB_THISDOC" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 70, 10 ) ; + Check = TRUE ; + TabStop = TRUE ; + Text [ en-US ] = "From this ~document" ; + }; + RadioButton RB_TEMPLATE + { + HelpID = "sw:RadioButton:DLG_MERGE_CREATE:RB_TEMPLATE" ; + Pos = MAP_APPFONT ( 12, 27 ) ; + Size = MAP_APPFONT ( 70, 10 ) ; + TabStop = TRUE ; + Text [ en-US ] = "From a ~template" ; + }; + OKButton BT_OK + { + Pos = MAP_APPFONT ( 89, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; + DefButton = TRUE ; + }; + CancelButton BT_CANCEL + { + Pos = MAP_APPFONT ( 89, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; + }; + HelpButton BT_HELP + { + Pos = MAP_APPFONT ( 89, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; + }; }; ModalDialog DLG_MERGE_FIELD_CONNECTIONS { - OutputSize = TRUE ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 205 , 97 ) ; - Moveable = TRUE ; - HelpID = HID_MAIL_MERGE_INSERT_FIELDS; - Text [ en-US ] = "Data Source Connection" ; - FixedLine FL_CONNECTIONS - { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 140 , 8 ) ; - Text [ en-US ] = "Connect" ; - }; - RadioButton RB_USEEXISTING - { - HelpID = "sw:RadioButton:DLG_MERGE_FIELD_CONNECTIONS:RB_USEEXISTING"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; - Check = TRUE; - TabStop = TRUE ; - Text [ en-US ] = "~Use existing" ; - }; - RadioButton RB_CREATENEW - { - HelpID = "sw:RadioButton:DLG_MERGE_FIELD_CONNECTIONS:RB_CREATENEW"; - Pos = MAP_APPFONT ( 12 , 27 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; - TabStop = TRUE ; - Text [ en-US ] = "~Create new connection" ; - }; - FixedText FT_INFO - { - Pos = MAP_APPFONT ( 6 , 41 ) ; - Size = MAP_APPFONT ( 141 , 50 ) ; - WordBreak = TRUE; - Text [ en-US ] = "Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source." ; - }; - OKButton BT_OK - { - Pos = MAP_APPFONT ( 149 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - DefButton = TRUE ; - }; - CancelButton BT_CANCEL - { - Pos = MAP_APPFONT ( 149 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - }; - HelpButton BT_HELP - { - Pos = MAP_APPFONT ( 149 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - }; + OutputSize = TRUE ; + SVLook = TRUE ; + Size = MAP_APPFONT ( 205, 97 ) ; + Moveable = TRUE ; + HelpID = HID_MAIL_MERGE_INSERT_FIELDS ; + Text [ en-US ] = "Data Source Connection" ; + FixedLine FL_CONNECTIONS + { + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 140, 8 ) ; + Text [ en-US ] = "Connect" ; + }; + RadioButton RB_USEEXISTING + { + HelpID = "sw:RadioButton:DLG_MERGE_FIELD_CONNECTIONS:RB_USEEXISTING" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; + Check = TRUE ; + TabStop = TRUE ; + Text [ en-US ] = "~Use existing" ; + }; + RadioButton RB_CREATENEW + { + HelpID = "sw:RadioButton:DLG_MERGE_FIELD_CONNECTIONS:RB_CREATENEW" ; + Pos = MAP_APPFONT ( 12, 27 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; + TabStop = TRUE ; + Text [ en-US ] = "~Create new connection" ; + }; + FixedText FT_INFO + { + Pos = MAP_APPFONT ( 6, 41 ) ; + Size = MAP_APPFONT ( 141, 50 ) ; + WordBreak = TRUE ; + Text [ en-US ] = "Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source." ; + }; + OKButton BT_OK + { + Pos = MAP_APPFONT ( 149, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; + DefButton = TRUE ; + }; + CancelButton BT_CANCEL + { + Pos = MAP_APPFONT ( 149, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; + }; + HelpButton BT_HELP + { + Pos = MAP_APPFONT ( 149, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; + }; }; +// ********************************************************************** EOF diff --git a/main/sw/source/ui/fldui/javaedit.src b/main/sw/source/ui/fldui/javaedit.src index 2476711..fdd0d6a 100644 --- a/main/sw/source/ui/fldui/javaedit.src +++ b/main/sw/source/ui/fldui/javaedit.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,171 +7,141 @@ * 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 "javaedit.hrc" #include "fldui.hrc" #include "helpid.h" - // pragma ---------------------------------------------------------------- +// pragma ---------------------------------------------------------------- - // RID_SVXDLG_POSTIT ----------------------------------------------------- +// RID_SVXDLG_POSTIT ----------------------------------------------------- ModalDialog DLG_JAVAEDIT { - HelpID = "sw:ModalDialog:DLG_JAVAEDIT"; + HelpID = "sw:ModalDialog:DLG_JAVAEDIT" ; OutputSize = TRUE ; SvLook = TRUE ; - Size = MAP_APPFONT ( 248 , 157 ) ; + Size = MAP_APPFONT ( 248, 157 ) ; Moveable = TRUE ; FixedText FT_TYPE { - Pos = MAP_APPFONT ( 12 , 15 ) ; - Size = MAP_APPFONT ( 55 , 10 ) ; + Pos = MAP_APPFONT ( 12, 15 ) ; + Size = MAP_APPFONT ( 55, 10 ) ; Text [ en-US ] = "Script type" ; }; Edit ED_TYPE { - HelpID = "sw:Edit:DLG_JAVAEDIT:ED_TYPE"; + HelpID = "sw:Edit:DLG_JAVAEDIT:ED_TYPE" ; Border = TRUE ; Text = "JavaScript" ; - // Nicht uebersetzen!!! - Pos = MAP_APPFONT ( 70 , 14 ) ; - Size = MAP_APPFONT ( 87 , 12 ) ; + // Do not translate!!! + Pos = MAP_APPFONT ( 70, 14 ) ; + Size = MAP_APPFONT ( 87, 12 ) ; TabStop = TRUE ; }; RadioButton RB_URL { - HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_URL"; - Pos = MAP_APPFONT ( 12 , 28 ) ; - Size = MAP_APPFONT ( 55 , 10 ) ; + HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_URL" ; + Pos = MAP_APPFONT ( 12, 28 ) ; + Size = MAP_APPFONT ( 55, 10 ) ; TabStop = TRUE ; Text [ en-US ] = "URL" ; }; Edit ED_URL { - HelpID = "sw:Edit:DLG_JAVAEDIT:ED_URL"; + HelpID = "sw:Edit:DLG_JAVAEDIT:ED_URL" ; Border = TRUE ; - Pos = MAP_APPFONT ( 70 , 27 ) ; - Size = MAP_APPFONT ( 87 , 12 ) ; + Pos = MAP_APPFONT ( 70, 27 ) ; + Size = MAP_APPFONT ( 87, 12 ) ; TabStop = TRUE ; }; PushButton PB_URL { - HelpID = "sw:PushButton:DLG_JAVAEDIT:PB_URL"; - Pos = MAP_APPFONT ( 163 , 26 ) ; - Size = MAP_APPFONT ( 14 , 14 ) ; + HelpID = "sw:PushButton:DLG_JAVAEDIT:PB_URL" ; + Pos = MAP_APPFONT ( 163, 26 ) ; + Size = MAP_APPFONT ( 14, 14 ) ; Text = "~..." ; TabStop = TRUE ; }; RadioButton RB_EDIT { - HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_EDIT"; - Pos = MAP_APPFONT ( 12 , 40 ) ; - Size = MAP_APPFONT ( 140 , 10 ) ; + HelpID = "sw:RadioButton:DLG_JAVAEDIT:RB_EDIT" ; + Pos = MAP_APPFONT ( 12, 40 ) ; + Size = MAP_APPFONT ( 140, 10 ) ; Text [ en-US ] = "~Text" ; TabStop = TRUE ; Check = TRUE ; }; MultiLineEdit ED_EDIT { - HelpID = "sw:MultiLineEdit:DLG_JAVAEDIT:ED_EDIT"; + HelpID = "sw:MultiLineEdit:DLG_JAVAEDIT:ED_EDIT" ; Border = TRUE ; - Pos = MAP_APPFONT ( 23 , 54 ) ; - Size = MAP_APPFONT ( 155 , 91 ) ; + Pos = MAP_APPFONT ( 23, 54 ) ; + Size = MAP_APPFONT ( 155, 91 ) ; Left = TRUE ; VScroll = TRUE ; HScroll = TRUE ; IgnoreTab = TRUE ; TabStop = TRUE ; }; - FixedLine FL_POSTIT + FixedLine FL_POSTIT { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 179 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 179, 8 ) ; Text [ en-US ] = "Contents" ; }; OKButton BTN_POST_OK { - Pos = MAP_APPFONT ( 191 , 6 ) ; - Size = MAP_APPFONT ( 50 , 15 ) ; + Pos = MAP_APPFONT ( 191, 6 ) ; + Size = MAP_APPFONT ( 50, 15 ) ; DefButton = TRUE ; }; CancelButton BTN_POST_CANCEL { - Pos = MAP_APPFONT ( 191 , 23 ) ; - Size = MAP_APPFONT ( 50 , 15 ) ; + Pos = MAP_APPFONT ( 191, 23 ) ; + Size = MAP_APPFONT ( 50, 15 ) ; }; HelpButton BTN_POST_HELP { - Pos = MAP_APPFONT ( 191 , 40 ) ; - Size = MAP_APPFONT ( 50 , 15 ) ; + Pos = MAP_APPFONT ( 191, 40 ) ; + Size = MAP_APPFONT ( 50, 15 ) ; }; ImageButton BTN_PREV { - HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_PREV"; - Pos = MAP_APPFONT ( 191 , 60 ) ; - Size = MAP_APPFONT ( 24 , 14 ) ; + HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_PREV" ; + Pos = MAP_APPFONT ( 191, 60 ) ; + Size = MAP_APPFONT ( 24, 14 ) ; Symbol = IMAGEBUTTON_ARROW_LEFT ; }; ImageButton BTN_NEXT { - HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_NEXT"; - Pos = MAP_APPFONT ( 217 , 60 ) ; - Size = MAP_APPFONT ( 24 , 14 ) ; + HelpID = "sw:ImageButton:DLG_JAVAEDIT:BTN_NEXT" ; + Pos = MAP_APPFONT ( 217, 60 ) ; + Size = MAP_APPFONT ( 24, 14 ) ; Symbol = IMAGEBUTTON_ARROW_RIGHT ; }; - // lokale Strings + // local strings String STR_JAVA_EDIT { Text [ en-US ] = "Edit Script" ; }; String STR_JAVA_INSERT { - /* ### ACHTUNG: Neuer Text in Resource? Script einf�gen : Script einf�gen */ Text [ en-US ] = "Insert Script" ; }; Text [ en-US ] = "Edit Script" ; }; - // ********************************************************************** EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/index/idxmrk.src b/main/sw/source/ui/index/idxmrk.src index d5e0d72..46056a8 100644 --- a/main/sw/source/ui/index/idxmrk.src +++ b/main/sw/source/ui/index/idxmrk.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,204 +28,204 @@ #include "cmdid.h" #define IDX_PHONETIC_LISTBOX_DESCRIPTION \ -Text [ en-US ] = "Phonetic reading"; \ +Text [ en-US ] = "Phonetic reading" ; \ #define IDX_DIALOG_WINDOW \ Window WIN_DLG \ { \ - Pos = MAP_APPFONT ( 0 , 0 ) ; \ - Size = MAP_APPFONT ( IDX_WIN_WIDTH , WINDOW_HEIGHT ) ; \ + Pos = MAP_APPFONT ( 0, 0 ) ; \ + Size = MAP_APPFONT ( IDX_WIN_WIDTH, WINDOW_HEIGHT ) ; \ OKButton BT_OK \ { \ - Pos = MAP_APPFONT ( COL_BUTTONS , 6 ) ; \ - Size = MAP_APPFONT ( 50 , RSC_CD_PUSHBUTTON_HEIGHT ) ; \ + Pos = MAP_APPFONT ( COL_BUTTONS, 6 ) ; \ + Size = MAP_APPFONT ( 50, RSC_CD_PUSHBUTTON_HEIGHT ) ; \ TabStop = TRUE ; \ DefButton = TRUE ; \ - Text [ en-US ] = "Insert";\ + Text [ en-US ] = "Insert" ;\ }; \ CancelButton BT_CANCEL \ { \ - Pos = MAP_APPFONT ( COL_BUTTONS , 23 ) ; \ - Size = MAP_APPFONT ( 50 , RSC_CD_PUSHBUTTON_HEIGHT ) ; \ - Text [ en-US ] = "Close";\ + Pos = MAP_APPFONT ( COL_BUTTONS, 23 ) ; \ + Size = MAP_APPFONT ( 50, RSC_CD_PUSHBUTTON_HEIGHT ) ; \ + Text [ en-US ] = "Close" ;\ }; \ HelpButton BT_HELP \ { \ - Pos = MAP_APPFONT ( COL_BUTTONS , 43 ) ; \ - Size = MAP_APPFONT ( 50 , RSC_CD_PUSHBUTTON_HEIGHT ) ; \ + Pos = MAP_APPFONT ( COL_BUTTONS, 43 ) ; \ + Size = MAP_APPFONT ( 50, RSC_CD_PUSHBUTTON_HEIGHT ) ; \ }; \ PushButton BT_DEL \ { \ - Pos = MAP_APPFONT ( COL_BUTTONS , 63 ) ; \ - Size = MAP_APPFONT ( 50 , RSC_CD_PUSHBUTTON_HEIGHT ) ; \ + Pos = MAP_APPFONT ( COL_BUTTONS, 63 ) ; \ + Size = MAP_APPFONT ( 50, RSC_CD_PUSHBUTTON_HEIGHT ) ; \ Text [ en-US ] = "~Delete" ; \ TabStop = TRUE ; \ }; \ ListBox DCB_INDEX \ { \ - Pos = MAP_APPFONT ( IDX_COL2 , 14) ; \ - Size = MAP_APPFONT ( DCB_INDEX_WIDTH , 56 ) ; \ + Pos = MAP_APPFONT ( IDX_COL2, 14) ; \ + Size = MAP_APPFONT ( DCB_INDEX_WIDTH, 56 ) ; \ TabStop = TRUE ; \ DropDown = TRUE ; \ }; \ ImageButton BT_NEW \ { \ - Pos = MAP_APPFONT ( IDX_NEWIMAGE_XPOS , 13 ) ; \ - Size = MAP_APPFONT ( IDX_NEWIMAGE_WIDTH , 15 ) ; \ - QuickHelpText [ en-US ] = "New User-defined Index";\ + Pos = MAP_APPFONT ( IDX_NEWIMAGE_XPOS, 13 ) ; \ + Size = MAP_APPFONT ( IDX_NEWIMAGE_WIDTH, 15 ) ; \ + QuickHelpText [ en-US ] = "New User-defined Index" ;\ }; \ ImageButton BT_PREVSAME \ { \ Hide = TRUE ; \ - Pos = MAP_APPFONT ( COL_BUTTONS , 80 ) ; \ - Size = MAP_APPFONT ( 24 , 14 ) ; \ + Pos = MAP_APPFONT ( COL_BUTTONS, 80 ) ; \ + Size = MAP_APPFONT ( 24, 14 ) ; \ TabStop = TRUE ; \ SYMBOL = IMAGEBUTTON_FIRST ; \ }; \ ImageButton BT_PREV \ { \ Hide = TRUE ; \ - Pos = MAP_APPFONT ( COL_BUTTONS , 97 ) ; \ - Size = MAP_APPFONT ( 24 , 14 ) ; \ + Pos = MAP_APPFONT ( COL_BUTTONS, 97 ) ; \ + Size = MAP_APPFONT ( 24, 14 ) ; \ TabStop = TRUE ; \ SYMBOL = IMAGEBUTTON_PREV ; \ }; \ ImageButton BT_NXT \ { \ Hide = TRUE ; \ - Pos = MAP_APPFONT ( COL_BUTTONS_2 , 97 ) ; \ - Size = MAP_APPFONT ( 24 , 14 ) ; \ + Pos = MAP_APPFONT ( COL_BUTTONS_2, 97 ) ; \ + Size = MAP_APPFONT ( 24, 14 ) ; \ TabStop = TRUE ; \ SYMBOL = IMAGEBUTTON_NEXT ; \ }; \ ImageButton BT_NXTSAME \ { \ Hide = TRUE ; \ - Pos = MAP_APPFONT ( COL_BUTTONS_2 , 80 ) ; \ - Size = MAP_APPFONT ( 24 , 14 ) ; \ + Pos = MAP_APPFONT ( COL_BUTTONS_2, 80 ) ; \ + Size = MAP_APPFONT ( 24, 14 ) ; \ TabStop = TRUE ; \ SYMBOL = IMAGEBUTTON_LAST ; \ }; \ FixedLine FL_INDEX \ { \ - Pos = MAP_APPFONT ( 6 , 3 ) ; \ - Size = MAP_APPFONT ( COL_BUTTONS-5-6 , RSC_CD_FIXEDLINE_HEIGHT ) ; \ + Pos = MAP_APPFONT ( 6, 3 ) ; \ + Size = MAP_APPFONT ( COL_BUTTONS-5-6, RSC_CD_FIXEDLINE_HEIGHT ) ; \ Text [ en-US ] = "Selection" ; \ }; \ FixedText LBL_INDEX \ { \ - Pos = MAP_APPFONT ( IDX_COL1 , 16 ) ; \ - Size = MAP_APPFONT ( 40 , 10 ) ; \ + Pos = MAP_APPFONT ( IDX_COL1, 16 ) ; \ + Size = MAP_APPFONT ( 40, 10 ) ; \ Text [ en-US ] = "~Index" ; \ Left = TRUE ; \ }; \ Edit SL_ENTRY \ { \ Border = TRUE ; \ - Pos = MAP_APPFONT ( IDX_COL2 , IDX_ROW_2_LIST ) ; \ - Size = MAP_APPFONT ( LIST_WIDTH , 12 ) ; \ + Pos = MAP_APPFONT ( IDX_COL2, IDX_ROW_2_LIST ) ; \ + Size = MAP_APPFONT ( LIST_WIDTH, 12 ) ; \ TabStop = TRUE ; \ Left = TRUE ; \ }; \ FixedText LBL_ENTRY \ { \ - Pos = MAP_APPFONT ( IDX_COL1 , IDX_ROW_2_TEXT ) ; \ - Size = MAP_APPFONT ( 27 , RSC_CD_FIXEDTEXT_HEIGHT ) ; \ + Pos = MAP_APPFONT ( IDX_COL1, IDX_ROW_2_TEXT ) ; \ + Size = MAP_APPFONT ( 27, RSC_CD_FIXEDTEXT_HEIGHT ) ; \ Text [ en-US ] = "~Entry" ; \ Left = TRUE ; \ }; \ FixedText LBL_KEY \ { \ Disable = TRUE ; \ - Pos = MAP_APPFONT ( IDX_COL1 , IDX_ROW_3_TEXT ) ; \ - Size = MAP_APPFONT ( 42 , RSC_CD_FIXEDTEXT_HEIGHT ) ; \ + Pos = MAP_APPFONT ( IDX_COL1, IDX_ROW_3_TEXT ) ; \ + Size = MAP_APPFONT ( 42, RSC_CD_FIXEDTEXT_HEIGHT ) ; \ Text [ en-US ] = "~1st key" ; \ Left = TRUE ; \ }; \ ComboBox DCB_KEY \ { \ Disable = TRUE ; \ - Pos = MAP_APPFONT ( IDX_COL2 , IDX_ROW_3_LIST ) ; \ - Size = MAP_APPFONT ( LIST_WIDTH , 56 ) ; \ + Pos = MAP_APPFONT ( IDX_COL2, IDX_ROW_3_LIST ) ; \ + Size = MAP_APPFONT ( LIST_WIDTH, 56 ) ; \ TabStop = TRUE ; \ DropDown = TRUE ; \ }; \ FixedText LBL_KEY2 \ { \ Disable = TRUE ; \ - Pos = MAP_APPFONT ( IDX_COL1 , IDX_ROW_4_TEXT ) ; \ - Size = MAP_APPFONT ( 42 , RSC_CD_FIXEDTEXT_HEIGHT ) ; \ + Pos = MAP_APPFONT ( IDX_COL1, IDX_ROW_4_TEXT ) ; \ + Size = MAP_APPFONT ( 42, RSC_CD_FIXEDTEXT_HEIGHT ) ; \ Text [ en-US ] = "~2nd key" ; \ Left = TRUE ; \ }; \ ComboBox DCB_KEY2 \ { \ Disable = TRUE ; \ - Pos = MAP_APPFONT ( IDX_COL2 , IDX_ROW_4_LIST ) ; \ - Size = MAP_APPFONT ( LIST_WIDTH , 56 ) ; \ + Pos = MAP_APPFONT ( IDX_COL2, IDX_ROW_4_LIST ) ; \ + Size = MAP_APPFONT ( LIST_WIDTH, 56 ) ; \ TabStop = TRUE ; \ DropDown = TRUE ; \ }; \ FixedText FT_PHONETIC_1 \ { \ - Pos = MAP_APPFONT ( IDX_COL_PHONETIC_TEXT , IDX_ROW_2_TEXT ) ; \ - Size = MAP_APPFONT ( IDX_PHONETIC_TEXT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ; \ - Hide = PHONETIC_HIDDEN; \ + Pos = MAP_APPFONT ( IDX_COL_PHONETIC_TEXT, IDX_ROW_2_TEXT ) ; \ + Size = MAP_APPFONT ( IDX_PHONETIC_TEXT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; \ + Hide = PHONETIC_HIDDEN ; \ IDX_PHONETIC_LISTBOX_DESCRIPTION \ }; \ Edit ED_PHONETIC_1 \ { \ Border = TRUE ; \ - Pos = MAP_APPFONT ( IDX_COL_PHONETIC_EDIT , IDX_ROW_2_LIST ) ; \ - Size = MAP_APPFONT ( IDX_PHONETIC_EDIT_WIDTH , 12 ) ; \ + Pos = MAP_APPFONT ( IDX_COL_PHONETIC_EDIT, IDX_ROW_2_LIST ) ; \ + Size = MAP_APPFONT ( IDX_PHONETIC_EDIT_WIDTH, 12 ) ; \ Hide = PHONETIC_HIDDEN; \ TabStop = TRUE ; \ Left = TRUE ; \ }; \ FixedText FT_PHONETIC_2 \ { \ - Pos = MAP_APPFONT ( IDX_COL_PHONETIC_TEXT , IDX_ROW_3_TEXT ) ; \ - Size = MAP_APPFONT ( IDX_PHONETIC_TEXT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ; \ - Hide = PHONETIC_HIDDEN; \ + Pos = MAP_APPFONT ( IDX_COL_PHONETIC_TEXT, IDX_ROW_3_TEXT ) ; \ + Size = MAP_APPFONT ( IDX_PHONETIC_TEXT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; \ + Hide = PHONETIC_HIDDEN ; \ IDX_PHONETIC_LISTBOX_DESCRIPTION \ }; \ Edit ED_PHONETIC_2 \ { \ Border = TRUE ; \ - Pos = MAP_APPFONT ( IDX_COL_PHONETIC_EDIT , IDX_ROW_3_LIST ) ; \ - Size = MAP_APPFONT ( IDX_PHONETIC_EDIT_WIDTH , 12 ) ; \ - Hide = PHONETIC_HIDDEN; \ + Pos = MAP_APPFONT ( IDX_COL_PHONETIC_EDIT, IDX_ROW_3_LIST ) ; \ + Size = MAP_APPFONT ( IDX_PHONETIC_EDIT_WIDTH, 12 ) ; \ + Hide = PHONETIC_HIDDEN ; \ TabStop = TRUE ; \ Left = TRUE ; \ }; \ FixedText FT_PHONETIC_3 \ { \ - Pos = MAP_APPFONT ( IDX_COL_PHONETIC_TEXT , IDX_ROW_4_TEXT ) ; \ - Size = MAP_APPFONT ( IDX_PHONETIC_TEXT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ; \ - Hide = PHONETIC_HIDDEN; \ + Pos = MAP_APPFONT ( IDX_COL_PHONETIC_TEXT, IDX_ROW_4_TEXT ) ; \ + Size = MAP_APPFONT ( IDX_PHONETIC_TEXT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ; \ + Hide = PHONETIC_HIDDEN ; \ IDX_PHONETIC_LISTBOX_DESCRIPTION \ }; \ Edit ED_PHONETIC_3 \ { \ Border = TRUE ; \ - Pos = MAP_APPFONT ( IDX_COL_PHONETIC_EDIT , IDX_ROW_4_LIST ) ; \ - Size = MAP_APPFONT ( IDX_PHONETIC_EDIT_WIDTH , 12 ) ; \ - Hide = PHONETIC_HIDDEN; \ + Pos = MAP_APPFONT ( IDX_COL_PHONETIC_EDIT, IDX_ROW_4_LIST ) ; \ + Size = MAP_APPFONT ( IDX_PHONETIC_EDIT_WIDTH, 12 ) ; \ + Hide = PHONETIC_HIDDEN ; \ TabStop = TRUE ; \ Left = TRUE ; \ }; \ FixedText LBL_LEVEL \ { \ - Pos = MAP_APPFONT ( IDX_COL1 , 76 ) ; \ - Size = MAP_APPFONT ( 41 , RSC_CD_FIXEDTEXT_HEIGHT ) ; \ + Pos = MAP_APPFONT ( IDX_COL1, 76 ) ; \ + Size = MAP_APPFONT ( 41, RSC_CD_FIXEDTEXT_HEIGHT ) ; \ Text [ en-US ] = "~Level" ; \ Left = TRUE ; \ }; \ NumericField SL_LEVEL \ { \ Border = TRUE ; \ - Pos = MAP_APPFONT ( IDX_COL2 , 74 ) ; \ - Size = MAP_APPFONT ( 18 , 12 ) ; \ + Pos = MAP_APPFONT ( IDX_COL2, 74 ) ; \ + Size = MAP_APPFONT ( 18, 12 ) ; \ TabStop = TRUE ; \ Left = TRUE ; \ Repeat = TRUE ; \ @@ -238,30 +238,30 @@ Text [ en-US ] = "Phonetic reading"; \ }; \ CheckBox CB_MAIN_ENTRY \ { \ - Pos = MAP_APPFONT ( IDX_COL1 , 76 ) ; \ - Size = MAP_APPFONT ( 100 , 8 ) ; \ - Text [ en-US ] = "~Main entry";\ + Pos = MAP_APPFONT ( IDX_COL1, 76 ) ; \ + Size = MAP_APPFONT ( 100, 8 ) ; \ + Text [ en-US ] = "~Main entry" ;\ }; \ CheckBox CB_APPLY_TO_ALL \ { \ - Pos = MAP_APPFONT ( IDX_COL1 , 90 ) ; \ - Size = MAP_APPFONT ( 140 , 12 ) ; \ + Pos = MAP_APPFONT ( IDX_COL1, 90 ) ; \ + Size = MAP_APPFONT ( 140, 12 ) ; \ Hide = TRUE; \ - Text [ en-US ] = "~Apply to all similar texts."; \ + Text [ en-US ] = "~Apply to all similar texts." ; \ }; \ CheckBox CB_CASESENSITIVE \ { \ - Pos = MAP_APPFONT ( 21 , 104 ) ; \ - Size = MAP_APPFONT ( 131 , 12 ) ; \ + Pos = MAP_APPFONT ( 21, 104 ) ; \ + Size = MAP_APPFONT ( 131, 12 ) ; \ Hide = TRUE;\ - Text [ en-US ] = "Ma~tch case";\ + Text [ en-US ] = "Ma~tch case" ;\ }; \ CheckBox CB_WORDONLY \ { \ - Pos = MAP_APPFONT ( 21 , 118 ) ; \ - Size = MAP_APPFONT ( 131 , 12 ) ; \ + Pos = MAP_APPFONT ( 21, 118 ) ; \ + Size = MAP_APPFONT ( 131, 12 ) ; \ Hide = TRUE;\ - Text [ en-US ] = "~Whole words only";\ + Text [ en-US ] = "~Whole words only" ;\ }; \ }; @@ -271,26 +271,26 @@ ModalDialog DLG_EDIT_IDXMARK Moveable = TRUE ; Closeable = TRUE; Sizeable = FALSE ; - HelpId = CMD_FN_EDIT_IDX_ENTRY_DLG; + HelpId = CMD_FN_EDIT_IDX_ENTRY_DLG ; SVLook = TRUE ; - #define IDX_WIN_WIDTH IDX_WIN_WIDTH_NORMAL - Size = MAP_APPFONT ( IDX_WIN_WIDTH , 118 ) ; + #define IDX_WIN_WIDTH IDX_WIN_WIDTH_NORMAL + Size = MAP_APPFONT ( IDX_WIN_WIDTH, 118 ) ; #define GB_HEIGHT 109 #define DCB_INDEX_WIDTH 94 #define PHONETIC_HIDDEN TRUE - #define LIST_WIDTH 94 + #define LIST_WIDTH 94 #define COL_BUTTONS IDX_COL_BUTTONS_NORMAL #define COL_BUTTONS_2 (COL_BUTTONS+26) #define WINDOW_HEIGHT 118 IDX_DIALOG_WINDOW - #undef IDX_WIN_WIDTH - #undef GB_HEIGHT - #undef DCB_INDEX_WIDTH - #undef PHONETIC_HIDDEN - #undef LIST_WIDTH - #undef COL_BUTTONS - #undef COL_BUTTONS_2 - #undef WINDOW_HEIGHT + #undef IDX_WIN_WIDTH + #undef GB_HEIGHT + #undef DCB_INDEX_WIDTH + #undef PHONETIC_HIDDEN + #undef LIST_WIDTH + #undef COL_BUTTONS + #undef COL_BUTTONS_2 + #undef WINDOW_HEIGHT }; ModalDialog DLG_EDIT_IDXMARK_CJK { @@ -298,10 +298,10 @@ ModalDialog DLG_EDIT_IDXMARK_CJK Moveable = TRUE ; Closeable = TRUE; Sizeable = FALSE ; - HelpId = CMD_FN_EDIT_IDX_ENTRY_DLG; + HelpId = CMD_FN_EDIT_IDX_ENTRY_DLG ; SVLook = TRUE ; #define IDX_WIN_WIDTH IDX_WIN_WIDTH_CJK - Size = MAP_APPFONT ( IDX_WIN_WIDTH , 118 ) ; + Size = MAP_APPFONT ( IDX_WIN_WIDTH, 118 ) ; #define GB_HEIGHT 109 #define DCB_INDEX_WIDTH 94 #define PHONETIC_HIDDEN FALSE @@ -327,10 +327,10 @@ ModelessDialog DLG_INSIDXMARK Sizeable = FALSE ; Hide = TRUE ; // Zoomable = TRUE ; - HelpId = CMD_FN_INSERT_IDX_ENTRY_DLG; + HelpId = CMD_FN_INSERT_IDX_ENTRY_DLG ; SVLook = TRUE ; - #define IDX_WIN_WIDTH IDX_WIN_WIDTH_NORMAL - Size = MAP_APPFONT ( IDX_WIN_WIDTH , 138) ; + #define IDX_WIN_WIDTH IDX_WIN_WIDTH_NORMAL + Size = MAP_APPFONT ( IDX_WIN_WIDTH, 138) ; // Moveable = TRUE ; #define GB_HEIGHT 129 #define DCB_INDEX_WIDTH 79 @@ -353,13 +353,13 @@ ModelessDialog DLG_INSIDXMARK_CJK { OutputSize = TRUE ; Moveable = TRUE ; - Closeable = TRUE; + Closeable = TRUE ; Sizeable = FALSE ; // Zoomable = TRUE ; - HelpId = CMD_FN_INSERT_IDX_ENTRY_DLG; + HelpId = CMD_FN_INSERT_IDX_ENTRY_DLG ; SVLook = TRUE ; #define IDX_WIN_WIDTH IDX_WIN_WIDTH_CJK - Size = MAP_APPFONT ( IDX_WIN_WIDTH , 138) ; + Size = MAP_APPFONT ( IDX_WIN_WIDTH, 138) ; // Moveable = TRUE ; #define GB_HEIGHT 129 #define DCB_INDEX_WIDTH 79 @@ -382,52 +382,52 @@ ModalDialog DLG_NEW_USER_IDX { OutputSize = TRUE ; Moveable = TRUE ; - Closeable = TRUE; + Closeable = TRUE ; Sizeable = FALSE ; - HelpID = HID_DLG_NEW_USER_IDX; + HelpID = HID_DLG_NEW_USER_IDX ; SVLook = TRUE ; - Size = MAP_APPFONT ( 194 , 60 ) ; + Size = MAP_APPFONT ( 194, 60 ) ; OKButton PB_OK { - Pos = MAP_APPFONT ( 141 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 141, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { - Pos = MAP_APPFONT ( 141 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 141, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; }; HelpButton PB_HELP { - Pos = MAP_APPFONT ( 141 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 141, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; }; FixedLine FL_NAME { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 130 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 130, 8 ) ; - Text [ en-US ] = "New user index"; + Text [ en-US ] = "New user index" ; }; FixedText FT_NAME { - Pos = MAP_APPFONT ( 12 , 17 ) ; - Size = MAP_APPFONT ( 40 , 8 ) ; + Pos = MAP_APPFONT ( 12, 17 ) ; + Size = MAP_APPFONT ( 40, 8 ) ; - Text [ en-US ] = "~Name"; + Text [ en-US ] = "~Name" ; }; Edit ED_NAME { - HelpID = "sw:Edit:DLG_NEW_USER_IDX:ED_NAME"; + HelpID = "sw:Edit:DLG_NEW_USER_IDX:ED_NAME" ; Border = TRUE ; - Pos = MAP_APPFONT ( 55 , 15 ) ; - Size = MAP_APPFONT ( 78 , 12 ) ; + Pos = MAP_APPFONT ( 55, 15 ) ; + Size = MAP_APPFONT ( 78, 12 ) ; TabStop = TRUE ; Left = TRUE ; }; - Text [ en-US ] = "Create New User-defined Index"; + Text [ en-US ] = "Create New User-defined Index" ; }; String STR_IDXMRK_EDIT @@ -436,113 +436,112 @@ String STR_IDXMRK_EDIT }; String STR_IDXMRK_INSERT { - /* ### ACHTUNG: Neuer Text in Resource? Verzeichniseintrag einf�gen : Verzeichniseintrag einf�gen */ Text [ en-US ] = "Insert Index Entry" ; }; #define AUTH_DIALOG_WINDOW \ Window WIN_DLG \ { \ - Pos = MAP_APPFONT ( 0 , 0 ) ; \ - Size = MAP_APPFONT ( 218 , 118 + RADIO_BUTTON_HEIGHT) ; \ + Pos = MAP_APPFONT ( 0, 0 ) ; \ + Size = MAP_APPFONT ( 218, 118 + RADIO_BUTTON_HEIGHT) ; \ RadioButton RB_FROMCOMPONENT \ { \ - Pos = MAP_APPFONT ( 12 , 14 ) ; \ - Size = MAP_APPFONT ( 147 , 12 ) ; \ - Text [ en-US ] = "From bibliography ~database";\ + Pos = MAP_APPFONT ( 12, 14 ) ; \ + Size = MAP_APPFONT ( 147, 12 ) ; \ + Text [ en-US ] = "From bibliography ~database" ;\ }; \ RadioButton RB_FROMDOCCONTENT \ { \ Pos = MAP_APPFONT ( 12, 29 ) ; \ - Size = MAP_APPFONT ( 147 , 12 ) ; \ - Text [ en-US ] = "~From document content";\ + Size = MAP_APPFONT ( 147, 12 ) ; \ + Text [ en-US ] = "~From document content" ;\ }; \ FixedText FT_AUTHOR \ { \ - Pos = MAP_APPFONT ( 12 , 14 + RADIO_BUTTON_HEIGHT) ; \ - Size = MAP_APPFONT ( 60 , 8 ) ; \ - Text [ en-US ] = "Author";\ + Pos = MAP_APPFONT ( 12, 14 + RADIO_BUTTON_HEIGHT) ; \ + Size = MAP_APPFONT ( 60, 8 ) ; \ + Text [ en-US ] = "Author" ;\ }; \ FixedText FI_AUTHOR \ { \ - Pos = MAP_APPFONT ( 12 , 25 + RADIO_BUTTON_HEIGHT) ; \ + Pos = MAP_APPFONT ( 12, 25 + RADIO_BUTTON_HEIGHT) ; \ Size = MAP_APPFONT ( 140, 8 ) ; \ WordBreak = TRUE; \ }; \ FixedText FT_TITLE \ { \ - Pos = MAP_APPFONT ( 12 , 37 + RADIO_BUTTON_HEIGHT) ; \ - Size = MAP_APPFONT ( 60 , 8 ) ; \ - Text [ en-US ] = "Title";\ + Pos = MAP_APPFONT ( 12, 37 + RADIO_BUTTON_HEIGHT) ; \ + Size = MAP_APPFONT ( 60, 8 ) ; \ + Text [ en-US ] = "Title" ;\ }; \ FixedText FI_TITLE \ { \ - Pos = MAP_APPFONT ( 12 , 48 + RADIO_BUTTON_HEIGHT) ; \ + Pos = MAP_APPFONT ( 12, 48 + RADIO_BUTTON_HEIGHT) ; \ Size = MAP_APPFONT ( 140, 8 ) ; \ WordBreak = TRUE; \ }; \ FixedText FT_ENTRY \ { \ - Pos = MAP_APPFONT ( 12 , 62 + RADIO_BUTTON_HEIGHT) ; \ - Size = MAP_APPFONT ( 60 , 8 ) ; \ - Text [ en-US ] = "Short ~name";\ + Pos = MAP_APPFONT ( 12, 62 + RADIO_BUTTON_HEIGHT) ; \ + Size = MAP_APPFONT ( 60, 8 ) ; \ + Text [ en-US ] = "Short ~name" ;\ }; \ Edit ED_ENTRY \ { \ Border = TRUE ; \ - Pos = MAP_APPFONT ( 12 , 73 + RADIO_BUTTON_HEIGHT) ; \ - Size = MAP_APPFONT ( 140 , 12 ) ; \ + Pos = MAP_APPFONT ( 12, 73 + RADIO_BUTTON_HEIGHT) ; \ + Size = MAP_APPFONT ( 140, 12 ) ; \ TabStop = TRUE ; \ Left = TRUE ; \ }; \ ListBox LB_ENTRY \ { \ Border = TRUE ; \ - Pos = MAP_APPFONT ( 12 , 73 + RADIO_BUTTON_HEIGHT) ; \ - Size = MAP_APPFONT ( 140 , 50 ) ; \ + Pos = MAP_APPFONT ( 12, 73 + RADIO_BUTTON_HEIGHT) ; \ + Size = MAP_APPFONT ( 140, 50 ) ; \ TabStop = TRUE ; \ DropDown = TRUE ; \ }; \ FixedLine FL_ENTRY \ { \ - Pos = MAP_APPFONT ( 6 , 3 ) ; \ - Size = MAP_APPFONT ( 146 , 8 ) ; \ - Text [ en-US ] = "Entry";\ + Pos = MAP_APPFONT ( 6, 3 ) ; \ + Size = MAP_APPFONT ( 146, 8 ) ; \ + Text [ en-US ] = "Entry" ;\ }; \ OKButton PB_OK \ { \ - Pos = MAP_APPFONT ( 162 , 6 ) ; \ - Size = MAP_APPFONT ( 50 , 14 ) ; \ + Pos = MAP_APPFONT ( 162, 6 ) ; \ + Size = MAP_APPFONT ( 50, 14 ) ; \ TabStop = TRUE ; \ DefButton = TRUE ; \ - Text [ en-US ] = "Insert";\ + Text [ en-US ] = "Insert" ;\ }; \ CancelButton PB_CANCEL \ { \ - Pos = MAP_APPFONT ( 162 , 23 ) ; \ - Size = MAP_APPFONT ( 50 , 14 ) ; \ - Text [ en-US ] = "Close";\ + Pos = MAP_APPFONT ( 162, 23 ) ; \ + Size = MAP_APPFONT ( 50, 14 ) ; \ + Text [ en-US ] = "Close" ;\ }; \ HelpButton PB_HELP \ { \ - Pos = MAP_APPFONT ( 162 , 43 ) ; \ - Size = MAP_APPFONT ( 50 , 14 ) ; \ + Pos = MAP_APPFONT ( 162, 43 ) ; \ + Size = MAP_APPFONT ( 50, 14 ) ; \ }; \ PushButton PB_CREATEENTRY \ { \ - Pos = MAP_APPFONT ( 162 , 60 ) ; \ - Size = MAP_APPFONT ( 50 , 14 ) ; \ - Text [ en-US ] = "~New";\ + Pos = MAP_APPFONT ( 162, 60 ) ; \ + Size = MAP_APPFONT ( 50, 14 ) ; \ + Text [ en-US ] = "~New" ;\ }; \ PushButton PB_EDITENTRY \ { \ - Pos = MAP_APPFONT ( 162 , 77 ) ; \ - Size = MAP_APPFONT ( 50 , 14 ) ; \ - Text [ en-US ] = "Edit";\ + Pos = MAP_APPFONT ( 162, 77 ) ; \ + Size = MAP_APPFONT ( 50, 14 ) ; \ + Text [ en-US ] = "Edit" ;\ }; \ String ST_CHANGE \ { \ - Text [ en-US ] = "Modify";\ + Text [ en-US ] = "Modify" ;\ }; \ }; @@ -552,9 +551,9 @@ ModalDialog DLG_EDIT_AUTHMARK Moveable = TRUE ; Closeable = TRUE ; Sizeable = FALSE ; - HelpId = CMD_FN_EDIT_AUTH_ENTRY_DLG; + HelpId = CMD_FN_EDIT_AUTH_ENTRY_DLG ; SVLook = TRUE ; - Size = MAP_APPFONT ( 218 , 118 ) ; + Size = MAP_APPFONT ( 218, 118 ) ; #define RADIO_BUTTON_HEIGHT 0 AUTH_DIALOG_WINDOW #undef RADIO_BUTTON_HEIGHT @@ -566,101 +565,61 @@ ModelessDialog DLG_INSAUTHMARK Closeable = TRUE ; Sizeable = FALSE ; // Zoomable = TRUE ; - HelpId = CMD_FN_INSERT_AUTH_ENTRY_DLG; + HelpId = CMD_FN_INSERT_AUTH_ENTRY_DLG ; SVLook = TRUE ; #define RADIO_BUTTON_HEIGHT 30 - Size = MAP_APPFONT ( 218 , 118 + RADIO_BUTTON_HEIGHT) ; + Size = MAP_APPFONT ( 218, 118 + RADIO_BUTTON_HEIGHT) ; // Moveable = TRUE ; AUTH_DIALOG_WINDOW #undef RADIO_BUTTON_HEIGHT }; ModalDialog DLG_CREATE_AUTH_ENTRY { - HelpId = HID_DLG_CREATE_AUTH_ENTRY; + HelpId = HID_DLG_CREATE_AUTH_ENTRY ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 365 , 203 ) ; + Size = MAP_APPFONT ( 365, 203 ) ; Moveable = TRUE ; OKButton PB_OK { - Pos = MAP_APPFONT ( 312 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 312, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { - Pos = MAP_APPFONT ( 312 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 312, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; }; HelpButton PB_HELP { - Pos = MAP_APPFONT ( 312 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 312, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; }; FixedLine FL_ENTRIES { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 300 , 8 ) ; - Text [ en-US ] = "Entry data"; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 300, 8 ) ; + Text [ en-US ] = "Entry data" ; }; - Text [ en-US ] = "Define Bibliography Entry"; + Text [ en-US ] = "Define Bibliography Entry" ; }; String STR_AUTHMRK_EDIT { - Text [ en-US ] = "Edit Bibliography Entry"; + Text [ en-US ] = "Edit Bibliography Entry" ; }; String STR_AUTHMRK_INSERT { - Text [ en-US ] = "Insert Bibliography Entry"; + Text [ en-US ] = "Insert Bibliography Entry" ; }; QueryBox DLG_CHANGE_AUTH_ENTRY { BUTTONS = WB_YES_NO ; DEFBUTTON = WB_DEF_NO ; - Message [ en-US ] = "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?"; + Message [ en-US ] = "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/misc/glosbib.src b/main/sw/source/ui/misc/glosbib.src index 76d1a72..c1e37c0 100644 --- a/main/sw/source/ui/misc/glosbib.src +++ b/main/sw/source/ui/misc/glosbib.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,104 +29,103 @@ ModalDialog DLG_BIB_BASE HelpID = HID_BIB_BASE ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 349 , 121 ) ; + Size = MAP_APPFONT ( 349, 121 ) ; Moveable = TRUE ; Text [ en-US ] = "Edit Categories" ; PushButton PB_NEW { - HelpID = "sw:PushButton:DLG_BIB_BASE:PB_NEW"; + HelpID = "sw:PushButton:DLG_BIB_BASE:PB_NEW" ; Disable = TRUE ; - Pos = MAP_APPFONT ( 293 , 66 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 293, 66 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~New" ; TabStop = TRUE ; }; PushButton PB_DELETE { - HelpID = "sw:PushButton:DLG_BIB_BASE:PB_DELETE"; - Pos = MAP_APPFONT ( 293 , 83 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */ + HelpID = "sw:PushButton:DLG_BIB_BASE:PB_DELETE" ; + Pos = MAP_APPFONT ( 293, 83 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; Disable = TRUE ; }; PushButton PB_RENAME { - HelpID = "sw:PushButton:DLG_BIB_BASE:PB_RENAME"; + HelpID = "sw:PushButton:DLG_BIB_BASE:PB_RENAME" ; Disable = TRUE ; - Pos = MAP_APPFONT ( 293 , 100 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 293, 100 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Rename" ; TabStop = TRUE ; }; - FixedText FT_BIB + FixedText FT_BIB { - Pos = MAP_APPFONT ( 12 , 3 ) ; - Size = MAP_APPFONT ( 100 , 8 ) ; + Pos = MAP_APPFONT ( 12, 3 ) ; + Size = MAP_APPFONT ( 100, 8 ) ; Text [ en-US ] = "Category" ; }; OKButton BT_OK { - Pos = MAP_APPFONT ( 293 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 293, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BT_CANCEL { - Pos = MAP_APPFONT ( 293 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 293, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; HelpButton BT_HELP { - Pos = MAP_APPFONT ( 293 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 293, 43 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; Edit ED_NAME { - HelpID = "sw:Edit:DLG_BIB_BASE:ED_NAME"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 159 , 12 ) ; + HelpID = "sw:Edit:DLG_BIB_BASE:ED_NAME" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 159, 12 ) ; TabStop = TRUE ; Border = TRUE ; MaxTextLength = 256 ; }; - FixedText FT_PATH + FixedText FT_PATH { - Pos = MAP_APPFONT ( 174 , 3 ) ; - Size = MAP_APPFONT ( 60 , 8 ) ; - Text [ en-US ] = "Path"; + Pos = MAP_APPFONT ( 174, 3 ) ; + Size = MAP_APPFONT ( 60, 8 ) ; + Text [ en-US ] = "Path" ; }; ListBox LB_PATH { - HelpID = "sw:ListBox:DLG_BIB_BASE:LB_PATH"; - Pos = MAP_APPFONT ( 174 , 14 ) ; - Size = MAP_APPFONT ( 107 , 50 ) ; + HelpID = "sw:ListBox:DLG_BIB_BASE:LB_PATH" ; + Pos = MAP_APPFONT ( 174, 14 ) ; + Size = MAP_APPFONT ( 107, 50 ) ; DropDown = TRUE ; Border = TRUE ; TabStop = TRUE ; DDExtraWidth = TRUE ; }; - FixedText FT_SELECT + FixedText FT_SELECT { - Pos = MAP_APPFONT ( 12 , 30 ) ; - Size = MAP_APPFONT ( 100 , 8 ) ; - Text [ en-US ] = "Selection list"; + Pos = MAP_APPFONT ( 12, 30 ) ; + Size = MAP_APPFONT ( 100, 8 ) ; + Text [ en-US ] = "Selection list" ; }; Control TLB_GROUPS { - Pos = MAP_APPFONT ( 12 , 41 ) ; - Size = MAP_APPFONT ( 269 , 73 ) ; + Pos = MAP_APPFONT ( 12, 41 ) ; + Size = MAP_APPFONT ( 269, 73 ) ; TabStop = TRUE ; Border = TRUE ; }; - /* ComboBox CO_NAME + /* ComboBox CO_NAME { - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 89 , 76 ) ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 89, 76 ) ; TabStop = TRUE ; #ifdef WIN MaxTextLength = 8 ; @@ -142,38 +141,4 @@ String STR_GLOSSARY_BIB_DLG Text [ en-US ] = "Edit Categories" ; };*/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/misc/num.src b/main/sw/source/ui/misc/num.src index d2097d9..fbbab32 100644 --- a/main/sw/source/ui/misc/num.src +++ b/main/sw/source/ui/misc/num.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,21 +7,19 @@ * 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. - * + * *************************************************************/ -/* StarView ressource file */ - #include "globals.hrc" #include "misc.hrc" @@ -31,275 +29,271 @@ #include "svx/dialogs.hrc" /**************************************************************************/ -/* */ -/* TabPage Positionen */ -/* */ +/* TabPage positions */ /**************************************************************************/ TabPage TP_NUM_POSITION { HelpID = HID_NUM_POSITION ; SVLook = TRUE ; - Size = MAP_APPFONT ( 260 , 185 ) ; - Hide = TRUE; - FixedLine FL_LEVEL + Size = MAP_APPFONT ( 260, 185 ) ; + Hide = TRUE ; + FixedLine FL_LEVEL { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 35 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 35, 8 ) ; Text [ en-US ] = "Level" ; }; MultiListBox LB_LEVEL { - HelpID = "sw:MultiListBox:TP_NUM_POSITION:LB_LEVEL"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 26 , 163 ) ; + HelpID = "sw:MultiListBox:TP_NUM_POSITION:LB_LEVEL" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 26, 163 ) ; TabStop = TRUE ; DropDown = FALSE ; Border = TRUE ; SimpleMode = TRUE ; }; - FixedLine FL_POSITION + FixedLine FL_POSITION { - Pos = MAP_APPFONT ( 47 , 3 ) ; - Size = MAP_APPFONT ( 207 , 8 ) ; + Pos = MAP_APPFONT ( 47, 3 ) ; + Size = MAP_APPFONT ( 207, 8 ) ; Group = TRUE ; Text [ en-US ] = "Position and spacing" ; }; - FixedText FT_BORDERDIST - { - Pos = MAP_APPFONT ( 50 , 27 ) ; - Size = MAP_APPFONT ( 105 , 10 ) ; - Text [ en-US ] = "Indent" ; - }; - MetricField MF_BORDERDIST - { - HelpID = "sw:MetricField:TP_NUM_POSITION:MF_BORDERDIST"; - Pos = MAP_APPFONT ( 198 , 25 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - Border = TRUE ; - TabStop = TRUE ; - Left = TRUE ; - Repeat = TRUE ; - Spin = TRUE ; - Minimum = -1999 ; - Maximum = 1999 ; - DecimalDigits = 2 ; - Value = 0 ; - Unit = FUNIT_CM ; - First = 0 ; - Last = 1999 ; - SpinSize = 5 ; - }; - CheckBox CB_RELATIVE - { - HelpID = "sw:CheckBox:TP_NUM_POSITION:CB_RELATIVE"; - Pos = MAP_APPFONT ( 198 , 41 ) ; - Size = MAP_APPFONT ( 52 , 10 ) ; - Text [ en-US ] = "Relati~ve" ; - }; - FixedText FT_INDENT - { - Pos = MAP_APPFONT ( 50 , 59 ) ; - Size = MAP_APPFONT ( 105 , 8 ) ; - Text [ en-US ] = "Width of numbering" ; - }; - MetricField MF_INDENT - { - HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT"; - Pos = MAP_APPFONT ( 198 , 57 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - Border = TRUE ; - TabStop = TRUE ; - Left = TRUE ; - Repeat = TRUE ; - Spin = TRUE ; - Minimum = 0 ; - Maximum = 1999 ; - DecimalDigits = 2 ; - Value = 0 ; - Unit = FUNIT_CM ; - First = 0 ; - Last = 1999 ; - SpinSize = 5 ; - }; - FixedText FT_NUMDIST - { - Pos = MAP_APPFONT ( 50 , 75 ) ; - Size = MAP_APPFONT ( 105 , 8 ) ; - Text [ en-US ] = "Minimum space numbering <-> text" ; - }; - MetricField MF_NUMDIST - { - HelpID = "sw:MetricField:TP_NUM_POSITION:MF_NUMDIST"; - Pos = MAP_APPFONT ( 198 , 73 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - Left = TRUE ; - Repeat = TRUE ; - Spin = TRUE ; - Minimum = 0 ; - Maximum = 1999 ; - DecimalDigits = 2 ; - Value = 0 ; - Unit = FUNIT_CM ; - First = 0 ; - Last = 1999 ; - SpinSize = 5 ; - Border = TRUE ; - TabStop = TRUE ; - }; - FixedText FT_ALIGN - { - Pos = MAP_APPFONT ( 50 , 91 ) ; - Size = MAP_APPFONT ( 105 , 8 ) ; - Text [ en-US ] = "N~umbering alignment" ; - }; - ListBox LB_ALIGN - { - HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN"; - Pos = MAP_APPFONT ( 198 , 89 ) ; - Size = MAP_APPFONT ( 40 , 40 ) ; - TabStop = TRUE ; - DropDown = TRUE ; - StringList [ en-US ] = - { - < "Left" ; > ; - < "Centered" ; > ; - < "Right" ; > ; - }; - }; - FixedText FT_LABEL_FOLLOWED_BY - { - Pos = MAP_APPFONT ( 50 , 27 ) ; - Size = MAP_APPFONT ( 105 , 10 ) ; - Text [ en-US ] = "Numbering followed by" ; - }; - ListBox LB_LABEL_FOLLOWED_BY - { - HelpID = "sw:ListBox:TP_NUM_POSITION:LB_LABEL_FOLLOWED_BY"; - Pos = MAP_APPFONT ( 198 , 25 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - TabStop = TRUE ; - DropDown = TRUE ; - StringList [ en-US ] = - { - < "Tab stop" ; > ; - < "Space" ; > ; - < "Nothing" ; > ; - }; - }; - FixedText FT_LISTTAB - { - Pos = MAP_APPFONT ( 50 , 43 ) ; - Size = MAP_APPFONT ( 143 , 10 ) ; - Right = TRUE ; - Text [ en-US ] = "at" ; - }; - MetricField MF_LISTTAB - { - HelpID = "sw:MetricField:TP_NUM_POSITION:MF_LISTTAB"; - Pos = MAP_APPFONT ( 198 , 41 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - Border = TRUE ; - TabStop = TRUE ; - Left = TRUE ; - Repeat = TRUE ; - Spin = TRUE ; - Minimum = 0 ; - Maximum = 1999 ; - DecimalDigits = 2 ; - Value = 0 ; - Unit = FUNIT_CM ; - First = 0 ; - Last = 1999 ; - SpinSize = 5 ; - }; - FixedText FT_ALIGN_2 - { - Pos = MAP_APPFONT ( 50 , 59 ) ; - Size = MAP_APPFONT ( 105 , 8 ) ; - }; - ListBox LB_ALIGN_2 - { - HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN_2"; - Pos = MAP_APPFONT ( 198 , 57 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - TabStop = TRUE ; - DropDown = TRUE ; - }; - FixedText FT_ALIGNED_AT - { - Pos = MAP_APPFONT ( 50 , 75 ) ; - Size = MAP_APPFONT ( 105 , 8 ) ; - Text [ en-US ] = "Aligned at" ; - }; - MetricField MF_ALIGNED_AT - { - HelpID = "sw:MetricField:TP_NUM_POSITION:MF_ALIGNED_AT"; - Pos = MAP_APPFONT ( 198 , 73 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - Left = TRUE ; - Repeat = TRUE ; - Spin = TRUE ; - Minimum = -1999 ; - Maximum = 1999 ; - DecimalDigits = 2 ; - Value = 0 ; - Unit = FUNIT_CM ; - First = 0 ; - Last = 1999 ; - SpinSize = 5 ; - Border = TRUE ; - TabStop = TRUE ; - }; - FixedText FT_INDENT_AT - { - Pos = MAP_APPFONT ( 50 , 91 ) ; - Size = MAP_APPFONT ( 105 , 8 ) ; - Text [ en-US ] = "Indent at" ; - }; - MetricField MF_INDENT_AT - { - HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT_AT"; - Pos = MAP_APPFONT ( 198 , 89 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - Left = TRUE ; - Repeat = TRUE ; - Spin = TRUE ; - Minimum = -1999 ; - Maximum = 1999 ; - DecimalDigits = 2 ; - Value = 0 ; - Unit = FUNIT_CM ; - First = 0 ; - Last = 1999 ; - SpinSize = 5 ; - Border = TRUE ; - TabStop = TRUE ; - }; - PushButton PB_STANDARD - { - HelpID = "sw:PushButton:TP_NUM_POSITION:PB_STANDARD"; - Pos = MAP_APPFONT ( 198 , 165 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - Text [ en-US ] = "Default" ; - }; - Window WIN_PREVIEW - { - Pos = MAP_APPFONT ( 50 , 113 ) ; - Size = MAP_APPFONT ( 143 , 67 ) ; - Border = TRUE ; - }; + FixedText FT_BORDERDIST + { + Pos = MAP_APPFONT ( 50, 27 ) ; + Size = MAP_APPFONT ( 105, 10 ) ; + Text [ en-US ] = "Indent" ; + }; + MetricField MF_BORDERDIST + { + HelpID = "sw:MetricField:TP_NUM_POSITION:MF_BORDERDIST" ; + Pos = MAP_APPFONT ( 198, 25 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; + Border = TRUE ; + TabStop = TRUE ; + Left = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Minimum = -1999 ; + Maximum = 1999 ; + DecimalDigits = 2 ; + Value = 0 ; + Unit = FUNIT_CM ; + First = 0 ; + Last = 1999 ; + SpinSize = 5 ; + }; + CheckBox CB_RELATIVE + { + HelpID = "sw:CheckBox:TP_NUM_POSITION:CB_RELATIVE" ; + Pos = MAP_APPFONT ( 198, 41 ) ; + Size = MAP_APPFONT ( 52, 10 ) ; + Text [ en-US ] = "Relati~ve" ; + }; + FixedText FT_INDENT + { + Pos = MAP_APPFONT ( 50, 59 ) ; + Size = MAP_APPFONT ( 105, 8 ) ; + Text [ en-US ] = "Width of numbering" ; + }; + MetricField MF_INDENT + { + HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT" ; + Pos = MAP_APPFONT ( 198, 57 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; + Border = TRUE ; + TabStop = TRUE ; + Left = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Minimum = 0 ; + Maximum = 1999 ; + DecimalDigits = 2 ; + Value = 0 ; + Unit = FUNIT_CM ; + First = 0 ; + Last = 1999 ; + SpinSize = 5 ; + }; + FixedText FT_NUMDIST + { + Pos = MAP_APPFONT ( 50, 75 ) ; + Size = MAP_APPFONT ( 105, 8 ) ; + Text [ en-US ] = "Minimum space numbering <-> text" ; + }; + MetricField MF_NUMDIST + { + HelpID = "sw:MetricField:TP_NUM_POSITION:MF_NUMDIST" ; + Pos = MAP_APPFONT ( 198, 73 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; + Left = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Minimum = 0 ; + Maximum = 1999 ; + DecimalDigits = 2 ; + Value = 0 ; + Unit = FUNIT_CM ; + First = 0 ; + Last = 1999 ; + SpinSize = 5 ; + Border = TRUE ; + TabStop = TRUE ; + }; + FixedText FT_ALIGN + { + Pos = MAP_APPFONT ( 50, 91 ) ; + Size = MAP_APPFONT ( 105, 8 ) ; + Text [ en-US ] = "N~umbering alignment" ; + }; + ListBox LB_ALIGN + { + HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN" ; + Pos = MAP_APPFONT ( 198, 89 ) ; + Size = MAP_APPFONT ( 40, 40 ) ; + TabStop = TRUE ; + DropDown = TRUE ; + StringList [ en-US ] = + { + < "Left" ; > ; + < "Centered" ; > ; + < "Right" ; > ; + }; + }; + FixedText FT_LABEL_FOLLOWED_BY + { + Pos = MAP_APPFONT ( 50, 27 ) ; + Size = MAP_APPFONT ( 105, 10 ) ; + Text [ en-US ] = "Numbering followed by" ; + }; + ListBox LB_LABEL_FOLLOWED_BY + { + HelpID = "sw:ListBox:TP_NUM_POSITION:LB_LABEL_FOLLOWED_BY" ; + Pos = MAP_APPFONT ( 198, 25 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; + TabStop = TRUE ; + DropDown = TRUE ; + StringList [ en-US ] = + { + < "Tab stop" ; > ; + < "Space" ; > ; + < "Nothing" ; > ; + }; + }; + FixedText FT_LISTTAB + { + Pos = MAP_APPFONT ( 50, 43 ) ; + Size = MAP_APPFONT ( 143, 10 ) ; + Right = TRUE ; + Text [ en-US ] = "at" ; + }; + MetricField MF_LISTTAB + { + HelpID = "sw:MetricField:TP_NUM_POSITION:MF_LISTTAB" ; + Pos = MAP_APPFONT ( 198, 41 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; + Border = TRUE ; + TabStop = TRUE ; + Left = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Minimum = 0 ; + Maximum = 1999 ; + DecimalDigits = 2 ; + Value = 0 ; + Unit = FUNIT_CM ; + First = 0 ; + Last = 1999 ; + SpinSize = 5 ; + }; + FixedText FT_ALIGN_2 + { + Pos = MAP_APPFONT ( 50, 59 ) ; + Size = MAP_APPFONT ( 105, 8 ) ; + }; + ListBox LB_ALIGN_2 + { + HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN_2" ; + Pos = MAP_APPFONT ( 198, 57 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; + TabStop = TRUE ; + DropDown = TRUE ; + }; + FixedText FT_ALIGNED_AT + { + Pos = MAP_APPFONT ( 50, 75 ) ; + Size = MAP_APPFONT ( 105, 8 ) ; + Text [ en-US ] = "Aligned at" ; + }; + MetricField MF_ALIGNED_AT + { + HelpID = "sw:MetricField:TP_NUM_POSITION:MF_ALIGNED_AT" ; + Pos = MAP_APPFONT ( 198, 73 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; + Left = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Minimum = -1999 ; + Maximum = 1999 ; + DecimalDigits = 2 ; + Value = 0 ; + Unit = FUNIT_CM ; + First = 0 ; + Last = 1999 ; + SpinSize = 5 ; + Border = TRUE ; + TabStop = TRUE ; + }; + FixedText FT_INDENT_AT + { + Pos = MAP_APPFONT ( 50, 91 ) ; + Size = MAP_APPFONT ( 105, 8 ) ; + Text [ en-US ] = "Indent at" ; + }; + MetricField MF_INDENT_AT + { + HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT_AT" ; + Pos = MAP_APPFONT ( 198, 89 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; + Left = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Minimum = -1999 ; + Maximum = 1999 ; + DecimalDigits = 2 ; + Value = 0 ; + Unit = FUNIT_CM ; + First = 0 ; + Last = 1999 ; + SpinSize = 5 ; + Border = TRUE ; + TabStop = TRUE ; + }; + PushButton PB_STANDARD + { + HelpID = "sw:PushButton:TP_NUM_POSITION:PB_STANDARD" ; + Pos = MAP_APPFONT ( 198, 165 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; + Text [ en-US ] = "Default" ; + }; + Window WIN_PREVIEW + { + Pos = MAP_APPFONT ( 50, 113 ) ; + Size = MAP_APPFONT ( 143, 67 ) ; + Border = TRUE ; + }; }; /**************************************************************************/ -/* */ -/* Dialog fuer Test der Svx-Implementation */ -/* */ +/* Dialogs for the test of Svx implementations */ /**************************************************************************/ TabDialog DLG_SVXTEST_NUM_BULLET { OutputSize = TRUE ; SVLook = TRUE ; - Text [ en-US ] = "Bullets and Numbering"; + Text [ en-US ] = "Bullets and Numbering" ; Moveable = TRUE ; TabControl 1 { @@ -334,37 +328,14 @@ TabDialog DLG_SVXTEST_NUM_BULLET PageItem { Identifier = RID_SVXPAGE_NUM_OPTIONS ; - /* ### ACHTUNG: Neuer Text in Resource? Optionen : ~Optionen */ Text [ en-US ] = "Options" ; }; }; - }; + }; String ST_RESET { Text [ en-US ] = "~Remove" ; }; }; - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF