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 aba847b Cleaned up resource files
aba847b is described below
commit aba847bd7e8526669d5d14c0f13fc53e656c8539
Author: mseidel <[email protected]>
AuthorDate: Tue Feb 16 18:53:02 2021 +0100
Cleaned up resource files
---
main/sw/source/ui/misc/autocorr.src | 11 +-
main/sw/source/ui/misc/bookmark.src | 74 +++-----
main/sw/source/ui/misc/docfnote.src | 341 ++++++++++++++++++------------------
main/sw/source/ui/misc/glossary.src | 295 +++++++++++--------------------
main/sw/source/ui/misc/insfnote.src | 118 +++++--------
main/sw/source/ui/misc/insrule.src | 69 ++------
main/sw/source/ui/misc/pgfnote.src | 103 +++++------
main/sw/source/ui/misc/pggrid.src | 208 +++++++++++-----------
main/sw/source/ui/misc/redlndlg.src | 63 +++----
main/sw/source/ui/misc/srtdlg.src | 293 +++++++++++++------------------
10 files changed, 655 insertions(+), 920 deletions(-)
diff --git a/main/sw/source/ui/misc/autocorr.src
b/main/sw/source/ui/misc/autocorr.src
index 36c0375..542124f 100644
--- a/main/sw/source/ui/misc/autocorr.src
+++ b/main/sw/source/ui/misc/autocorr.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,18 @@
* 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 */
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/bookmark.src
b/main/sw/source/ui/misc/bookmark.src
index e440a3f..96b95cc 100644
--- a/main/sw/source/ui/misc/bookmark.src
+++ b/main/sw/source/ui/misc/bookmark.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,86 +29,52 @@ ModalDialog DLG_INSERT_BOOKMARK
{
HelpID = CMD_FN_INSERT_BOOKMARK ;
OUTPUTSIZE = TRUE ;
- Size = MAP_APPFONT ( 179 , 96 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Textmarke einf�gen : Textmarke
einf�gen */
+ Size = MAP_APPFONT ( 179, 96 ) ;
Text [ en-US ] = "Insert Bookmark" ;
MOVEABLE = TRUE ;
SVLOOK = TRUE ;
OkButton BT_OK
{
DISABLE = TRUE ;
- Pos = MAP_APPFONT ( 123 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 123, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TABSTOP = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 123 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 123, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TABSTOP = TRUE ;
};
ComboBox CB_BOOKMARK
{
- HelpID = "sw:ComboBox:DLG_INSERT_BOOKMARK:CB_BOOKMARK";
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 99 , 76 ) ;
+ HelpID = "sw:ComboBox:DLG_INSERT_BOOKMARK:CB_BOOKMARK" ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 99, 76 ) ;
TABSTOP = TRUE ;
AutoHScroll = TRUE ;
SORT = TRUE ;
};
PushButton BT_DELETE
{
- HelpID = "sw:PushButton:DLG_INSERT_BOOKMARK:BT_DELETE";
- Pos = MAP_APPFONT ( 123 , 40 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
+ HelpID = "sw:PushButton:DLG_INSERT_BOOKMARK:BT_DELETE" ;
+ Pos = MAP_APPFONT ( 123, 40 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "~Delete" ;
TABSTOP = TRUE ;
DISABLE = TRUE ;
};
- FixedLine FL_BOOKMARK
+ FixedLine FL_BOOKMARK
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 111 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 111, 8 ) ;
Text [ en-US ] = "Bookmarks" ;
};
};
String STR_REMOVE_WARNING
{
- Text [ en-US ] = "The following characters are not valid and have been
removed: ";
+ Text [ en-US ] = "The following characters are not valid and have been
removed: " ;
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/docfnote.src
b/main/sw/source/ui/misc/docfnote.src
index 20b8f0a..70b0171 100644
--- a/main/sw/source/ui/misc/docfnote.src
+++ b/main/sw/source/ui/misc/docfnote.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.
- *
+ *
*************************************************************/
@@ -55,45 +55,45 @@ TabDialog DLG_DOC_FOOTNOTE
TabPage TP_FOOTNOTEOPTION
{
SVLook = TRUE ;
- Hide = TRUE;
+ Hide = TRUE ;
HelpID = HID_FOOTNOTE_OPTIONS ;
- Pos = MAP_APPFONT ( 0 , 0 ) ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
- FixedLine FL_NUM
+ Pos = MAP_APPFONT ( 0, 0 ) ;
+ Size = MAP_APPFONT ( 260, 185 ) ;
+ FixedLine FL_NUM
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "AutoNumbering" ;
Group = TRUE ;
};
FixedText FT_NUMTYPE
{
- Pos = MAP_APPFONT ( 12 , 16 ) ;
- Size = MAP_APPFONT ( 51 , 8 ) ;
- Text [ en-US ] = "Num~bering";
+ Pos = MAP_APPFONT ( 12, 16 ) ;
+ Size = MAP_APPFONT ( 51, 8 ) ;
+ Text [ en-US ] = "Num~bering" ;
};
ListBox LB_NUMVIEW
{
- HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_NUMVIEW";
+ HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_NUMVIEW" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 65 , 14 ) ;
- Size = MAP_APPFONT ( 59 , 72 ) ;
+ Pos = MAP_APPFONT ( 65, 14 ) ;
+ Size = MAP_APPFONT ( 59, 72 ) ;
TabStop = TRUE ;
Group = TRUE ;
DropDown = TRUE ;
};
FixedText FT_OFFSET
{
- Pos = MAP_APPFONT ( 130 , 16 ) ;
- Size = MAP_APPFONT ( 50 , 8 ) ;
+ Pos = MAP_APPFONT ( 130, 16 ) ;
+ Size = MAP_APPFONT ( 50, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "~Start at" ;
};
NumericField FLD_OFFSET
{
- HelpID = "sw:NumericField:TP_FOOTNOTEOPTION:FLD_OFFSET";
- Pos = MAP_APPFONT ( 189 , 14 ) ;
- Size = MAP_APPFONT ( 30 , 12 ) ;
+ HelpID = "sw:NumericField:TP_FOOTNOTEOPTION:FLD_OFFSET" ;
+ Pos = MAP_APPFONT ( 189, 14 ) ;
+ Size = MAP_APPFONT ( 30, 12 ) ;
Spin = TRUE ;
Minimum = 1 ;
First = 1 ;
@@ -104,102 +104,102 @@ TabPage TP_FOOTNOTEOPTION
};
FixedText FT_NUMCOUNT
{
- Pos = MAP_APPFONT ( 12 , 31 ) ;
- Size = MAP_APPFONT ( 51 , 8 ) ;
- Text [ en-US ] = "~Counting";
+ Pos = MAP_APPFONT ( 12, 31 ) ;
+ Size = MAP_APPFONT ( 51, 8 ) ;
+ Text [ en-US ] = "~Counting" ;
};
ListBox LB_NUMCOUNT
{
- HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_NUMCOUNT";
+ HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_NUMCOUNT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 65 , 29 ) ;
- Size = MAP_APPFONT ( 59 , 50 ) ;
+ Pos = MAP_APPFONT ( 65, 29 ) ;
+ Size = MAP_APPFONT ( 59, 50 ) ;
TabStop = TRUE ;
Group = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
StringList [ en-US ] =
{
- < "Per page" ; > ;
- < "Per chapter" ; > ;
- < "Per document" ; > ;
+ < "Per page" ; > ;
+ < "Per chapter" ; > ;
+ < "Per document" ; > ;
};
};
FixedText FT_PREFIX
{
- Pos = MAP_APPFONT ( 12 , 46 ) ;
- Size = MAP_APPFONT ( 48 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 46 ) ;
+ Size = MAP_APPFONT ( 48, 8 ) ;
Text [ en-US ] = "~Before" ;
Left = TRUE ;
};
Edit ED_PREFIX
{
- HelpID = "sw:Edit:TP_FOOTNOTEOPTION:ED_PREFIX";
+ HelpID = "sw:Edit:TP_FOOTNOTEOPTION:ED_PREFIX" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 65 , 44 ) ;
- Size = MAP_APPFONT ( 59 , 12 ) ;
+ Pos = MAP_APPFONT ( 65, 44 ) ;
+ Size = MAP_APPFONT ( 59, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
MaxTextLength = 50 ;
};
FixedText FT_SUFFIX
{
- Pos = MAP_APPFONT ( 130 , 46 ) ;
- Size = MAP_APPFONT ( 48 , 8 ) ;
+ Pos = MAP_APPFONT ( 130, 46 ) ;
+ Size = MAP_APPFONT ( 48, 8 ) ;
Text [ en-US ] = "~After" ;
Left = TRUE ;
};
Edit ED_SUFFIX
{
- HelpID = "sw:Edit:TP_FOOTNOTEOPTION:ED_SUFFIX";
+ HelpID = "sw:Edit:TP_FOOTNOTEOPTION:ED_SUFFIX" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 189 , 44 ) ;
- Size = MAP_APPFONT ( 59 , 12 ) ;
+ Pos = MAP_APPFONT ( 189, 44 ) ;
+ Size = MAP_APPFONT ( 59, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
MaxTextLength = 50 ;
};
FixedText FT_POS
{
- Pos = MAP_APPFONT ( 12 , 63 ) ;
- Size = MAP_APPFONT ( 36 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 63 ) ;
+ Size = MAP_APPFONT ( 36, 8 ) ;
Text [ en-US ] = "Position" ;
};
RadioButton RB_POS_PAGE
{
- HelpID = "sw:RadioButton:TP_FOOTNOTEOPTION:RB_POS_PAGE";
- Pos = MAP_APPFONT ( 65 , 62 ) ;
- Size = MAP_APPFONT ( 150 , 10 ) ;
+ HelpID = "sw:RadioButton:TP_FOOTNOTEOPTION:RB_POS_PAGE" ;
+ Pos = MAP_APPFONT ( 65, 62 ) ;
+ Size = MAP_APPFONT ( 150, 10 ) ;
Text [ en-US ] = "~End of page" ;
TabStop = TRUE ;
Group = TRUE ;
};
RadioButton RB_POS_CHAPTER
{
- HelpID = "sw:RadioButton:TP_FOOTNOTEOPTION:RB_POS_CHAPTER";
- Pos = MAP_APPFONT ( 65 , 75 ) ;
- Size = MAP_APPFONT ( 150 , 10 ) ;
+ HelpID = "sw:RadioButton:TP_FOOTNOTEOPTION:RB_POS_CHAPTER" ;
+ Pos = MAP_APPFONT ( 65, 75 ) ;
+ Size = MAP_APPFONT ( 150, 10 ) ;
Text [ en-US ] = "En~d of document" ;
};
- FixedLine FL_TEMPL
+ FixedLine FL_TEMPL
{
- Pos = MAP_APPFONT ( 6 , 89 ) ;
- Size = MAP_APPFONT ( 103 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 89 ) ;
+ Size = MAP_APPFONT ( 103, 8 ) ;
Text [ en-US ] = "Styles" ;
};
FixedText FT_PARA_TEMPL
{
- Pos = MAP_APPFONT ( 12 , 102 ) ;
- Size = MAP_APPFONT ( 35 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 102 ) ;
+ Size = MAP_APPFONT ( 35, 8 ) ;
Text [ en-US ] = "Pa~ragraph" ;
Left = TRUE ;
};
ListBox LB_PARA_TEMPL
{
- HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_PARA_TEMPL";
+ HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_PARA_TEMPL" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 48 , 100 ) ;
- Size = MAP_APPFONT ( 58 , 80 ) ;
+ Pos = MAP_APPFONT ( 48, 100 ) ;
+ Size = MAP_APPFONT ( 58, 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
@@ -207,97 +207,97 @@ TabPage TP_FOOTNOTEOPTION
};
FixedText FT_PAGE_TEMPL
{
- Pos = MAP_APPFONT ( 12 , 118 ) ;
- Size = MAP_APPFONT ( 35 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 118 ) ;
+ Size = MAP_APPFONT ( 35, 8 ) ;
Text [ en-US ] = "~Page" ;
Left = TRUE ;
};
ListBox LB_PAGE_TEMPL
{
- HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_PAGE_TEMPL";
+ HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_PAGE_TEMPL" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 48 , 116) ;
- Size = MAP_APPFONT ( 58 , 80 ) ;
+ Pos = MAP_APPFONT ( 48, 116) ;
+ Size = MAP_APPFONT ( 58, 80 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
- FixedLine FL_CHAR_TEMPL
+ FixedLine FL_CHAR_TEMPL
{
- Pos = MAP_APPFONT ( 113 , 89 ) ;
- Size = MAP_APPFONT ( 141 , 8 ) ;
+ Pos = MAP_APPFONT ( 113, 89 ) ;
+ Size = MAP_APPFONT ( 141, 8 ) ;
- Text [ en-US ] = "Character Styles";
+ Text [ en-US ] = "Character Styles" ;
};
FixedText FT_ANCHR_CHARFMT
{
- Pos = MAP_APPFONT ( 117 , 102 ) ;
- Size = MAP_APPFONT ( 67 , 8 ) ;
+ Pos = MAP_APPFONT ( 117, 102 ) ;
+ Size = MAP_APPFONT ( 67, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "Te~xt area" ;
};
ListBox LB_ANCHR_CHARFMT
{
- HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_ANCHR_CHARFMT";
+ HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_ANCHR_CHARFMT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 186 , 100 ) ;
- Size = MAP_APPFONT ( 65 , 72 ) ;
+ Pos = MAP_APPFONT ( 186, 100 ) ;
+ Size = MAP_APPFONT ( 65, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_TEXT_CHARFMT
{
- Pos = MAP_APPFONT ( 117 , 118 ) ;
- Size = MAP_APPFONT ( 67 , 8 ) ;
+ Pos = MAP_APPFONT ( 117, 118 ) ;
+ Size = MAP_APPFONT ( 67, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "~Footnote area" ;
};
ListBox LB_TEXT_CHARFMT
{
- HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_TEXT_CHARFMT";
+ HelpID = "sw:ListBox:TP_FOOTNOTEOPTION:LB_TEXT_CHARFMT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 186 , 116 ) ;
- Size = MAP_APPFONT ( 65 , 72 ) ;
+ Pos = MAP_APPFONT ( 186, 116 ) ;
+ Size = MAP_APPFONT ( 65, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
- FixedLine FL_CONT
+ FixedLine FL_CONT
{
- Pos = MAP_APPFONT ( 6 , 134 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 134 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Continuation notice" ;
};
FixedText FT_CONT
{
- Pos = MAP_APPFONT ( 12 , 148 ) ;
- Size = MAP_APPFONT ( 73 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 148 ) ;
+ Size = MAP_APPFONT ( 73, 8 ) ;
Text [ en-US ] = "End ~of footnote" ;
Left = TRUE ;
};
Edit ED_CONT
{
- HelpID = "sw:Edit:TP_FOOTNOTEOPTION:ED_CONT";
+ HelpID = "sw:Edit:TP_FOOTNOTEOPTION:ED_CONT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 88, 145 ) ;
- Size = MAP_APPFONT ( 160 , 12 ) ;
+ Pos = MAP_APPFONT ( 88, 145 ) ;
+ Size = MAP_APPFONT ( 160, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
MaxTextLength = 30 ;
};
FixedText FT_CONT_FROM
{
- Pos = MAP_APPFONT ( 12 , 163 ) ;
- Size = MAP_APPFONT ( 73 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 163 ) ;
+ Size = MAP_APPFONT ( 73, 8 ) ;
Text [ en-US ] = "Star~t of next page" ;
Left = TRUE ;
};
Edit ED_CONT_FROM
{
- HelpID = "sw:Edit:TP_FOOTNOTEOPTION:ED_CONT_FROM";
+ HelpID = "sw:Edit:TP_FOOTNOTEOPTION:ED_CONT_FROM" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 88 , 161 ) ;
- Size = MAP_APPFONT ( 160 , 12 ) ;
+ Pos = MAP_APPFONT ( 88, 161 ) ;
+ Size = MAP_APPFONT ( 160, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
MaxTextLength = 30 ;
@@ -306,29 +306,29 @@ TabPage TP_FOOTNOTEOPTION
TabPage TP_ENDNOTEOPTION
{
SVLook = TRUE ;
- Hide = TRUE;
+ Hide = TRUE ;
HelpID = HID_ENDNOTE_OPTIONS ;
- Pos = MAP_APPFONT ( 0 , 0 ) ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
- FixedLine FL_NUM
+ Pos = MAP_APPFONT ( 0, 0 ) ;
+ Size = MAP_APPFONT ( 260, 185 ) ;
+ FixedLine FL_NUM
{
- Pos = MAP_APPFONT ( 6 , 2 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 2 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "AutoNumbering" ;
Group = TRUE ;
};
FixedText FT_NUMTYPE
{
- Pos = MAP_APPFONT ( 12 , 16 ) ;
- Size = MAP_APPFONT ( 51 , 8 ) ;
- Text [ en-US ] = "~Numbering";
+ Pos = MAP_APPFONT ( 12, 16 ) ;
+ Size = MAP_APPFONT ( 51, 8 ) ;
+ Text [ en-US ] = "~Numbering" ;
};
ListBox LB_NUMVIEW
{
- HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_NUMVIEW";
+ HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_NUMVIEW" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 65 , 14 ) ;
- Size = MAP_APPFONT ( 59 , 72 ) ;
+ Pos = MAP_APPFONT ( 65, 14 ) ;
+ Size = MAP_APPFONT ( 59, 72 ) ;
TabStop = TRUE ;
Group = TRUE ;
DropDown = TRUE ;
@@ -346,16 +346,16 @@ TabPage TP_ENDNOTEOPTION
};
FixedText FT_OFFSET
{
- Pos = MAP_APPFONT ( 130 , 16 ) ;
- Size = MAP_APPFONT ( 50 , 8 ) ;
+ Pos = MAP_APPFONT ( 130, 16 ) ;
+ Size = MAP_APPFONT ( 50, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "~Start at" ;
};
NumericField FLD_OFFSET
{
- HelpID = "sw:NumericField:TP_ENDNOTEOPTION:FLD_OFFSET";
- Pos = MAP_APPFONT ( 189 , 14 ) ;
- Size = MAP_APPFONT ( 30 , 12 ) ;
+ HelpID = "sw:NumericField:TP_ENDNOTEOPTION:FLD_OFFSET" ;
+ Pos = MAP_APPFONT ( 189, 14 ) ;
+ Size = MAP_APPFONT ( 30, 12 ) ;
Spin = TRUE ;
Minimum = 1 ;
First = 1 ;
@@ -366,31 +366,31 @@ TabPage TP_ENDNOTEOPTION
};
FixedText FT_NUMCOUNT
{
- Pos = MAP_APPFONT ( 82 , 14 ) ;
- Size = MAP_APPFONT ( 36 , 8 ) ;
+ Pos = MAP_APPFONT ( 82, 14 ) ;
+ Size = MAP_APPFONT ( 36, 8 ) ;
Hide = TRUE;
};
ListBox LB_NUMCOUNT
{
- HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_NUMCOUNT";
+ HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_NUMCOUNT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 27 ) ;
- Size = MAP_APPFONT ( 62 , 72 ) ;
- Hide = TRUE;
+ Pos = MAP_APPFONT ( 12, 27 ) ;
+ Size = MAP_APPFONT ( 62, 72 ) ;
+ Hide = TRUE ;
};
FixedText FT_PREFIX
{
- Pos = MAP_APPFONT ( 12 , 32 ) ;
- Size = MAP_APPFONT ( 48 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 32 ) ;
+ Size = MAP_APPFONT ( 48, 8 ) ;
Text [ en-US ] = "~Before" ;
Left = TRUE ;
};
Edit ED_PREFIX
{
- HelpID = "sw:Edit:TP_ENDNOTEOPTION:ED_PREFIX";
- Pos = MAP_APPFONT ( 65 , 30 ) ;
- Size = MAP_APPFONT ( 59 , 12 ) ;
+ HelpID = "sw:Edit:TP_ENDNOTEOPTION:ED_PREFIX" ;
+ Pos = MAP_APPFONT ( 65, 30 ) ;
+ Size = MAP_APPFONT ( 59, 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
@@ -398,16 +398,16 @@ TabPage TP_ENDNOTEOPTION
};
FixedText FT_SUFFIX
{
- Pos = MAP_APPFONT ( 130 , 32 ) ;
- Size = MAP_APPFONT ( 48 , 8 ) ;
+ Pos = MAP_APPFONT ( 130, 32 ) ;
+ Size = MAP_APPFONT ( 48, 8 ) ;
Text [ en-US ] = "~After" ;
Left = TRUE ;
};
Edit ED_SUFFIX
{
- HelpID = "sw:Edit:TP_ENDNOTEOPTION:ED_SUFFIX";
- Pos = MAP_APPFONT ( 189 , 30 ) ;
- Size = MAP_APPFONT ( 59 , 12 ) ;
+ HelpID = "sw:Edit:TP_ENDNOTEOPTION:ED_SUFFIX" ;
+ Pos = MAP_APPFONT ( 189, 30 ) ;
+ Size = MAP_APPFONT ( 59, 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
@@ -415,45 +415,45 @@ TabPage TP_ENDNOTEOPTION
};
FixedText FT_POS
{
- Pos = MAP_APPFONT ( 82 , 14 ) ;
- Size = MAP_APPFONT ( 36 , 8 ) ;
+ Pos = MAP_APPFONT ( 82, 14 ) ;
+ Size = MAP_APPFONT ( 36, 8 ) ;
Hide = TRUE;
};
RadioButton RB_POS_PAGE
{
- HelpID = "sw:RadioButton:TP_ENDNOTEOPTION:RB_POS_PAGE";
- Pos = MAP_APPFONT ( 12 , 104 ) ;
- Size = MAP_APPFONT ( 60 , 10 ) ;
+ HelpID = "sw:RadioButton:TP_ENDNOTEOPTION:RB_POS_PAGE" ;
+ Pos = MAP_APPFONT ( 12, 104 ) ;
+ Size = MAP_APPFONT ( 60, 10 ) ;
Text [ en-US ] = "End ~of page" ;
TabStop = TRUE ;
Group = TRUE ;
};
RadioButton RB_POS_CHAPTER
{
- HelpID = "sw:RadioButton:TP_ENDNOTEOPTION:RB_POS_CHAPTER";
- Pos = MAP_APPFONT ( 12 , 118 ) ;
- Size = MAP_APPFONT ( 60 , 10 ) ;
+ HelpID = "sw:RadioButton:TP_ENDNOTEOPTION:RB_POS_CHAPTER" ;
+ Pos = MAP_APPFONT ( 12, 118 ) ;
+ Size = MAP_APPFONT ( 60, 10 ) ;
Text [ en-US ] = "End of ~document" ;
};
- FixedLine FL_TEMPL
+ FixedLine FL_TEMPL
{
- Pos = MAP_APPFONT ( 6 , 46 ) ;
- Size = MAP_APPFONT ( 115 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 46 ) ;
+ Size = MAP_APPFONT ( 115, 8 ) ;
Text [ en-US ] = "Styles" ;
};
FixedText FT_PARA_TEMPL
{
- Pos = MAP_APPFONT ( 12 , 58 ) ;
- Size = MAP_APPFONT ( 38 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 58 ) ;
+ Size = MAP_APPFONT ( 38, 8 ) ;
Text [ en-US ] = "Pa~ragraph" ;
Left = TRUE ;
};
ListBox LB_PARA_TEMPL
{
- HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_PARA_TEMPL";
+ HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_PARA_TEMPL" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 51 , 56 ) ;
- Size = MAP_APPFONT ( 67 , 72 ) ;
+ Pos = MAP_APPFONT ( 51, 56 ) ;
+ Size = MAP_APPFONT ( 67, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
@@ -461,99 +461,100 @@ TabPage TP_ENDNOTEOPTION
};
FixedText FT_PAGE_TEMPL
{
- Pos = MAP_APPFONT ( 12 , 74 ) ;
- Size = MAP_APPFONT ( 38 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 74 ) ;
+ Size = MAP_APPFONT ( 38, 8 ) ;
Text [ en-US ] = "~Page" ;
Left = TRUE ;
};
ListBox LB_PAGE_TEMPL
{
- HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_PAGE_TEMPL";
+ HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_PAGE_TEMPL" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 51 , 72 ) ;
- Size = MAP_APPFONT ( 67 , 72 ) ;
+ Pos = MAP_APPFONT ( 51, 72 ) ;
+ Size = MAP_APPFONT ( 67, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
};
- FixedLine FL_CHAR_TEMPL
+ FixedLine FL_CHAR_TEMPL
{
- Pos = MAP_APPFONT ( 125 , 46 ) ;
- Size = MAP_APPFONT ( 129 , 8 ) ;
- Text [ en-US ] = "Character Styles";
+ Pos = MAP_APPFONT ( 125, 46 ) ;
+ Size = MAP_APPFONT ( 129, 8 ) ;
+ Text [ en-US ] = "Character Styles" ;
};
FixedText FT_ANCHR_CHARFMT
{
- Pos = MAP_APPFONT ( 129 , 58 ) ;
- Size = MAP_APPFONT ( 55 , 8 ) ;
+ Pos = MAP_APPFONT ( 129, 58 ) ;
+ Size = MAP_APPFONT ( 55, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "Te~xt area" ;
};
ListBox LB_ANCHR_CHARFMT
{
- HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_ANCHR_CHARFMT";
+ HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_ANCHR_CHARFMT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 186 , 56 ) ;
- Size = MAP_APPFONT ( 65 , 72 ) ;
+ Pos = MAP_APPFONT ( 186, 56 ) ;
+ Size = MAP_APPFONT ( 65, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
FixedText FT_TEXT_CHARFMT
{
- Pos = MAP_APPFONT ( 129 , 74 ) ;
- Size = MAP_APPFONT ( 55 , 8 ) ;
+ Pos = MAP_APPFONT ( 129, 74 ) ;
+ Size = MAP_APPFONT ( 55, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "~Endnote area" ;
};
ListBox LB_TEXT_CHARFMT
{
- HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_TEXT_CHARFMT";
+ HelpID = "sw:ListBox:TP_ENDNOTEOPTION:LB_TEXT_CHARFMT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 186 , 72 ) ;
- Size = MAP_APPFONT ( 65 , 72 ) ;
+ Pos = MAP_APPFONT ( 186, 72 ) ;
+ Size = MAP_APPFONT ( 65, 72 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
- FixedLine FL_CONT
+ FixedLine FL_CONT
{
- Pos = MAP_APPFONT ( 80 , 91 ) ;
- Size = MAP_APPFONT ( 174 , 8 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Hinweistext mehrseitige
Fu�noten : Hinweistext mehrseitige Fu�noten */
+ Pos = MAP_APPFONT ( 80, 91 ) ;
+ Size = MAP_APPFONT ( 174, 8 ) ;
Text [ en-US ] = "Continuation notice" ;
};
FixedText FT_CONT
{
- Pos = MAP_APPFONT ( 86 , 103 ) ;
- Size = MAP_APPFONT ( 38 , 8 ) ;
+ Pos = MAP_APPFONT ( 86, 103 ) ;
+ Size = MAP_APPFONT ( 38, 8 ) ;
Text [ en-US ] = "~Following page" ;
Left = TRUE ;
};
Edit ED_CONT
{
- HelpID = "sw:Edit:TP_ENDNOTEOPTION:ED_CONT";
+ HelpID = "sw:Edit:TP_ENDNOTEOPTION:ED_CONT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 137 , 101 ) ;
- Size = MAP_APPFONT ( 114 , 12 ) ;
+ Pos = MAP_APPFONT ( 137, 101 ) ;
+ Size = MAP_APPFONT ( 114, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
MaxTextLength = 30 ;
};
FixedText FT_CONT_FROM
{
- Pos = MAP_APPFONT ( 86 , 118 ) ;
- Size = MAP_APPFONT ( 38 , 8 ) ;
+ Pos = MAP_APPFONT ( 86, 118 ) ;
+ Size = MAP_APPFONT ( 38, 8 ) ;
Text [ en-US ] = "~Start" ;
Left = TRUE ;
};
Edit ED_CONT_FROM
{
- HelpID = "sw:Edit:TP_ENDNOTEOPTION:ED_CONT_FROM";
+ HelpID = "sw:Edit:TP_ENDNOTEOPTION:ED_CONT_FROM" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 137 , 116 ) ;
- Size = MAP_APPFONT ( 114 , 12 ) ;
+ Pos = MAP_APPFONT ( 137, 116 ) ;
+ Size = MAP_APPFONT ( 114, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
MaxTextLength = 30 ;
};
};
+
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/glossary.src
b/main/sw/source/ui/misc/glossary.src
index 37bf836..b283863 100644
--- a/main/sw/source/ui/misc/glossary.src
+++ b/main/sw/source/ui/misc/glossary.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,159 +27,156 @@
#include "helpid.h"
#include "access.hrc"
- // #define DLG_GLOSSARY 256
+// #define DLG_GLOSSARY 256
ModalDialog DLG_GLOSSARY
{
HelpID = CMD_FN_GLOSSARY_DLG ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 375 , 164 ) ;
+ Size = MAP_APPFONT ( 375, 164 ) ;
Text [ en-US ] = "AutoText" ;
Moveable = TRUE ;
CheckBox CB_INSERT_TIP
{
- HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_INSERT_TIP";
- Pos = MAP_APPFONT ( 12 , 12 ) ;
- Size = MAP_APPFONT ( 200 , 12 ) ;
+ HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_INSERT_TIP" ;
+ Pos = MAP_APPFONT ( 12, 12 ) ;
+ Size = MAP_APPFONT ( 200, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Display remainder of name as suggestion
while typing" ;
};
FixedText FT_NAME
{
- Pos = MAP_APPFONT ( 12 , 31 ) ;
- Size = MAP_APPFONT ( 40 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 31 ) ;
+ Size = MAP_APPFONT ( 40, 8 ) ;
Text [ en-US ] = "~Name" ;
Left = TRUE ;
};
Edit ED_NAME
{
- HelpID = "sw:Edit:DLG_GLOSSARY:ED_NAME";
+ HelpID = "sw:Edit:DLG_GLOSSARY:ED_NAME" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 55 , 29 ) ;
- Size = MAP_APPFONT ( 85 , 12 ) ;
+ Pos = MAP_APPFONT ( 55, 29 ) ;
+ Size = MAP_APPFONT ( 85, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
};
FixedText FT_SHORTNAME
{
Disable = TRUE ;
- Pos = MAP_APPFONT ( 143 , 31 ) ;
- Size = MAP_APPFONT ( 57 , 8 ) ;
+ Pos = MAP_APPFONT ( 143, 31 ) ;
+ Size = MAP_APPFONT ( 57, 8 ) ;
Text [ en-US ] = "~Shortcut" ;
Right = TRUE ;
};
Edit ED_SHORTNAME
{
- HelpID = "sw:Edit:DLG_GLOSSARY:ED_SHORTNAME";
+ HelpID = "sw:Edit:DLG_GLOSSARY:ED_SHORTNAME" ;
Disable = TRUE ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 203 , 29 ) ;
- Size = MAP_APPFONT ( 21 , 12 ) ;
+ Pos = MAP_APPFONT ( 203, 29 ) ;
+ Size = MAP_APPFONT ( 21, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
};
Control LB_BIB
{
Border = TRUE ;
- Pos = MAP_APPFONT ( 12 , 44 ) ;
- Size = MAP_APPFONT ( 212 , 84 ) ;
+ Pos = MAP_APPFONT ( 12, 44 ) ;
+ Size = MAP_APPFONT ( 212, 84 ) ;
TabStop = TRUE ;
- // Sort = TRUE ;
- // CurPos = 0 ;
+ // Sort = TRUE ;
+ // CurPos = 0 ;
String ST_READONLY
{
- Text [ en-US ] = "read-only";
+ Text [ en-US ] = "read-only" ;
};
};
- FixedLine FL_RELATIVE
+ FixedLine FL_RELATIVE
{
- Pos = MAP_APPFONT ( 6 , 134 ) ;
- Size = MAP_APPFONT ( 221 , 8 ) ;
- Text [ en-US ] = "Save links relative to";
+ Pos = MAP_APPFONT ( 6, 134 ) ;
+ Size = MAP_APPFONT ( 221, 8 ) ;
+ Text [ en-US ] = "Save links relative to" ;
};
CheckBox CB_FILE_REL
{
- HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_FILE_REL";
- Pos = MAP_APPFONT ( 14 , 145 ) ;
- Size = MAP_APPFONT ( 90 , 12 ) ;
+ HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_FILE_REL" ;
+ Pos = MAP_APPFONT ( 14, 145 ) ;
+ Size = MAP_APPFONT ( 90, 12 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~File system" ;
};
CheckBox CB_NET_REL
{
- HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_NET_REL";
- Pos = MAP_APPFONT ( 109 , 145 ) ;
- Size = MAP_APPFONT ( 90 , 12 ) ;
+ HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_NET_REL" ;
+ Pos = MAP_APPFONT ( 109, 145 ) ;
+ Size = MAP_APPFONT ( 90, 12 ) ;
Text [ en-US ] = "Inte~rnet" ;
};
Window WIN_EXAMPLE
{
- Pos = MAP_APPFONT ( 231 , 14 ) ;
- Size = MAP_APPFONT ( 82 , 124 ) ;
+ Pos = MAP_APPFONT ( 231, 14 ) ;
+ Size = MAP_APPFONT ( 82, 124 ) ;
};
- Window WIN_EXAMPLE_DUMMY
+ Window WIN_EXAMPLE_DUMMY
{
- Pos = MAP_APPFONT ( 231 , 14 ) ;
- Size = MAP_APPFONT ( 82 , 124 ) ;
- Border = TRUE;
+ Pos = MAP_APPFONT ( 231, 14 ) ;
+ Size = MAP_APPFONT ( 82, 124 ) ;
+ Border = TRUE;
};
- CheckBox CB_SHOW_EXAMPLE
+ CheckBox CB_SHOW_EXAMPLE
{
- HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_SHOW_EXAMPLE";
- Pos = MAP_APPFONT ( 231 , 145 ) ;
- Size = MAP_APPFONT ( 82 , 12 ) ;
- Text [ en-US ] = "Sho~w preview";
+ HelpID = "sw:CheckBox:DLG_GLOSSARY:CB_SHOW_EXAMPLE" ;
+ Pos = MAP_APPFONT ( 231, 145 ) ;
+ Size = MAP_APPFONT ( 82, 12 ) ;
+ Text [ en-US ] = "Sho~w preview" ;
};
OKButton PB_INSERT
{
- Pos = MAP_APPFONT ( 319 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? ~Einf�gen : ~Einf�gen */
+ Pos = MAP_APPFONT ( 319, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "~Insert" ;
- /* ### ACHTUNG: Neuer Text in Resource? F�gt den aktuellen
Textblock ein und schlie�t das Dialogfeld : F�gt den aktuellen Textblock ein
und schlie�t das Dialogfeld */
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton PB_CLOSE
{
- Pos = MAP_APPFONT ( 319 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? ~Schlie�en : ~Schlie�en
*/
+ Pos = MAP_APPFONT ( 319, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "~Close" ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
- Pos = MAP_APPFONT ( 319 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 319, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
};
MenuButton PB_EDIT
{
- HelpID = "sw:MenuButton:DLG_GLOSSARY:PB_EDIT";
- Pos = MAP_APPFONT ( 319 , 60 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sw:MenuButton:DLG_GLOSSARY:PB_EDIT" ;
+ Pos = MAP_APPFONT ( 319, 60 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "AutoTe~xt" ;
TabStop = TRUE ;
};
PushButton PB_BIB
{
- HelpID = "sw:PushButton:DLG_GLOSSARY:PB_BIB";
- Pos = MAP_APPFONT ( 319 , 77 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sw:PushButton:DLG_GLOSSARY:PB_BIB" ;
+ Pos = MAP_APPFONT ( 319, 77 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
Text [ en-US ] = "C~ategories..." ;
TabStop = TRUE ;
};
PushButton PB_PATH
{
- HelpID = "sw:PushButton:DLG_GLOSSARY:PB_PATH";
- Pos = MAP_APPFONT ( 319 , 94 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ HelpID = "sw:PushButton:DLG_GLOSSARY:PB_PATH" ;
+ Pos = MAP_APPFONT ( 319, 94 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
Text [ en-US ] = "~Path..." ;
};
String ST_READONLY_PATH
{
- Text [ en-US ] = "The 'AutoText' directories are read-only. Do
you want to call the path settings dialog?";
+ Text [ en-US ] = "The 'AutoText' directories are read-only. Do
you want to call the path settings dialog?" ;
};
Menu MNU_EDIT
{
@@ -199,9 +196,9 @@ ModalDialog DLG_GLOSSARY
};
MenuItem
{
- Identifier = FN_GL_COPY_TO_CLIPBOARD;
- HelpID = HID_MD_COPY_TO_CLIPBOARD;
- Text [ en-US ] = "~Copy";
+ Identifier = FN_GL_COPY_TO_CLIPBOARD ;
+ HelpID = HID_MD_COPY_TO_CLIPBOARD ;
+ Text [ en-US ] = "~Copy" ;
};
MenuItem
{
@@ -211,8 +208,8 @@ ModalDialog DLG_GLOSSARY
};
MenuItem
{
- Identifier = FN_GL_REPLACE_TEXT;
- HelpID = HID_MD_GLOS_REPLACE;
+ Identifier = FN_GL_REPLACE_TEXT ;
+ HelpID = HID_MD_GLOS_REPLACE ;
Text [ en-US ] = "Rep~lace (text only)" ;
};
MenuItem
@@ -225,7 +222,6 @@ ModalDialog DLG_GLOSSARY
{
Identifier = FN_GL_DELETE ;
HelpID = HID_MD_GLOS_DELETE ;
- /* ### ACHTUNG: Neuer Text in Resource?
~L�schen : ~L�schen */
Text [ en-US ] = "~Delete" ;
};
MenuItem
@@ -256,21 +252,19 @@ ModalDialog DLG_GLOSSARY
{
Identifier = FN_GL_IMPORT;
HelpID = HID_MD_GLOS_IMPORT ;
- Text [ en-US ] = "~Import...";
+ Text [ en-US ] = "~Import..." ;
};
};
};
};
InfoBox MSG_DOUBLE_SHORTNAME
{
- /* ### ACHTUNG: Neuer Text in Resource? K�rzel wird bereits verwendet.
Bitte einen anderen Namen vergeben! : K�rzel wird bereits verwendet. Bitte
einen anderen Namen vergeben! */
Message [ en-US ] = "Shortcut name already exists. Please choose
another name." ;
};
QueryBox MSG_QUERY_DELETE
{
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_NO ;
- /* ### ACHTUNG: Neuer Text in Resource? Soll der AutoText gel�scht
werden? : Soll der AutoText gel�scht werden? */
Message [ en-US ] = "Delete AutoText?" ;
};
String STR_QUERY_DELETE_GROUP1
@@ -279,200 +273,111 @@ String STR_QUERY_DELETE_GROUP1
};
String STR_QUERY_DELETE_GROUP2
{
- /* ### ACHTUNG: Neuer Text in Resource? gel�scht werden? : gel�scht
werden? */
Text [ en-US ] = "?" ;
};
String STR_GLOSSARY
{
- Text [ en-US ] = "AutoText :" ;
+ Text [ en-US ] = "AutoText :" ;
};
String STR_ACCESS_SW_CATEGORY
{
- Text [ en-US ] = "Category" ;
+ Text [ en-US ] = "Category" ;
};
ModalDialog DLG_RENAME_GLOS
{
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 287 , 47 ) ;
+ Size = MAP_APPFONT ( 287, 47 ) ;
Moveable = TRUE ;
HelpID = HID_RENAME_GLOSSARY ;
OKButton BT_OKNEW
{
Disable = TRUE ;
- Pos = MAP_APPFONT ( 231 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 231, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
DefButton = TRUE ;
TabStop = TRUE ;
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 231 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 231, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
FixedText FT_ON
{
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 30 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "Na~me" ;
};
Edit ED_ON
{
- HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_ON";
+ HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_ON" ;
ReadOnly = TRUE ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 44 , 12 ) ;
- Size = MAP_APPFONT ( 100 , 12 ) ;
+ Pos = MAP_APPFONT ( 44, 12 ) ;
+ Size = MAP_APPFONT ( 100, 12 ) ;
Left = TRUE ;
};
FixedText FT_OS
{
- Pos = MAP_APPFONT ( 147 , 14 ) ;
- Size = MAP_APPFONT ( 52 , 8 ) ;
+ Pos = MAP_APPFONT ( 147, 14 ) ;
+ Size = MAP_APPFONT ( 52, 8 ) ;
Text [ en-US ] = "Short~cut" ;
};
Edit ED_OS
{
- HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_OS";
+ HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_OS" ;
ReadOnly = TRUE ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 200 , 12 ) ;
- Size = MAP_APPFONT ( 21 , 12 ) ;
+ Pos = MAP_APPFONT ( 200, 12 ) ;
+ Size = MAP_APPFONT ( 21, 12 ) ;
Left = TRUE ;
};
FixedText FT_NN
{
- Pos = MAP_APPFONT ( 12 , 29 ) ;
- Size = MAP_APPFONT ( 30 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 29 ) ;
+ Size = MAP_APPFONT ( 30, 8 ) ;
Text [ en-US ] = "~New" ;
};
Edit ED_NN
{
- HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_NN";
+ HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_NN" ;
TabStop = TRUE ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 44 , 27 ) ;
- Size = MAP_APPFONT ( 100 , 12 ) ;
+ Pos = MAP_APPFONT ( 44, 27 ) ;
+ Size = MAP_APPFONT ( 100, 12 ) ;
Left = TRUE ;
};
FixedText FT_NS
{
- Pos = MAP_APPFONT ( 147 , 29 ) ;
- Size = MAP_APPFONT ( 52 , 8 ) ;
+ Pos = MAP_APPFONT ( 147, 29 ) ;
+ Size = MAP_APPFONT ( 52, 8 ) ;
Text [ en-US ] = "~Shortcut" ;
};
Edit ED_NS
{
- HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_NS";
+ HelpID = "sw:Edit:DLG_RENAME_GLOS:ED_NS" ;
TabStop = TRUE ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 200 , 27 ) ;
- Size = MAP_APPFONT ( 21 , 12 ) ;
+ Pos = MAP_APPFONT ( 200, 27 ) ;
+ Size = MAP_APPFONT ( 21, 12 ) ;
Left = TRUE ;
};
- FixedLine FL_NN
+ FixedLine FL_NN
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 219 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 219, 8 ) ;
};
Text [ en-US ] = "Rename AutoText" ;
};
String STR_SAVE_GLOSSARY
{
- Text[ en-US ] = "Save AutoText";
+ Text[ en-US ] = "Save AutoText" ;
};
InfoBox MSG_NO_GLOSSARIES
{
- Message [ en-US ] = "There is no AutoText in this file.";
+ Message [ en-US ] = "There is no AutoText in this file." ;
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/insfnote.src
b/main/sw/source/ui/misc/insfnote.src
index 1ab3c12..72fb748 100644
--- a/main/sw/source/ui/misc/insfnote.src
+++ b/main/sw/source/ui/misc/insfnote.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.
- *
+ *
*************************************************************/
@@ -24,23 +24,22 @@
#include "misc.hrc"
#include "insfnote.hrc"
#include "helpid.h"
- // #define DLG_INS_FOOTNOTE 257
+// #define DLG_INS_FOOTNOTE 257
ModalDialog DLG_INS_FOOTNOTE
{
- HelpID = "sw:ModalDialog:DLG_INS_FOOTNOTE";
+ HelpID = "sw:ModalDialog:DLG_INS_FOOTNOTE" ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 160 , 100 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Fu�note einf�gen : Fu�note
einf�gen */
+ Size = MAP_APPFONT ( 160, 100 ) ;
Text [ en-US ] = "Insert Footnote/Endnote" ;
Moveable = TRUE ;
Edit ED_NUMBER_CHAR
{
- HelpID = "sw:Edit:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR";
+ HelpID = "sw:Edit:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR" ;
Disable = TRUE ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 69 , 27 ) ;
- Size = MAP_APPFONT ( 23 , 12 ) ;
+ Pos = MAP_APPFONT ( 69, 27 ) ;
+ Size = MAP_APPFONT ( 23, 12 ) ;
TabStop = TRUE ;
Group = TRUE ;
Left = TRUE ;
@@ -51,49 +50,49 @@ ModalDialog DLG_INS_FOOTNOTE
};
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 ;
Group = 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 ;
Group = 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 ;
Group = TRUE ;
};
ImageButton BT_PREV
{
- HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_PREV";
- Pos = MAP_APPFONT ( 104 , 82 ) ;
- Size = MAP_APPFONT ( 24 , 14 ) ;
+ HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_PREV" ;
+ Pos = MAP_APPFONT ( 104, 82 ) ;
+ Size = MAP_APPFONT ( 24, 14 ) ;
TabStop = TRUE ;
Hide = TRUE ;
SYMBOL = IMAGEBUTTON_PREV ;
};
ImageButton BT_NEXT
{
- HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_NEXT";
- Pos = MAP_APPFONT ( 130 , 82 ) ;
- Size = MAP_APPFONT ( 24 , 14 ) ;
+ HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_NEXT" ;
+ Pos = MAP_APPFONT ( 130, 82 ) ;
+ Size = MAP_APPFONT ( 24, 14 ) ;
TabStop = TRUE ;
Hide = TRUE ;
SYMBOL = IMAGEBUTTON_NEXT ;
};
RadioButton RB_NUMBER_AUTO
{
- HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO";
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 79 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO" ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 79, 10 ) ;
Text [ en-US ] = "~Automatic" ;
TabStop = TRUE ;
Group = TRUE ;
@@ -101,29 +100,29 @@ ModalDialog DLG_INS_FOOTNOTE
};
RadioButton RB_NUMBER_CHAR
{
- HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_CHAR";
- Pos = MAP_APPFONT ( 12 , 27 ) ;
- Size = MAP_APPFONT ( 54 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_CHAR" ;
+ Pos = MAP_APPFONT ( 12, 27 ) ;
+ Size = MAP_APPFONT ( 54, 10 ) ;
Text [ en-US ] = "~Character" ;
};
- FixedLine FL_NUMBER
+ FixedLine FL_NUMBER
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 92 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 92, 8 ) ;
Text [ en-US ] = "Numbering" ;
};
PushButton BT_NUMBER_CHAR
{
- HelpID = "sw:PushButton:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR";
- Pos = MAP_APPFONT ( 69 , 42 ) ;
- Size = MAP_APPFONT ( 12 , 12 ) ;
+ HelpID = "sw:PushButton:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR" ;
+ Pos = MAP_APPFONT ( 69, 42 ) ;
+ Size = MAP_APPFONT ( 12, 12 ) ;
Text = "..." ;
};
RadioButton RB_TYPE_FTN
{
- HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_FTN";
- Pos = MAP_APPFONT ( 12 , 70 ) ;
- Size = MAP_APPFONT ( 79 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_FTN" ;
+ Pos = MAP_APPFONT ( 12, 70 ) ;
+ Size = MAP_APPFONT ( 79, 10 ) ;
TabStop = TRUE ;
Group = TRUE ;
Check = TRUE ;
@@ -131,46 +130,17 @@ ModalDialog DLG_INS_FOOTNOTE
};
RadioButton RB_TYPE_ENDNOTE
{
- HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE";
- Pos = MAP_APPFONT ( 12 , 83 ) ;
- Size = MAP_APPFONT ( 79 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE" ;
+ Pos = MAP_APPFONT ( 12, 83 ) ;
+ Size = MAP_APPFONT ( 79, 10 ) ;
Text [ en-US ] = "~Endnote" ;
};
- FixedLine FL_TYPE
+ FixedLine FL_TYPE
{
- Pos = MAP_APPFONT ( 6 , 60 ) ;
- Size = MAP_APPFONT ( 92 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 60 ) ;
+ Size = MAP_APPFONT ( 92, 8 ) ;
Text [ en-US ] = "Type" ;
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/insrule.src
b/main/sw/source/ui/misc/insrule.src
index a756bab..a1b605a 100644
--- a/main/sw/source/ui/misc/insrule.src
+++ b/main/sw/source/ui/misc/insrule.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,18 +28,18 @@ ModalDialog DLG_INSERT_RULER
HelpID = HID_RULER_DIALOG ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 242 , 124 ) ;
+ Size = MAP_APPFONT ( 242, 124 ) ;
Moveable = TRUE ;
- FixedLine FL_SEL
+ FixedLine FL_SEL
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 174 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 174, 8 ) ;
Text [ en-US ] = "Selection" ;
};
Control VS_EXAMPLE
{
- Pos = MAP_APPFONT ( 9 , 14 ) ;
- Size = MAP_APPFONT ( 168 , 104 ) ;
+ Pos = MAP_APPFONT ( 9, 14 ) ;
+ Size = MAP_APPFONT ( 168, 104 ) ;
Hide = TRUE ;
Border = TRUE ;
TabStop = TRUE ;
@@ -47,22 +47,22 @@ ModalDialog DLG_INSERT_RULER
};
OKButton PB_OK
{
- Pos = MAP_APPFONT ( 186 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 186, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
Disable = TRUE ;
};
CancelButton PB_CANCEL
{
- Pos = MAP_APPFONT ( 186 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 186, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton PB_HELP
{
- Pos = MAP_APPFONT ( 186 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 186, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
String ST_SIMPLE
@@ -72,39 +72,4 @@ ModalDialog DLG_INSERT_RULER
Text [ en-US ] = "Insert Horizontal Rule" ;
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/pgfnote.src
b/main/sw/source/ui/misc/pgfnote.src
index 81e9365..a7534ee 100644
--- a/main/sw/source/ui/misc/pgfnote.src
+++ b/main/sw/source/ui/misc/pgfnote.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,50 +7,51 @@
* 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 "globals.hrc"
#include "pgfnote.hrc"
#include "helpid.h"
TabPage TP_FOOTNOTE_PAGE
{
HelpID = HID_FOOTNOTE_PAGE ;
- Pos = MAP_APPFONT ( 0 , 0 ) ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
- Hide = TRUE;
+ Pos = MAP_APPFONT ( 0, 0 ) ;
+ Size = MAP_APPFONT ( 260, 185 ) ;
+ Hide = TRUE ;
RadioButton RB_MAXHEIGHT_PAGE
{
- HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE";
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 132 , 10 ) ;
+ HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE" ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 132, 10 ) ;
Text [ en-US ] = "~Not larger than page area" ;
TabStop = TRUE ;
Group = TRUE ;
};
RadioButton RB_MAXHEIGHT
{
- HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT";
- Pos = MAP_APPFONT ( 12 , 28 ) ;
- Size = MAP_APPFONT ( 132 , 10 ) ;
- Text [ en-US ] = "Maximum footnote ~height" ;
+ HelpID = "sw:RadioButton:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT" ;
+ Pos = MAP_APPFONT ( 12, 28 ) ;
+ Size = MAP_APPFONT ( 132, 10 ) ;
+ Text [ en-US ] = "Maximum footnote ~height" ;
};
MetricField ED_MAXHEIGHT
{
- HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT";
+ HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 148 , 26 ) ;
- Size = MAP_APPFONT ( 42 , 12 ) ;
+ Pos = MAP_APPFONT ( 148, 26 ) ;
+ Size = MAP_APPFONT ( 42, 12 ) ;
TabStop = TRUE ;
Group = TRUE ;
Left = TRUE ;
@@ -67,17 +68,17 @@ TabPage TP_FOOTNOTE_PAGE
};
FixedText FT_DIST
{
- Pos = MAP_APPFONT ( 12 , 44 ) ;
- Size = MAP_APPFONT ( 132 , 8 ) ;
- Text [ en-US ] = "Space to text" ;
+ Pos = MAP_APPFONT ( 12, 44 ) ;
+ Size = MAP_APPFONT ( 132, 8 ) ;
+ Text [ en-US ] = "Space to text" ;
Left = TRUE ;
};
MetricField ED_DIST
{
- HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_DIST";
+ HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_DIST" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 148 , 42 ) ;
- Size = MAP_APPFONT ( 42 , 12 ) ;
+ Pos = MAP_APPFONT ( 148, 42 ) ;
+ Size = MAP_APPFONT ( 42, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -92,46 +93,46 @@ TabPage TP_FOOTNOTE_PAGE
};
FixedLine FL_FOOTNOTE_SIZE
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Footnote area" ;
};
FixedText FT_LINEPOS
{
- Pos = MAP_APPFONT ( 12 , 73 ) ;
- Size = MAP_APPFONT ( 132 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 73 ) ;
+ Size = MAP_APPFONT ( 132, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "~Position" ;
};
ListBox DLB_LINEPOS
{
- HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINEPOS";
- Pos = MAP_APPFONT ( 148 , 71 ) ;
- Size = MAP_APPFONT ( 57 , 40 ) ;
+ HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINEPOS" ;
+ Pos = MAP_APPFONT ( 148, 71 ) ;
+ Size = MAP_APPFONT ( 57, 40 ) ;
TabStop = TRUE ;
Group = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
StringList [ en-US ] =
{
- < "Left" ; Default ; > ;
- < "Centered" ; Default ; > ;
- < "Right" ; Default ; > ;
+ < "Left" ; Default ; > ;
+ < "Centered" ; Default ; > ;
+ < "Right" ; Default ; > ;
};
};
FixedText FT_LINETYPE
{
- Pos = MAP_APPFONT ( 12 , 89 ) ;
- Size = MAP_APPFONT ( 132 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 89 ) ;
+ Size = MAP_APPFONT ( 132, 8 ) ;
Group = TRUE ;
Left = TRUE ;
Text [ en-US ] = "~Weight" ;
};
ListBox DLB_LINETYPE
{
- HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINETYPE";
- Pos = MAP_APPFONT ( 148 , 87 ) ;
- Size = MAP_APPFONT ( 57 , 50 ) ;
+ HelpID = "sw:ListBox:TP_FOOTNOTE_PAGE:DLB_LINETYPE" ;
+ Pos = MAP_APPFONT ( 148, 87 ) ;
+ Size = MAP_APPFONT ( 57, 50 ) ;
TabStop = TRUE ;
Group = TRUE ;
DropDown = TRUE ;
@@ -140,17 +141,17 @@ TabPage TP_FOOTNOTE_PAGE
FixedText FT_LINEWIDTH
{
- Pos = MAP_APPFONT ( 12 , 105 ) ;
- Size = MAP_APPFONT ( 132 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 105 ) ;
+ Size = MAP_APPFONT ( 132, 8 ) ;
Left = TRUE ;
Text [ en-US ] = "~Length" ;
};
MetricField ED_LINEWIDTH
{
- HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEWIDTH";
+ HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEWIDTH" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 148 , 103 ) ;
- Size = MAP_APPFONT ( 42 , 12 ) ;
+ Pos = MAP_APPFONT ( 148, 103 ) ;
+ Size = MAP_APPFONT ( 42, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -163,17 +164,17 @@ TabPage TP_FOOTNOTE_PAGE
};
FixedText FT_LINEDIST
{
- Pos = MAP_APPFONT ( 12 , 121 ) ;
- Size = MAP_APPFONT ( 132 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 121 ) ;
+ Size = MAP_APPFONT ( 132, 8 ) ;
Text [ en-US ] = "~Spacing to footnote contents" ;
Left = TRUE ;
};
MetricField ED_LINEDIST
{
- HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEDIST";
+ HelpID = "sw:MetricField:TP_FOOTNOTE_PAGE:ED_LINEDIST" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 148 , 119 ) ;
- Size = MAP_APPFONT ( 42 , 12 ) ;
+ Pos = MAP_APPFONT ( 148, 119 ) ;
+ Size = MAP_APPFONT ( 42, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -188,8 +189,10 @@ TabPage TP_FOOTNOTE_PAGE
};
FixedLine FL_LINE
{
- Pos = MAP_APPFONT ( 6 , 60 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 60 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Separator line" ;
};
};
+
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/pggrid.src
b/main/sw/source/ui/misc/pggrid.src
index e204adf..8d1ba9e 100644
--- a/main/sw/source/ui/misc/pggrid.src
+++ b/main/sw/source/ui/misc/pggrid.src
@@ -1,5 +1,5 @@
/**************************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -7,84 +7,85 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
*************************************************************/
+
#include "globals.hrc"
#include "pggrid.hrc"
#include "helpid.h"
TabPage TP_TEXTGRID_PAGE
{
- HelpID = HID_TEXTGRID_PAGE;
- Pos = MAP_APPFONT ( 0 , 0 ) ;
- Size = MAP_APPFONT ( 260 , 185 ) ;
- Hide = TRUE;
- FixedLine FL_GRID_TYPE
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 164 , 8 ) ;
- Text [ en-US ] = "Grid" ;
+ HelpID = HID_TEXTGRID_PAGE ;
+ Pos = MAP_APPFONT ( 0, 0 ) ;
+ Size = MAP_APPFONT ( 260, 185 ) ;
+ Hide = TRUE ;
+ FixedLine FL_GRID_TYPE
+ {
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 164, 8 ) ;
+ Text [ en-US ] = "Grid" ;
};
- RadioButton RB_NOGRID
- {
- HelpID = "sw:RadioButton:TP_TEXTGRID_PAGE:RB_NOGRID";
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
- Text [ en-US ] = "No grid" ;
+ RadioButton RB_NOGRID
+ {
+ HelpID = "sw:RadioButton:TP_TEXTGRID_PAGE:RB_NOGRID" ;
+ Pos = MAP_APPFONT ( 12, 14 ) ;
+ Size = MAP_APPFONT ( 158, 10 ) ;
+ Text [ en-US ] = "No grid" ;
};
- RadioButton RB_LINESGRID
+ RadioButton RB_LINESGRID
{
- HelpID = "sw:RadioButton:TP_TEXTGRID_PAGE:RB_LINESGRID";
- Pos = MAP_APPFONT ( 12 , 27 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
+ HelpID = "sw:RadioButton:TP_TEXTGRID_PAGE:RB_LINESGRID" ;
+ Pos = MAP_APPFONT ( 12, 27 ) ;
+ Size = MAP_APPFONT ( 158, 10 ) ;
Text [ en-US ] = "Grid (lines only)" ;
};
- RadioButton RB_CHARSGRID
+ RadioButton RB_CHARSGRID
{
- HelpID = "sw:RadioButton:TP_TEXTGRID_PAGE:RB_CHARSGRID";
- Pos = MAP_APPFONT ( 12 , 40 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
+ HelpID = "sw:RadioButton:TP_TEXTGRID_PAGE:RB_CHARSGRID" ;
+ Pos = MAP_APPFONT ( 12, 40 ) ;
+ Size = MAP_APPFONT ( 158, 10 ) ;
Text [ en-US ] = "Grid (lines and characters)" ;
};
- CheckBox CB_SNAPTOCHARS
+ CheckBox CB_SNAPTOCHARS
{
- HelpID = "sw:CheckBox:TP_TEXTGRID_PAGE:CB_SNAPTOCHARS";
- Pos = MAP_APPFONT ( 14 , 53 ) ;
- Size = MAP_APPFONT ( 158 , 10 ) ;
+ HelpID = "sw:CheckBox:TP_TEXTGRID_PAGE:CB_SNAPTOCHARS" ;
+ Pos = MAP_APPFONT ( 14, 53 ) ;
+ Size = MAP_APPFONT ( 158, 10 ) ;
Text [ en-US ] = "~Snap to characters" ;
};
- Window WN_EXAMPLE
+ Window WN_EXAMPLE
{
- Pos = MAP_APPFONT ( 176 , 6 ) ;
- Size = MAP_APPFONT ( 75 , 46 ) ;
+ Pos = MAP_APPFONT ( 176, 6 ) ;
+ Size = MAP_APPFONT ( 75, 46 ) ;
};
- FixedLine FL_LAYOUT
+ FixedLine FL_LAYOUT
{
- Pos = MAP_APPFONT ( 6 , 69 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 69 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Grid layout" ;
};
- FixedText FT_LINESPERPAGE
+ FixedText FT_LINESPERPAGE
{
- Pos = MAP_APPFONT ( 12 , 82 ) ;
- Size = MAP_APPFONT ( 59 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 82 ) ;
+ Size = MAP_APPFONT ( 59, 8 ) ;
Text [ en-US ] = "Lines per page" ;
};
- NumericField NF_LINESPERPAGE
+ NumericField NF_LINESPERPAGE
{
- HelpID = "sw:NumericField:TP_TEXTGRID_PAGE:NF_LINESPERPAGE";
- Pos = MAP_APPFONT ( 74 , 80 ) ;
- Size = MAP_APPFONT ( 25 , 12 ) ;
+ HelpID = "sw:NumericField:TP_TEXTGRID_PAGE:NF_LINESPERPAGE" ;
+ Pos = MAP_APPFONT ( 74, 80 ) ;
+ Size = MAP_APPFONT ( 25, 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
@@ -97,17 +98,17 @@ TabPage TP_TEXTGRID_PAGE
Last = 154 ;
SpinSize = 1 ;
};
- FixedText FT_TEXTSIZE
+ FixedText FT_TEXTSIZE
{
- Pos = MAP_APPFONT ( 133 , 82 ) ;
- Size = MAP_APPFONT ( 80 , 8 ) ;
+ Pos = MAP_APPFONT ( 133, 82 ) ;
+ Size = MAP_APPFONT ( 80, 8 ) ;
Text [ en-US ] = "Max. base text size" ;
};
- MetricField MF_TEXTSIZE
+ MetricField MF_TEXTSIZE
{
- HelpID = "sw:MetricField:TP_TEXTGRID_PAGE:MF_TEXTSIZE";
- Pos = MAP_APPFONT ( 216 , 80 ) ;
- Size = MAP_APPFONT ( 35 , 12 ) ;
+ HelpID = "sw:MetricField:TP_TEXTGRID_PAGE:MF_TEXTSIZE" ;
+ Pos = MAP_APPFONT ( 216, 80 ) ;
+ Size = MAP_APPFONT ( 35, 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
@@ -121,17 +122,17 @@ TabPage TP_TEXTGRID_PAGE
Last = 5600 ;
SpinSize = 5 ;
};
- FixedText FT_CHARSPERLINE
+ FixedText FT_CHARSPERLINE
{
- Pos = MAP_APPFONT ( 12 , 98 ) ;
- Size = MAP_APPFONT ( 59 , 8 ) ;
+ Pos = MAP_APPFONT ( 12, 98 ) ;
+ Size = MAP_APPFONT ( 59, 8 ) ;
Text [ en-US ] = "Characters per line" ;
};
- NumericField NF_CHARSPERLINE
+ NumericField NF_CHARSPERLINE
{
- HelpID = "sw:NumericField:TP_TEXTGRID_PAGE:NF_CHARSPERLINE";
- Pos = MAP_APPFONT ( 74 , 96 ) ;
- Size = MAP_APPFONT ( 25 , 12 ) ;
+ HelpID = "sw:NumericField:TP_TEXTGRID_PAGE:NF_CHARSPERLINE" ;
+ Pos = MAP_APPFONT ( 74, 96 ) ;
+ Size = MAP_APPFONT ( 25, 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
@@ -144,17 +145,17 @@ TabPage TP_TEXTGRID_PAGE
Last = 233 ;
SpinSize = 1 ;
};
- FixedText FT_CHARWIDTH
+ FixedText FT_CHARWIDTH
{
- Pos = MAP_APPFONT ( 133 , 98 ) ;
- Size = MAP_APPFONT ( 80 , 8 ) ;
+ Pos = MAP_APPFONT ( 133, 98 ) ;
+ Size = MAP_APPFONT ( 80, 8 ) ;
Text [ en-US ] = "Character ~width" ;
};
- MetricField MF_CHARWIDTH
+ MetricField MF_CHARWIDTH
{
- HelpID = "sw:MetricField:TP_TEXTGRID_PAGE:MF_CHARWIDTH";
- Pos = MAP_APPFONT ( 216 , 96 ) ;
- Size = MAP_APPFONT ( 35 , 12 ) ;
+ HelpID = "sw:MetricField:TP_TEXTGRID_PAGE:MF_CHARWIDTH" ;
+ Pos = MAP_APPFONT ( 216, 96 ) ;
+ Size = MAP_APPFONT ( 35, 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
@@ -163,22 +164,22 @@ TabPage TP_TEXTGRID_PAGE
Minimum = 100 ;
Maximum = 5600 ;
DecimalDigits = 2 ;
- Unit = FUNIT_POINT;
+ Unit = FUNIT_POINT ;
First = 0 ;
Last = 5600 ;
SpinSize = 5 ;
};
- FixedText FT_RUBYSIZE
+ FixedText FT_RUBYSIZE
{
- Pos = MAP_APPFONT ( 133 , 98 ) ;
- Size = MAP_APPFONT ( 80 , 8 ) ;
+ Pos = MAP_APPFONT ( 133, 98 ) ;
+ Size = MAP_APPFONT ( 80, 8 ) ;
Text [ en-US ] = "Max. Ruby text size" ;
};
- MetricField MF_RUBYSIZE
+ MetricField MF_RUBYSIZE
{
- HelpID = "sw:MetricField:TP_TEXTGRID_PAGE:MF_RUBYSIZE";
- Pos = MAP_APPFONT ( 216 , 96 ) ;
- Size = MAP_APPFONT ( 35 , 12 ) ;
+ HelpID = "sw:MetricField:TP_TEXTGRID_PAGE:MF_RUBYSIZE" ;
+ Pos = MAP_APPFONT ( 216, 96 ) ;
+ Size = MAP_APPFONT ( 35, 12 ) ;
Border = TRUE ;
TabStop = TRUE ;
Left = TRUE ;
@@ -187,52 +188,53 @@ TabPage TP_TEXTGRID_PAGE
Minimum = 100 ;
Maximum = 5600 ;
DecimalDigits = 2 ;
- Unit = FUNIT_POINT;
+ Unit = FUNIT_POINT ;
First = 0 ;
Last = 5600 ;
SpinSize = 5 ;
};
- CheckBox CB_RUBYBELOW
+ CheckBox CB_RUBYBELOW
{
- HelpID = "sw:CheckBox:TP_TEXTGRID_PAGE:CB_RUBYBELOW";
- Pos = MAP_APPFONT ( 14 , 112 ) ;
- Size = MAP_APPFONT ( 237 , 10 ) ;
+ HelpID = "sw:CheckBox:TP_TEXTGRID_PAGE:CB_RUBYBELOW" ;
+ Pos = MAP_APPFONT ( 14, 112 ) ;
+ Size = MAP_APPFONT ( 237, 10 ) ;
Text [ en-US ] = "Ruby text below/left from base text" ;
};
- FixedLine FL_DISPLAY
+ FixedLine FL_DISPLAY
{
- Pos = MAP_APPFONT ( 6 , 128 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 128 ) ;
+ Size = MAP_APPFONT ( 248, 8 ) ;
Text [ en-US ] = "Grid display" ;
};
- CheckBox CB_DISPLAY
+ CheckBox CB_DISPLAY
{
- HelpID = "sw:CheckBox:TP_TEXTGRID_PAGE:CB_DISPLAY";
- Pos = MAP_APPFONT ( 12 , 139 ) ;
- Size = MAP_APPFONT ( 118 , 10 ) ;
+ HelpID = "sw:CheckBox:TP_TEXTGRID_PAGE:CB_DISPLAY" ;
+ Pos = MAP_APPFONT ( 12, 139 ) ;
+ Size = MAP_APPFONT ( 118, 10 ) ;
Text [ en-US ] = "Display grid" ;
};
- CheckBox CB_PRINT
+ CheckBox CB_PRINT
{
- HelpID = "sw:CheckBox:TP_TEXTGRID_PAGE:CB_PRINT";
- Pos = MAP_APPFONT ( 18 , 154 ) ;
- Size = MAP_APPFONT ( 112 , 10 ) ;
+ HelpID = "sw:CheckBox:TP_TEXTGRID_PAGE:CB_PRINT" ;
+ Pos = MAP_APPFONT ( 18, 154 ) ;
+ Size = MAP_APPFONT ( 112, 10 ) ;
Text [ en-US ] = "Print grid" ;
};
- FixedText FT_COLOR
- {
- Pos = MAP_APPFONT ( 133 , 139 ) ;
- Size = MAP_APPFONT ( 55 , 8 ) ;
- Text [ en-US ] = "Grid color" ;
+ FixedText FT_COLOR
+ {
+ Pos = MAP_APPFONT ( 133, 139 ) ;
+ Size = MAP_APPFONT ( 55, 8 ) ;
+ Text [ en-US ] = "Grid color" ;
+ };
+ ListBox LB_COLOR
+ {
+ HelpID = "sw:ListBox:TP_TEXTGRID_PAGE:LB_COLOR" ;
+ Pos = MAP_APPFONT ( 191, 137 ) ;
+ Size = MAP_APPFONT ( 60, 50 ) ;
+ TabStop = TRUE ;
+ Border = TRUE ;
+ DropDown = TRUE ;
};
- ListBox LB_COLOR
- {
- HelpID = "sw:ListBox:TP_TEXTGRID_PAGE:LB_COLOR";
- Pos = MAP_APPFONT ( 191 , 137 ) ;
- Size = MAP_APPFONT ( 60 , 50 ) ;
- TabStop = TRUE;
- Border = TRUE;
- DropDown = TRUE;
- };
};
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/redlndlg.src
b/main/sw/source/ui/misc/redlndlg.src
index f8f071f..5cc4c4b 100644
--- a/main/sw/source/ui/misc/redlndlg.src
+++ b/main/sw/source/ui/misc/redlndlg.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,20 +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 "redlndlg.hrc"
#include "misc.hrc"
@@ -30,25 +29,24 @@
#define HEIGHT 169
#define REDLNDLG \
- OutputSize = TRUE ; \
- SVLook = TRUE ; \
- Size = MAP_APPFONT ( WIDTH , HEIGHT ) ; \
- Moveable = TRUE ; \
- Closeable = TRUE ; \
- Sizeable = TRUE ; \
- Hide = TRUE ; \
- Control CTRL_TABPAGES\
- {\
- Pos = MAP_APPFONT ( XBORDER , YBORDER ) ; \
- Size = MAP_APPFONT ( WIDTH - XBORDER * 2 , HEIGHT - YBORDER * 2 ) ; \
- HelpID = HID_REDLINE_CTRL ; \
- TabStop = TRUE ; \
- };
+ OutputSize = TRUE ; \
+ SVLook = TRUE ; \
+ Size = MAP_APPFONT ( WIDTH, HEIGHT ) ; \
+ Moveable = TRUE ; \
+ Closeable = TRUE ; \
+ Sizeable = TRUE ; \
+ Hide = TRUE ; \
+ Control CTRL_TABPAGES \
+ {\
+ Pos = MAP_APPFONT ( XBORDER, YBORDER ) ; \
+ Size = MAP_APPFONT ( WIDTH - XBORDER * 2, HEIGHT - YBORDER * 2
) ; \
+ HelpID = HID_REDLINE_CTRL ; \
+ TabStop = TRUE ; \
+ };
ModelessDialog DLG_REDLINE_ACCEPT
{
HelpID = HID_REDLINE_ACCEPT ;
- /* ### ACHTUNG: Neuer Text in Resource? �nderungen akzeptieren oder
verwerfen : Redlining */
Text [ en-US ] = "Accept or Reject Changes" ;
REDLNDLG
};
@@ -57,7 +55,7 @@ ModalDialog DLG_MOD_REDLINE_ACCEPT
{
HelpID = HID_REDLINE_AUTOFMT_ACCEPT ;
REDLNDLG
- Text [ en-US ] = "Accept or Reject AutoCorrect Changes";
+ Text [ en-US ] = "Accept or Reject AutoCorrect Changes" ;
};
Menu MN_REDLINE_POPUP
@@ -120,25 +118,4 @@ Menu MN_REDLINE_POPUP
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/misc/srtdlg.src
b/main/sw/source/ui/misc/srtdlg.src
index 1fd69c8..2da4c57 100644
--- a/main/sw/source/ui/misc/srtdlg.src
+++ b/main/sw/source/ui/misc/srtdlg.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.
- *
+ *
*************************************************************/
@@ -31,64 +31,62 @@ ModalDialog DLG_SORTING
HelpID = CMD_FN_SORTING_DLG ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 268 , 193 ) ;
+ Size = MAP_APPFONT ( 268, 193 ) ;
Text [ en-US ] = "Sort" ;
Moveable = TRUE ;
OKButton BT_OK
{
- Pos = MAP_APPFONT ( 212 , 6 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 212, 6 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
DefButton = TRUE ;
};
CancelButton BT_CANCEL
{
- Pos = MAP_APPFONT ( 212 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 212, 23 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
HelpButton BT_HELP
{
- Pos = MAP_APPFONT ( 212 , 43 ) ;
- Size = MAP_APPFONT ( 50 , 14 ) ;
+ Pos = MAP_APPFONT ( 212, 43 ) ;
+ Size = MAP_APPFONT ( 50, 14 ) ;
TabStop = TRUE ;
};
FixedText FT_COL
{
- Pos = MAP_APPFONT ( 68 , 12 ) ;
- Size = MAP_APPFONT ( 25 , 8 ) ;
+ Pos = MAP_APPFONT ( 68, 12 ) ;
+ Size = MAP_APPFONT ( 25, 8 ) ;
Text [ en-US ] = "Column" ;
Left = TRUE ;
};
FixedText FT_KEYTYP
{
Pos = MAP_APPFONT ( 101, 12 ) ;
- Size = MAP_APPFONT ( 48 , 8 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Schl�sseltyp :
Schl�sseltyp */
+ Size = MAP_APPFONT ( 48, 8 ) ;
Text [ en-US ] = "Key type" ;
Left = TRUE ;
};
FixedText FT_DIR
{
- Pos = MAP_APPFONT ( 155 , 12 ) ;
- Size = MAP_APPFONT ( 49 , 10 ) ;
+ Pos = MAP_APPFONT ( 155, 12 ) ;
+ Size = MAP_APPFONT ( 49, 10 ) ;
Text [ en-US ] = "Order" ;
};
CheckBox CB_KEY1
{
- HelpID = "sw:CheckBox:DLG_SORTING:CB_KEY1";
- Pos = MAP_APPFONT ( 12 , 25 ) ;
- Size = MAP_APPFONT ( 49 , 8 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Schl�ssel ~1 :
Schl�ssel ~1 */
+ HelpID = "sw:CheckBox:DLG_SORTING:CB_KEY1" ;
+ Pos = MAP_APPFONT ( 12, 25 ) ;
+ Size = MAP_APPFONT ( 49, 8 ) ;
Text [ en-US ] = "Key ~1" ;
Check = TRUE ;
};
NumericField ED_KEY1
{
- HelpID = "sw:NumericField:DLG_SORTING:ED_KEY1";
+ HelpID = "sw:NumericField:DLG_SORTING:ED_KEY1" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 66 , 23 ) ;
- Size = MAP_APPFONT ( 25 , 12 ) ;
+ Pos = MAP_APPFONT ( 66, 23 ) ;
+ Size = MAP_APPFONT ( 25, 12 ) ;
Text = "10" ;
TabStop = TRUE ;
Left = TRUE ;
@@ -103,49 +101,48 @@ ModalDialog DLG_SORTING
};
String STR_NUMERIC
{
- Text [ en-US ] = "Numeric";
+ Text [ en-US ] = "Numeric" ;
};
ListBox DLB_KEY1
{
- HelpID = "sw:ListBox:DLG_SORTING:DLB_KEY1";
- Pos = MAP_APPFONT ( 96 , 23 ) ;
- Size = MAP_APPFONT ( 55 , 45 ) ;
+ HelpID = "sw:ListBox:DLG_SORTING:DLB_KEY1" ;
+ Pos = MAP_APPFONT ( 96, 23 ) ;
+ Size = MAP_APPFONT ( 55, 45 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
- Sort = TRUE;
+ Sort = TRUE ;
};
RadioButton RB_UP
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_UP";
- Pos = MAP_APPFONT ( 155 , 23 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_UP" ;
+ Pos = MAP_APPFONT ( 155, 23 ) ;
+ Size = MAP_APPFONT ( 50, 10 ) ;
Text [ en-US ] = "~Ascending" ;
TabStop = TRUE ;
Check = TRUE ;
};
RadioButton RB_DN
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_DN";
- Pos = MAP_APPFONT ( 155 , 35 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_DN" ;
+ Pos = MAP_APPFONT ( 155, 35 ) ;
+ Size = MAP_APPFONT ( 50, 10 ) ;
Text [ en-US ] = "~Descending" ;
TabStop = TRUE ;
};
CheckBox CB_KEY2
{
- HelpID = "sw:CheckBox:DLG_SORTING:CB_KEY2";
- Pos = MAP_APPFONT ( 12 , 52 ) ;
- Size = MAP_APPFONT ( 49 , 8 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Schl�ssel ~2 :
Schl�ssel ~2 */
+ HelpID = "sw:CheckBox:DLG_SORTING:CB_KEY2" ;
+ Pos = MAP_APPFONT ( 12, 52 ) ;
+ Size = MAP_APPFONT ( 49, 8 ) ;
Text [ en-US ] = "Key ~2" ;
};
NumericField ED_KEY2
{
- HelpID = "sw:NumericField:DLG_SORTING:ED_KEY2";
+ HelpID = "sw:NumericField:DLG_SORTING:ED_KEY2" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 66 , 50 ) ;
- Size = MAP_APPFONT ( 25 , 12 ) ;
+ Pos = MAP_APPFONT ( 66, 50 ) ;
+ Size = MAP_APPFONT ( 25, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -159,45 +156,44 @@ ModalDialog DLG_SORTING
};
ListBox DLB_KEY2
{
- HelpID = "sw:ListBox:DLG_SORTING:DLB_KEY2";
- Pos = MAP_APPFONT ( 96 , 50 ) ;
- Size = MAP_APPFONT ( 55 , 45 ) ;
+ HelpID = "sw:ListBox:DLG_SORTING:DLB_KEY2" ;
+ Pos = MAP_APPFONT ( 96, 50 ) ;
+ Size = MAP_APPFONT ( 55, 45 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
- Sort = TRUE;
+ Sort = TRUE ;
};
RadioButton RB_UP2
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_UP2";
- Pos = MAP_APPFONT ( 155 , 50 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_UP2" ;
+ Pos = MAP_APPFONT ( 155, 50 ) ;
+ Size = MAP_APPFONT ( 50, 10 ) ;
Text [ en-US ] = "Ascending" ;
TabStop = TRUE ;
Check = TRUE ;
};
RadioButton RB_DN2
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_DN2";
- Pos = MAP_APPFONT ( 155 , 62 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_DN2" ;
+ Pos = MAP_APPFONT ( 155, 62 ) ;
+ Size = MAP_APPFONT ( 50, 10 ) ;
Text [ en-US ] = "Descending" ;
TabStop = TRUE ;
};
CheckBox CB_KEY3
{
- HelpID = "sw:CheckBox:DLG_SORTING:CB_KEY3";
- Pos = MAP_APPFONT ( 12 , 81 ) ;
- Size = MAP_APPFONT ( 49 , 8 ) ;
- /* ### ACHTUNG: Neuer Text in Resource? Schl�ssel ~3 :
Schl�ssel ~3 */
+ HelpID = "sw:CheckBox:DLG_SORTING:CB_KEY3" ;
+ Pos = MAP_APPFONT ( 12, 81 ) ;
+ Size = MAP_APPFONT ( 49, 8 ) ;
Text [ en-US ] = "Key ~3" ;
};
NumericField ED_KEY3
{
- HelpID = "sw:NumericField:DLG_SORTING:ED_KEY3";
+ HelpID = "sw:NumericField:DLG_SORTING:ED_KEY3" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 66 , 79 ) ;
- Size = MAP_APPFONT ( 25 , 12 ) ;
+ Pos = MAP_APPFONT ( 66, 79 ) ;
+ Size = MAP_APPFONT ( 25, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
Repeat = TRUE ;
@@ -211,90 +207,90 @@ ModalDialog DLG_SORTING
};
ListBox DLB_KEY3
{
- HelpID = "sw:ListBox:DLG_SORTING:DLB_KEY3";
- Pos = MAP_APPFONT ( 96 , 79 ) ;
- Size = MAP_APPFONT ( 55 , 45 ) ;
+ HelpID = "sw:ListBox:DLG_SORTING:DLB_KEY3" ;
+ Pos = MAP_APPFONT ( 96, 79 ) ;
+ Size = MAP_APPFONT ( 55, 45 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
CurPos = 0 ;
- Sort = TRUE;
+ Sort = TRUE ;
};
RadioButton RB_UP3
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_UP3";
- Pos = MAP_APPFONT ( 155 , 79 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_UP3" ;
+ Pos = MAP_APPFONT ( 155, 79 ) ;
+ Size = MAP_APPFONT ( 50, 10 ) ;
Text [ en-US ] = "Ascending" ;
TabStop = TRUE ;
Check = TRUE ;
};
RadioButton RB_DN3
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_DN3";
- Pos = MAP_APPFONT ( 155 , 91 ) ;
- Size = MAP_APPFONT ( 50 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_DN3" ;
+ Pos = MAP_APPFONT ( 155, 91 ) ;
+ Size = MAP_APPFONT ( 50, 10 ) ;
Text [ en-US ] = "Descending" ;
TabStop = TRUE ;
};
- FixedLine FL_SORT_2
+ FixedLine FL_SORT_2
{
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 200 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 3 ) ;
+ Size = MAP_APPFONT ( 200, 8 ) ;
Text [ en-US ] = "Sort criteria" ;
};
RadioButton RB_COL
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_COL";
- Pos = MAP_APPFONT ( 12 , 120 ) ;
- Size = MAP_APPFONT ( 38 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_COL" ;
+ Pos = MAP_APPFONT ( 12, 120 ) ;
+ Size = MAP_APPFONT ( 38, 10 ) ;
Text [ en-US ] = "Col~umns" ;
TabStop = TRUE ;
};
RadioButton RB_ROW
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_ROW";
- Pos = MAP_APPFONT ( 12 , 133 ) ;
- Size = MAP_APPFONT ( 34 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_ROW" ;
+ Pos = MAP_APPFONT ( 12, 133 ) ;
+ Size = MAP_APPFONT ( 34, 10 ) ;
Text [ en-US ] = "~Rows" ;
TabStop = TRUE ;
Check = TRUE ;
};
- FixedLine FL_DIR
+ FixedLine FL_DIR
{
- Pos = MAP_APPFONT ( 6 , 108 ) ;
- Size = MAP_APPFONT ( 95 , 8 ) ;
+ Pos = MAP_APPFONT ( 6, 108 ) ;
+ Size = MAP_APPFONT ( 95, 8 ) ;
Text [ en-US ] = "Direction" ;
};
RadioButton RB_TAB
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_TAB";
- Pos = MAP_APPFONT ( 113 , 120 ) ;
- Size = MAP_APPFONT ( 44 , 9 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_TAB" ;
+ Pos = MAP_APPFONT ( 113, 120 ) ;
+ Size = MAP_APPFONT ( 44, 9 ) ;
Text [ en-US ] = "~Tabs" ;
TabStop = TRUE ;
Check = TRUE ;
};
RadioButton RB_TABCH
{
- HelpID = "sw:RadioButton:DLG_SORTING:RB_TABCH";
- Pos = MAP_APPFONT ( 113 , 133 ) ;
- Size = MAP_APPFONT ( 38 , 10 ) ;
+ HelpID = "sw:RadioButton:DLG_SORTING:RB_TABCH" ;
+ Pos = MAP_APPFONT ( 113, 133 ) ;
+ Size = MAP_APPFONT ( 38, 10 ) ;
Text [ en-US ] = "~Character" ;
TabStop = TRUE ;
};
Edit ED_TABCH
{
- HelpID = "sw:Edit:DLG_SORTING:ED_TABCH";
+ HelpID = "sw:Edit:DLG_SORTING:ED_TABCH" ;
Border = TRUE ;
- Pos = MAP_APPFONT ( 180 , 133 ) ;
- Size = MAP_APPFONT ( 12 , 12 ) ;
+ Pos = MAP_APPFONT ( 180, 133 ) ;
+ Size = MAP_APPFONT ( 12, 12 ) ;
TabStop = TRUE ;
Left = TRUE ;
};
- FixedLine FL_DELIM
+ FixedLine FL_DELIM
{
- Pos = MAP_APPFONT ( 107 , 108 ) ;
- Size = MAP_APPFONT ( 99 , 8 ) ;
+ Pos = MAP_APPFONT ( 107, 108 ) ;
+ Size = MAP_APPFONT ( 99, 8 ) ;
Text [ en-US ] = "Separator" ;
};
String STR_ROW
@@ -305,42 +301,42 @@ ModalDialog DLG_SORTING
{
Text [ en-US ] = "Column" ;
};
- PushButton PB_DELIM
- {
- HelpID = "sw:PushButton:DLG_SORTING:PB_DELIM";
- Pos = MAP_APPFONT ( 195 , 133 ) ;
- Size = MAP_APPFONT ( 12 , 12 ) ;
+ PushButton PB_DELIM
+ {
+ HelpID = "sw:PushButton:DLG_SORTING:PB_DELIM" ;
+ Pos = MAP_APPFONT ( 195, 133 ) ;
+ Size = MAP_APPFONT ( 12, 12 ) ;
TabStop = TRUE ;
- Text = "...";
- };
- FixedLine FL_LANG
- {
- Pos = MAP_APPFONT ( 6 , 147 ) ;
- Size = MAP_APPFONT ( 95 , 8 ) ;
- Text [ en-US ] = "Language";
- };
- ListBox LB_LANG
- {
- HelpID = "sw:ListBox:DLG_SORTING:LB_LANG";
- Pos = MAP_APPFONT ( 12 , 158 ) ;
- Size = MAP_APPFONT ( 83 , 61 ) ;
+ Text = "..." ;
+ };
+ FixedLine FL_LANG
+ {
+ Pos = MAP_APPFONT ( 6, 147 ) ;
+ Size = MAP_APPFONT ( 95, 8 ) ;
+ Text [ en-US ] = "Language" ;
+ };
+ ListBox LB_LANG
+ {
+ HelpID = "sw:ListBox:DLG_SORTING:LB_LANG" ;
+ Pos = MAP_APPFONT ( 12, 158 ) ;
+ Size = MAP_APPFONT ( 83, 61 ) ;
TabStop = TRUE ;
DropDown = TRUE ;
Sort = TRUE ;
};
- FixedLine FL_SORT
- {
- Pos = MAP_APPFONT ( 107 , 147 ) ;
- Size = MAP_APPFONT ( 99 , 8 ) ;
- Text [ en-US ] = "Setting";
- };
- CheckBox CB_CASE
- {
- HelpID = "sw:CheckBox:DLG_SORTING:CB_CASE";
- Pos = MAP_APPFONT ( 113 , 159 ) ;
- Size = MAP_APPFONT ( 147 , 10 ) ;
+ FixedLine FL_SORT
+ {
+ Pos = MAP_APPFONT ( 107, 147 ) ;
+ Size = MAP_APPFONT ( 99, 8 ) ;
+ Text [ en-US ] = "Setting" ;
+ };
+ CheckBox CB_CASE
+ {
+ HelpID = "sw:CheckBox:DLG_SORTING:CB_CASE" ;
+ Pos = MAP_APPFONT ( 113, 159 ) ;
+ Size = MAP_APPFONT ( 147, 10 ) ;
TabStop = TRUE ;
- Text [ en-US ] = "Match case";
+ Text [ en-US ] = "Match case" ;
};
};
@@ -351,53 +347,4 @@ InfoBox MSG_SRTERR
Message [ en-US ] = "Cannot sort selection" ;
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF