[openoffice] branch Pilot-Pirx-string updated: Additional change

2023-05-07 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch Pilot-Pirx-string
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/Pilot-Pirx-string by this push:
 new c246b6b39a Additional change
c246b6b39a is described below

commit c246b6b39ae6c8e80d66f77021524dbd614818c4
Author: mseidel 
AuthorDate: Sun May 7 12:11:39 2023 +0200

Additional change
---
 main/sw/source/ui/inc/app.hrc | 184 +-
 1 file changed, 92 insertions(+), 92 deletions(-)

diff --git a/main/sw/source/ui/inc/app.hrc b/main/sw/source/ui/inc/app.hrc
index 38ec134179..48a3d556f7 100644
--- a/main/sw/source/ui/inc/app.hrc
+++ b/main/sw/source/ui/inc/app.hrc
@@ -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,25 +30,25 @@
 #define BMP_FEHLT  (RC_APP_BEGIN + 1)
 
 // Document-Icon
-#define RC_DOC_ICON(RC_APP_BEGIN + 2)
+#define RC_DOC_ICON(RC_APP_BEGIN + 2)
 
-//Soll das Clipboard fuer andere Applikationen...
+// Soll das Clipboard fuer andere Applikationen...
 #define MSG_CLPBRD_CLEAR   (RC_APP_BEGIN + 3)
 
 #define STR_CANTCREATE (RC_APP_BEGIN + 4)
 #define STR_CANTOPEN   (RC_APP_BEGIN + 5)
 
 // Messages
-#define MSG_ERROR_SEND_MAIL( RC_APP_BEGIN + 6)
-#define MSG_SAVE_HTML_QUERY ( RC_APP_BEGIN + 7)
+#define MSG_ERROR_SEND_MAIL( RC_APP_BEGIN + 6)
+#define MSG_SAVE_HTML_QUERY( RC_APP_BEGIN + 7)
 
-//Fuer das Interface, weil der RID_APP_BEGIN jetzt Desktop ist.
+// Fuer das Interface, weil der RID_APP_BEGIN jetzt Desktop ist.
 #define RID_SW_NAME( RC_APP_BEGIN + 8)
-#define MSG_SAVEAS_HTML_QUERY   ( RC_APP_BEGIN + 9)
+#define MSG_SAVEAS_HTML_QUERY  ( RC_APP_BEGIN + 9)
 
 
-#define STR_UNBENANNT  (RC_APP_BEGIN + 13)
-#define STR_VERSION(RC_APP_BEGIN + 14)
+#define STR_UNTITLED   (RC_APP_BEGIN + 13)
+#define STR_VERSION(RC_APP_BEGIN + 14)
 #define STR_PRINT_MERGE_MACRO  (RC_APP_BEGIN + 15)
 #define STR_PAGE_COUNT_MACRO   (RC_APP_BEGIN + 16)
 
@@ -66,111 +66,111 @@
 #define STR_GRP_STYLE  (RC_APP_BEGIN + 62)
 #define STR_GRP_TEXT   (RC_APP_BEGIN + 63)
 #define STR_GRP_FRAME  (RC_APP_BEGIN + 64)
-#define STR_GRP_GRAPHIC(RC_APP_BEGIN + 65)
+#define STR_GRP_GRAPHIC(RC_APP_BEGIN + 65)
 #define STR_GRP_TABLE  (RC_APP_BEGIN + 66)
 #define STR_GRP_TOOLS  (RC_APP_BEGIN + 67)
 #define STR_GRP_NUMBERING  (RC_APP_BEGIN + 68)
 #define STR_GRP_WINDOW (RC_APP_BEGIN + 69)
 #define STR_GRP_MISC   (RC_APP_BEGIN + 70)
 #define STR_GRP_MACRO  (RC_APP_BEGIN + 71)
-#define RES_EXT_HELP_STRING(RC_APP_BEGIN + 72)
-#define RES_STD_HELP_STRING(RC_APP_BEGIN + 73)
+#define RES_EXT_HELP_STRING(RC_APP_BEGIN + 72)
+#define RES_STD_HELP_STRING(RC_APP_BEGIN + 73)
 #define STR_PAGEOFFSET (RC_APP_BEGIN + 74)
 #define STR_PAGEBREAK  (RC_APP_BEGIN + 75)
 #define STR_REDLINE_UNKNOWN_AUTHOR (RC_APP_BEGIN + 76)
-#define STR_WESTERN_FONT(RC_APP_BEGIN + 77)
-#define STR_CJK_FONT(RC_APP_BEGIN + 78)
-//#define MSG_INS_MERGE_FIELDS(RC_APP_BEGIN + 79)
-#define MSG_PRINT_AS_MERGE  (RC_APP_BEGIN + 80)
-#define MSG_DATA_SOURCES_UNAVAILABLE (RC_APP_BEGIN + 82)
-#define DLG_MERGE_SOURCE_UNAVAILABLE (RC_APP_BEGIN + 83)
-#define ST_MERGE_SOURCE_UNAVAILABLE 1
-#define PB_MERGE_OK 2
-#define PB_MERGE_CANCEL 3

[openoffice] 01/01: Translate string name STR_UNBENANNT

2023-05-07 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch Pilot-Pirx-string
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 9ab9a58fdef47ba6ecd002e77a3df129476b4fe9
Author: Matthias Seidel 
AuthorDate: Sun May 7 12:08:43 2023 +0200

Translate string name STR_UNBENANNT
---
 main/sw/source/ui/app/app.src | 193 +-
 1 file changed, 97 insertions(+), 96 deletions(-)

diff --git a/main/sw/source/ui/app/app.src b/main/sw/source/ui/app/app.src
index 172a9ad211..8a08951a6c 100644
--- a/main/sw/source/ui/app/app.src
+++ b/main/sw/source/ui/app/app.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,22 +7,20 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  */
 
 
 
-
-
 #include 
 #include 
 #include 
@@ -51,7 +49,7 @@ String STR_PAGE_COUNT_MACRO
Text [ en-US ] = "Changing the page count" ;
 };
 
- // Image-Liste 

+ // Image list 
-
  // Don't use this image list for normal toolbar images. We have now our 
commandimagelist
  // folder in default_images. This list is now only used for special toolboxes 
that are
  // used in floating windows.
@@ -68,26 +66,26 @@ String STR_PAGE_COUNT_MACRO
 
 ImageList RID_DEFAULTIMAGELIST_SC
 {
-Prefix = "sc";
+Prefix = "sc" ;
 MaskColor = IMAGE_MASK_COLOR ;
IMAGELIST_AND_COUNT
 };
 ImageList RID_DEFAULTIMAGELIST_LC
 {
-Prefix = "lc";
+Prefix = "lc" ;
 MaskColor = IMAGE_MASK_COLOR ;
IMAGELIST_AND_COUNT
 };
 
 ImageList RID_DEFAULTIMAGELIST_SCH
 {
-Prefix = "sch";
+Prefix = "sch" ;
 MaskColor = IMAGE_MASK_COLOR ;
 IMAGELIST_AND_COUNT
 };
 ImageList RID_DEFAULTIMAGELIST_LCH
 {
-Prefix = "lch";
+Prefix = "lch" ;
 MaskColor = IMAGE_MASK_COLOR ;
 IMAGELIST_AND_COUNT
 };
@@ -111,17 +109,17 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
Text [ en-US ] = "Paragraph Styles" ;
FilterList [ en-US ] =
{
-< "All Styles" ; SFXSTYLEBIT_ALL ; > ;
-   < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
-   < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
-   < "Automatic" ; SFXSTYLEBIT_AUTO ; > ;
-   < "Text Styles" ; SWSTYLEBIT_TEXT ; > ;
-   < "Chapter Styles" ; SWSTYLEBIT_CHAPTER ; > ;
-   < "List Styles" ; SWSTYLEBIT_LIST ; > ;
-   < "Index Styles" ; SWSTYLEBIT_IDX ; > ;
-   < "Special Styles" ; SWSTYLEBIT_EXTRA ; > ;
-   < "HTML Styles" ; SWSTYLEBIT_HTML ; > ;
-   < "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ; > ;
+< "All Styles" ; SFXSTYLEBIT_ALL ; 
> ;
+   < "Applied Styles" ; SFXSTYLEBIT_USED ; 
> ;
+   < "Custom Styles" ; SFXSTYLEBIT_USERDEF ;   
> ;
+   < "Automatic" ; SFXSTYLEBIT_AUTO ;  
> ;
+   < "Text Styles" ; SWSTYLEBIT_TEXT ; 
> ;
+   < "Chapter Styles" ; SWSTYLEBIT_CHAPTER ;   
> ;
+   < "List Styles" ; SWSTYLEBIT_LIST ; 
> ;
+   < "Index Styles" ; SWSTYLEBIT_IDX ; 
> ;
+   < "Special Styles" ; SWSTYLEBIT_EXTRA ; 
> ;
+   < "HTML Styles" ; SWSTYLEBIT_HTML ; 
> ;
+   < "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ;  > ;
};
};
SfxStyleFamilyItem
@@ -130,9 +128,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
Text [ en-US ] = "Character Styles" ;
FilterList [ en-US ] =
{
-   < "All" ; SFXSTYLEBIT_ALL ; > ;
-   < 

[openoffice] branch Pilot-Pirx-string created (now 9ab9a58fde)

2023-05-07 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a change to branch Pilot-Pirx-string
in repository https://gitbox.apache.org/repos/asf/openoffice.git


  at 9ab9a58fde Translate string name STR_UNBENANNT

This branch includes the following new commits:

 new 9ab9a58fde Translate string name STR_UNBENANNT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[openoffice] branch AOO42X updated: Fixed typos, removed whitespace

2023-05-07 Thread mseidel
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 53e4371b57 Fixed typos, removed whitespace
53e4371b57 is described below

commit 53e4371b579d1a3c82b19aa7770fde6dad6c0eed
Author: mseidel 
AuthorDate: Sun May 7 11:40:23 2023 +0200

Fixed typos, removed whitespace

(cherry picked from commit cd9a0925cfbdd58b3de3e4c88580bac79f5233fa)
---
 .../schema/org/openoffice/Office/Addons.xcs| 304 ++---
 .../schema/org/openoffice/Office/Events.xcs|  12 +-
 .../org/openoffice/Office/ExtensionManager.xcs |  91 +++---
 .../org/openoffice/Office/UI/WindowState.xcs   | 227 ---
 4 files changed, 316 insertions(+), 318 deletions(-)

diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs 
b/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
index b8d0929b18..af9d519c62 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
@@ -22,9 +22,9 @@
 
 
 
-http://openoffice.org/2001/registry; 
xmlns:xs="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; oor:name="Addons" 
oor:package="org.openoffice.Office" xml:lang="en-US"> 
-   CD
-   Contains general structures used to integrate external 
components into the Office user interface.
+http://openoffice.org/2001/registry; 
xmlns:xs="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; oor:name="Addons" 
oor:package="org.openoffice.Office" xml:lang="en-US">
+   
+   Contains general structures used to integrate external 
components into the Office user interface.



@@ -97,9 +97,9 @@



-   
-   Optional parameters for a merge command. 
Interpretation depends on the individual command.
-   
+   
+   Optional parameters for a merge 
command. Interpretation depends on the individual command.
+   



@@ -127,9 +127,9 @@



-   
-   Describes the command that should be used 
as a reference point for the merge command.
-   
+   
+   Describes the command that should 
be used as a reference point for the merge command.
+   



@@ -151,28 +151,28 @@
A property to define the context 
of this merge instruction. It can be empty or a colon separated list of the 
supported application modules.


-   
-   
-   Contains a list of toolbar items used by 
an Add-On.
-   
-   
+   
+   
+   Contains a list of toolbar items 
used by an Add-On.
+   
+   
+   
+   
+   
+   Contains the structure of a 
toolbar.
+   
+   
+   
+   A localized string used as the 
toolbar title.
+   
+   
+   
+   
+   
+   Contains a list of sets of 
toolbar items that are part of add-on toolbars.
+   
+   

-
-
-Contains the structure of a toolbar.
-
-
-
-A localized string used as the toolbar title.
-
-
-
-
-
-Contains a list of sets of toolbar items that are 
part of add-on toolbars.
-
-
-


Describes a toolbar item representing a 
function of of an external component. The name must be unique and should be 
written using a package-scheme like 

[openoffice] branch trunk updated: Fixed typos, removed whitespace

2023-05-07 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
 new cd9a0925cf Fixed typos, removed whitespace
cd9a0925cf is described below

commit cd9a0925cfbdd58b3de3e4c88580bac79f5233fa
Author: mseidel 
AuthorDate: Sun May 7 11:40:23 2023 +0200

Fixed typos, removed whitespace
---
 .../schema/org/openoffice/Office/Addons.xcs| 304 ++---
 .../schema/org/openoffice/Office/Events.xcs|  12 +-
 .../org/openoffice/Office/ExtensionManager.xcs |  91 +++---
 .../org/openoffice/Office/UI/WindowState.xcs   | 227 ---
 4 files changed, 316 insertions(+), 318 deletions(-)

diff --git a/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs 
b/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
index b8d0929b18..af9d519c62 100644
--- a/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/Office/Addons.xcs
@@ -22,9 +22,9 @@
 
 
 
-http://openoffice.org/2001/registry; 
xmlns:xs="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; oor:name="Addons" 
oor:package="org.openoffice.Office" xml:lang="en-US"> 
-   CD
-   Contains general structures used to integrate external 
components into the Office user interface.
+http://openoffice.org/2001/registry; 
xmlns:xs="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; oor:name="Addons" 
oor:package="org.openoffice.Office" xml:lang="en-US">
+   
+   Contains general structures used to integrate external 
components into the Office user interface.



@@ -97,9 +97,9 @@



-   
-   Optional parameters for a merge command. 
Interpretation depends on the individual command.
-   
+   
+   Optional parameters for a merge 
command. Interpretation depends on the individual command.
+   



@@ -127,9 +127,9 @@



-   
-   Describes the command that should be used 
as a reference point for the merge command.
-   
+   
+   Describes the command that should 
be used as a reference point for the merge command.
+   



@@ -151,28 +151,28 @@
A property to define the context 
of this merge instruction. It can be empty or a colon separated list of the 
supported application modules.


-   
-   
-   Contains a list of toolbar items used by 
an Add-On.
-   
-   
+   
+   
+   Contains a list of toolbar items 
used by an Add-On.
+   
+   
+   
+   
+   
+   Contains the structure of a 
toolbar.
+   
+   
+   
+   A localized string used as the 
toolbar title.
+   
+   
+   
+   
+   
+   Contains a list of sets of 
toolbar items that are part of add-on toolbars.
+   
+   

-
-
-Contains the structure of a toolbar.
-
-
-
-A localized string used as the toolbar title.
-
-
-
-
-
-Contains a list of sets of toolbar items that are 
part of add-on toolbars.
-
-
-


Describes a toolbar item representing a 
function of of an external component. The name must be unique and should be 
written using a package-scheme like org.openoffice.external.applicationexecuter 
to minimize name clashes.
@@ -203,113