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 dca10f3 Cleaned up resource files
dca10f3 is described below
commit dca10f3b89e00f1fc218e1a219f58dd8ef952698
Author: mseidel <[email protected]>
AuthorDate: Sat May 1 16:11:28 2021 +0200
Cleaned up resource files
(cherry picked from commit 240205360fab2ec3fcebddf3d3034a4531be5b48)
---
main/sw/source/ui/dialog/ascfldlg.src | 144 +++++++++++++---------------------
main/sw/source/ui/fldui/changedb.src | 82 +++++++++----------
main/sw/source/ui/table/colwd.src | 85 +++++++-------------
main/sw/source/ui/table/instable.src | 135 +++++++++++++++----------------
main/sw/source/ui/table/rowht.src | 72 +++++------------
5 files changed, 212 insertions(+), 306 deletions(-)
diff --git a/main/sw/source/ui/dialog/ascfldlg.src
b/main/sw/source/ui/dialog/ascfldlg.src
index e75417a..4238c39 100644
--- a/main/sw/source/ui/dialog/ascfldlg.src
+++ b/main/sw/source/ui/dialog/ascfldlg.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,19 +7,20 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
+
#include "dialog.hrc"
#include "helpid.h"
#include "ascfldlg.hrc"
@@ -29,151 +30,116 @@ ModalDialog DLG_ASCII_FILTER
HelpID = HID_ASCII_FILTER ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 239 , 80 ) ;
+ Size = MAP_APPFONT ( 239, 80 ) ;
Moveable = TRUE ;
- FixedLine FL_1
+ FixedLine FL_1
{
OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 170 , 8 ) ;
- Text [ en-US ] = "Properties";
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 170, 8 ) ;
+ Text [ en-US ] = "Properties" ;
};
FixedText FT_CHARSET
{
- Pos = MAP_APPFONT ( 12 , 15 ) ;
- Size = MAP_APPFONT ( 66 , 10 ) ;
- Text [ en-US ] = "~Character set";
+ Pos = MAP_APPFONT ( 12, 15 ) ;
+ Size = MAP_APPFONT ( 66, 10 ) ;
+ Text [ en-US ] = "~Character set" ;
};
ListBox LB_CHARSET
{
- HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_CHARSET";
- Pos = MAP_APPFONT ( 80 , 14 ) ;
- Size = MAP_APPFONT ( 90 , 61 ) ;
+ HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_CHARSET" ;
+ Pos = MAP_APPFONT ( 80, 14 ) ;
+ Size = MAP_APPFONT ( 90, 61 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_FONT
{
- Pos = MAP_APPFONT ( 12 , 31 ) ;
- Size = MAP_APPFONT ( 66 , 10 ) ;
- Text [ en-US ] = "Default fonts";
+ Pos = MAP_APPFONT ( 12, 31 ) ;
+ Size = MAP_APPFONT ( 66, 10 ) ;
+ Text [ en-US ] = "Default fonts" ;
};
ListBox LB_FONT
{
- HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_FONT";
- Pos = MAP_APPFONT ( 80 , 30 ) ;
- Size = MAP_APPFONT ( 90 , 61 ) ;
+ HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_FONT" ;
+ Pos = MAP_APPFONT ( 80, 30 ) ;
+ Size = MAP_APPFONT ( 90, 61 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_LANGUAGE
{
- Pos = MAP_APPFONT ( 12 , 47 ) ;
- Size = MAP_APPFONT ( 66 , 10 ) ;
- Text [ en-US ] = "Lan~guage";
+ Pos = MAP_APPFONT ( 12, 47 ) ;
+ Size = MAP_APPFONT ( 66, 10 ) ;
+ Text [ en-US ] = "Lan~guage" ;
};
ListBox LB_LANGUAGE
{
- HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_LANGUAGE";
- Pos = MAP_APPFONT ( 80 , 46 ) ;
- Size = MAP_APPFONT ( 90 , 61 ) ;
+ HelpID = "sw:ListBox:DLG_ASCII_FILTER:LB_LANGUAGE" ;
+ Pos = MAP_APPFONT ( 80, 46 ) ;
+ Size = MAP_APPFONT ( 90, 61 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_CRLF
{
- Pos = MAP_APPFONT ( 12 , 64 ) ;
- Size = MAP_APPFONT ( 66 , 8 ) ;
- Text [ en-US ] = "~Paragraph break";
+ Pos = MAP_APPFONT ( 12, 64 ) ;
+ Size = MAP_APPFONT ( 66, 8 ) ;
+ Text [ en-US ] = "~Paragraph break" ;
};
RadioButton RB_CRLF
{
- HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_CRLF";
- Pos = MAP_APPFONT ( 80 , 64 ) ;
- Size = MAP_APPFONT ( 40 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_CRLF" ;
+ Pos = MAP_APPFONT ( 80, 64 ) ;
+ Size = MAP_APPFONT ( 40, 10 ) ;
TabStop = TRUE ;
- Check = TRUE;
- Text [ en-US ] = "~CR & LF";
+ Check = TRUE ;
+ Text [ en-US ] = "~CR & LF" ;
};
RadioButton RB_CR
{
- HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_CR";
- Pos = MAP_APPFONT ( 121 , 64 ) ;
- Size = MAP_APPFONT ( 20 , 10 ) ;
-// TabStop = TRUE ;
- Text [ en-US ] = "C~R";
+ HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_CR" ;
+ Pos = MAP_APPFONT ( 121, 64 ) ;
+ Size = MAP_APPFONT ( 20, 10 ) ;
+// TabStop = TRUE ;
+ Text [ en-US ] = "C~R" ;
};
RadioButton RB_LF
{
- HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_LF";
- Pos = MAP_APPFONT ( 155 , 64 ) ;
- Size = MAP_APPFONT ( 20 , 10 ) ;
-// TabStop = TRUE ;
- Text [ en-US ] = "~LF";
+ HelpID = "sw:RadioButton:DLG_ASCII_FILTER:RB_LF" ;
+ Pos = MAP_APPFONT ( 155, 64 ) ;
+ Size = MAP_APPFONT ( 20, 10 ) ;
+// TabStop = TRUE ;
+ Text [ en-US ] = "~LF" ;
};
OKButton PB_OK
{
- Pos = MAP_APPFONT ( 183 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 183, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton PB_CANCEL
{
- Pos = MAP_APPFONT ( 183 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 183, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
- Pos = MAP_APPFONT ( 183 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 183, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
String STR_SYS_CHARSET
{
- Text [ en-US ] = "System";
+ Text [ en-US ] = "System" ;
};
- Text [ en-US ] = "ASCII Filter Options";
+ Text [ en-US ] = "ASCII Filter Options" ;
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/fldui/changedb.src
b/main/sw/source/ui/fldui/changedb.src
index fa4fde6..f1d726f 100644
--- a/main/sw/source/ui/fldui/changedb.src
+++ b/main/sw/source/ui/fldui/changedb.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,81 +27,81 @@
ModalDialog DLG_CHANGE_DB
{
- HelpID = "sw:ModalDialog:DLG_CHANGE_DB";
+ HelpID = "sw:ModalDialog:DLG_CHANGE_DB" ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 286 , 175 ) ;
-
+ Size = MAP_APPFONT ( 286, 175 ) ;
+
Text [ en-US ] = "Exchange Databases" ;
Moveable = TRUE ;
- FixedLine FL_DBLIST
+ FixedLine FL_DBLIST
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 218 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 218, 8 ) ;
Text [ en-US ] = "Exchange databases" ;
};
FixedText FT_USEDDB
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 90 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 90, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "Databases in Use" ;
};
FixedText FT_AVAILDB
{
- Pos = MAP_APPFONT ( 118 , 14 ) ;
- Size = MAP_APPFONT ( 90 , 8 ) ;
+ Pos = MAP_APPFONT ( 118, 14 ) ;
+ Size = MAP_APPFONT ( 90, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "Available Databases" ;
};
Control TLB_USEDDB
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 25 ) ;
- Size = MAP_APPFONT ( 100 , 62 ) ;
+ Pos = MAP_APPFONT ( 12, 25 ) ;
+ Size = MAP_APPFONT ( 100, 62 ) ;
TabStop = TRUE ;
};
Control TLB_AVAILDB
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 118 , 25 ) ;
- Size = MAP_APPFONT ( 100 , 62 ) ;
+ Pos = MAP_APPFONT ( 118, 25 ) ;
+ Size = MAP_APPFONT ( 100, 62 ) ;
TabStop = TRUE ;
};
- PushButton PB_ADDDB
- {
- HelpID = "sw:PushButton:DLG_CHANGE_DB:PB_ADDDB";
- Pos = MAP_APPFONT ( 118 , 90 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- Text [ en-US ] = "Browse..." ;
- };
- FixedText FT_DESC
+ PushButton PB_ADDDB
+ {
+ HelpID = "sw:PushButton:DLG_CHANGE_DB:PB_ADDDB" ;
+ Pos = MAP_APPFONT ( 118, 90 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
+ Text [ en-US ] = "Browse..." ;
+ };
+ FixedText FT_DESC
{
- Pos = MAP_APPFONT ( 12 , 110 ) ;
- Size = MAP_APPFONT ( 210 , 45 ) ;
+ Pos = MAP_APPFONT ( 12, 110 ) ;
+ Size = MAP_APPFONT ( 210, 45 ) ;
WordBreak = TRUE ;
Left = TRUE ;
- Text [ en-US ] = "Use this dialog to replace the databases you access
in your document via database fields, with other databases. You can only make
one change at a time. Multiple selection is possible in the list on the
left.\nUse the browse button to select a database file." ;
+ Text [ en-US ] = "Use this dialog to replace the databases you
access in your document via database fields, with other databases. You can only
make one change at a time. Multiple selection is possible in the list on the
left.\nUse the browse button to select a database file." ;
};
- FixedText FT_DOCDBTEXT
+ FixedText FT_DOCDBTEXT
{
- Pos = MAP_APPFONT ( 6 , 161 ) ;
- Size = MAP_APPFONT ( 100 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 161 ) ;
+ Size = MAP_APPFONT ( 100, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "Database applied to document:" ;
};
FixedText FT_DOCDBNAME
{
- Pos = MAP_APPFONT ( 109 , 161 ) ;
- Size = MAP_APPFONT ( 114 , 8 ) ;
+ Pos = MAP_APPFONT ( 109, 161 ) ;
+ Size = MAP_APPFONT ( 114, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "Addresses.Addresses" ;
};
OKButton BT_OK
{
- Pos = MAP_APPFONT ( 230 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 230, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
Disable = TRUE ;
@@ -110,17 +110,17 @@ ModalDialog DLG_CHANGE_DB
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 230 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 230, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Close" ;
};
HelpButton BT_HELP
{
- Pos = MAP_APPFONT ( 230 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 230, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
};
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/table/colwd.src
b/main/sw/source/ui/table/colwd.src
index 5d3ca09..9a14dc3 100644
--- a/main/sw/source/ui/table/colwd.src
+++ b/main/sw/source/ui/table/colwd.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,47 +25,48 @@
#include "colwd.hrc"
#include "cmdid.h"
#include "helpid.h"
- // #define DLG_COL_WIDTH 256
+// #define DLG_COL_WIDTH 256
+
ModalDialog DLG_COL_WIDTH
{
HelpID = CMD_FN_TABLE_SET_COL_WIDTH ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 159 , 60 ) ;
+ Size = MAP_APPFONT ( 159, 60 ) ;
Text [ en-US ] = "Column Width" ;
Moveable = TRUE ;
OKButton BT_OK
{
- Pos = MAP_APPFONT ( 104 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 104, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 104 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 104, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BT_HELP
{
- Pos = MAP_APPFONT ( 104 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 104, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
FixedText FT_WIDTH
{
- Pos = MAP_APPFONT ( 12 , 31 ) ;
- Size = MAP_APPFONT ( 35 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 31 ) ;
+ Size = MAP_APPFONT ( 35, 8 ) ;
Text [ en-US ] = "~Width" ;
Left = TRUE ;
};
MetricField ED_WIDTH
{
- HelpID = "sw:MetricField:DLG_COL_WIDTH:ED_WIDTH";
+ HelpID = "sw:MetricField:DLG_COL_WIDTH:ED_WIDTH" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 51 , 30 ) ;
- Size = MAP_APPFONT ( 38 , 12 ) ;
+ Pos = MAP_APPFONT ( 51, 30 ) ;
+ Size = MAP_APPFONT ( 38, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -79,25 +80,25 @@ ModalDialog DLG_COL_WIDTH
First = 100 ;
Last = 9999 ;
};
- FixedLine FL_WIDTH
+ FixedLine FL_WIDTH
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 91 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 91, 8 ) ;
Text [ en-US ] = "Width" ;
};
FixedText FT_COL
{
- Pos = MAP_APPFONT ( 12 , 16 ) ;
- Size = MAP_APPFONT ( 35 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 16 ) ;
+ Size = MAP_APPFONT ( 35, 8 ) ;
Text [ en-US ] = "~Column" ;
Left = TRUE ;
};
NumericField ED_COL
{
- HelpID = "sw:NumericField:DLG_COL_WIDTH:ED_COL";
+ HelpID = "sw:NumericField:DLG_COL_WIDTH:ED_COL" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 51 , 14 ) ;
- Size = MAP_APPFONT ( 38 , 12 ) ;
+ Pos = MAP_APPFONT ( 51, 14 ) ;
+ Size = MAP_APPFONT ( 38, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Spin = TRUE ;
@@ -107,36 +108,4 @@ ModalDialog DLG_COL_WIDTH
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/table/instable.src
b/main/sw/source/ui/table/instable.src
index e5f7116..ac4962b 100644
--- a/main/sw/source/ui/table/instable.src
+++ b/main/sw/source/ui/table/instable.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,65 +25,66 @@
#include "instable.hrc"
#include "cmdid.h"
#include "helpid.h"
- // #define DLG_INSERT_TABLE 256
+// #define DLG_INSERT_TABLE 256
+
ModalDialog DLG_INSERT_TABLE
{
HelpID = CMD_FN_INSERT_TABLE ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 280 , 166 ) ;
+ Size = MAP_APPFONT ( 280, 166 ) ;
Text [ en-US ] = "Insert Table" ;
Moveable = TRUE ;
Edit ED_NAME
{
- HelpID = "sw:Edit:DLG_INSERT_TABLE:ED_NAME";
+ HelpID = "sw:Edit:DLG_INSERT_TABLE:ED_NAME" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 53 , 6 ) ;
- Size = MAP_APPFONT ( 158, 12 ) ;
+ Pos = MAP_APPFONT ( 53, 6 ) ;
+ Size = MAP_APPFONT ( 158, 12 ) ;
TabStop = TRUE ;
};
- FixedText FT_NAME
+ FixedText FT_NAME
{
- Pos = MAP_APPFONT ( 6 , 8 ) ;
- Size = MAP_APPFONT ( 45, 8 ) ;
- Text [ en-US ] = "Name";
+ Pos = MAP_APPFONT ( 6, 8 ) ;
+ Size = MAP_APPFONT ( 45, 8 ) ;
+ Text [ en-US ] = "Name" ;
};
FixedText FT_COL
{
- Pos = MAP_APPFONT ( 12 , 34 ) ;
- Size = MAP_APPFONT ( 39 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 34 ) ;
+ Size = MAP_APPFONT ( 39, 8 ) ;
Text [ en-US ] = "~Columns" ;
Left = TRUE ;
};
NumericField ED_COL
{
- HelpID = "sw:NumericField:DLG_INSERT_TABLE:ED_COL";
+ HelpID = "sw:NumericField:DLG_INSERT_TABLE:ED_COL" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 53 , 32 ) ;
- Size = MAP_APPFONT ( 28 , 12 ) ;
+ Pos = MAP_APPFONT ( 53, 32 ) ;
+ Size = MAP_APPFONT ( 28, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
Minimum = 1 ;
Maximum = 99 ;
- Value = 2 ;
+ Value = 2 ;
First = 1 ;
Last = 99 ;
};
FixedText FT_ROW
{
- Pos = MAP_APPFONT ( 12 , 50 ) ;
- Size = MAP_APPFONT ( 39 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 50 ) ;
+ Size = MAP_APPFONT ( 39, 8 ) ;
Text [ en-US ] = "~Rows" ;
Left = TRUE ;
};
NumericField ED_ROW
{
- HelpID = "sw:NumericField:DLG_INSERT_TABLE:ED_ROW";
+ HelpID = "sw:NumericField:DLG_INSERT_TABLE:ED_ROW" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 53 , 48 ) ;
- Size = MAP_APPFONT ( 28 , 12 ) ;
+ Pos = MAP_APPFONT ( 53, 48 ) ;
+ Size = MAP_APPFONT ( 28, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -94,40 +95,40 @@ ModalDialog DLG_INSERT_TABLE
First = 1 ;
Last = 99 ;
};
- FixedLine FL_TABLE
+ FixedLine FL_TABLE
{
- Pos = MAP_APPFONT ( 6 , 21 ) ;
- Size = MAP_APPFONT ( 212 , 8 ) ;
- Text [ en-US ] = "Size";
+ Pos = MAP_APPFONT ( 6, 21 ) ;
+ Size = MAP_APPFONT ( 212, 8 ) ;
+ Text [ en-US ] = "Size" ;
};
CheckBox CB_HEADER
{
- HelpID = "sw:CheckBox:DLG_INSERT_TABLE:CB_HEADER";
- Pos = MAP_APPFONT ( 12 , 74 ) ;
- Size = MAP_APPFONT (113 , 10 ) ;
+ HelpID = "sw:CheckBox:DLG_INSERT_TABLE:CB_HEADER" ;
+ Pos = MAP_APPFONT ( 12, 74 ) ;
+ Size = MAP_APPFONT (113, 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Heading";
+ Text [ en-US ] = "Heading" ;
};
CheckBox CB_REPEAT_HEADER
{
- HelpID = "sw:CheckBox:DLG_INSERT_TABLE:CB_REPEAT_HEADER";
- Pos = MAP_APPFONT ( 21 , 88 ) ;
- Size = MAP_APPFONT ( 104 , 10 ) ;
+ HelpID = "sw:CheckBox:DLG_INSERT_TABLE:CB_REPEAT_HEADER" ;
+ Pos = MAP_APPFONT ( 21, 88 ) ;
+ Size = MAP_APPFONT ( 104, 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Repeat heading";
+ Text [ en-US ] = "Repeat heading" ;
};
FixedText FT_REPEAT_HEADER
{
- Pos = MAP_APPFONT ( 30 , 105 ) ;
- Size = MAP_APPFONT ( 95 , 10 ) ;
- Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
+ Pos = MAP_APPFONT ( 30, 105 ) ;
+ Size = MAP_APPFONT ( 95, 10 ) ;
+ Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
};
NumericField NF_REPEAT_HEADER
{
- HelpID = "sw:NumericField:DLG_INSERT_TABLE:NF_REPEAT_HEADER";
+ HelpID = "sw:NumericField:DLG_INSERT_TABLE:NF_REPEAT_HEADER" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 130 , 104 ) ;
- Size = MAP_APPFONT ( 28 , 12 ) ;
+ Pos = MAP_APPFONT ( 130, 104 ) ;
+ Size = MAP_APPFONT ( 28, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -138,58 +139,58 @@ ModalDialog DLG_INSERT_TABLE
};
Window WIN_REPEAT_HEADER
{
- Pos = MAP_APPFONT ( 30 , 102 ) ;
- Size = MAP_APPFONT ( 2 , 1 ) ;
+ Pos = MAP_APPFONT ( 30, 102 ) ;
+ Size = MAP_APPFONT ( 2, 1 ) ;
};
CheckBox CB_DONT_SPLIT
{
- HelpID = "sw:CheckBox:DLG_INSERT_TABLE:CB_DONT_SPLIT";
- Pos = MAP_APPFONT ( 12 , 118 ) ;
- Size = MAP_APPFONT ( 113 , 10 ) ;
- Text [ en-US ] = "Don't split table";
+ HelpID = "sw:CheckBox:DLG_INSERT_TABLE:CB_DONT_SPLIT" ;
+ Pos = MAP_APPFONT ( 12, 118 ) ;
+ Size = MAP_APPFONT ( 113, 10 ) ;
+ Text [ en-US ] = "Don't split table" ;
TabStop = TRUE ;
};
CheckBox CB_BORDER
{
- HelpID = "sw:CheckBox:DLG_INSERT_TABLE:CB_BORDER";
- Pos = MAP_APPFONT ( 12 , 132 ) ;
- Size = MAP_APPFONT ( 113 , 10 ) ;
+ HelpID = "sw:CheckBox:DLG_INSERT_TABLE:CB_BORDER" ;
+ Pos = MAP_APPFONT ( 12, 132 ) ;
+ Size = MAP_APPFONT ( 113, 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Border";
+ Text [ en-US ] = "Border" ;
};
- PushButton BT_AUTOFORMAT
+ PushButton BT_AUTOFORMAT
{
- HelpID = "sw:PushButton:DLG_INSERT_TABLE:BT_AUTOFORMAT";
- Pos = MAP_APPFONT ( 12 , 146 ) ;
- Size = MAP_APPFONT ( 86 , 14 ) ;
+ HelpID = "sw:PushButton:DLG_INSERT_TABLE:BT_AUTOFORMAT" ;
+ Pos = MAP_APPFONT ( 12, 146 ) ;
+ Size = MAP_APPFONT ( 86, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "Auto~Format..." ;
};
- FixedLine FL_OPTIONS
+ FixedLine FL_OPTIONS
{
- Pos = MAP_APPFONT ( 6 , 63 ) ;
- Size = MAP_APPFONT ( 212 , 8 ) ;
- Text [ en-US ] = "Options";
+ Pos = MAP_APPFONT ( 6, 63 ) ;
+ Size = MAP_APPFONT ( 212, 8 ) ;
+ Text [ en-US ] = "Options" ;
};
OKButton BT_OK
{
- Pos = MAP_APPFONT ( 224 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 224, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 224 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 224, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BT_HELP
{
- Pos = MAP_APPFONT ( 224 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 224, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
};
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/table/rowht.src
b/main/sw/source/ui/table/rowht.src
index 3c4a561..d030877 100644
--- a/main/sw/source/ui/table/rowht.src
+++ b/main/sw/source/ui/table/rowht.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,16 +7,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
@@ -30,35 +30,34 @@ ModalDialog DLG_ROW_HEIGHT
HelpID = CMD_FN_TABLE_SET_ROW_HEIGHT ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 157 , 60 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Zeilenh�he : Zellenh�he */
+ Size = MAP_APPFONT ( 157, 60 ) ;
Text [ en-US ] = "Row Height" ;
Moveable = TRUE ;
OKButton BT_OK
{
- Pos = MAP_APPFONT ( 101 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 101, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 101 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 101, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BT_HELP
{
- Pos = MAP_APPFONT ( 101 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 101, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
MetricField ED_HEIGHT
{
- HelpID = "sw:MetricField:DLG_ROW_HEIGHT:ED_HEIGHT";
+ HelpID = "sw:MetricField:DLG_ROW_HEIGHT:ED_HEIGHT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 16 ) ;
- Size = MAP_APPFONT ( 38 , 12 ) ;
+ Pos = MAP_APPFONT ( 12, 16 ) ;
+ Size = MAP_APPFONT ( 38, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -73,47 +72,18 @@ ModalDialog DLG_ROW_HEIGHT
};
CheckBox CB_AUTOHEIGHT
{
- HelpID = "sw:CheckBox:DLG_ROW_HEIGHT:CB_AUTOHEIGHT";
- Pos = MAP_APPFONT ( 12 , 34 ) ;
- Size = MAP_APPFONT ( 80 , 10 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? ~dynamisch anpassen :
auto. H~�he */
+ HelpID = "sw:CheckBox:DLG_ROW_HEIGHT:CB_AUTOHEIGHT" ;
+ Pos = MAP_APPFONT ( 12, 34 ) ;
+ Size = MAP_APPFONT ( 80, 10 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Fit to size" ;
};
- FixedLine FL_HEIGHT
+ FixedLine FL_HEIGHT
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 89 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 89, 8 ) ;
Text [ en-US ] = "Height" ;
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF