summaryrefslogtreecommitdiffstats
path: root/scp2
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2011-02-03 18:25:04 +0100
committerJesús Corrius <jesus@softcatala.org>2011-02-03 18:25:04 +0100
commit4fe56df1d58c213759e15f10abf3db2843fcdf69 (patch)
treeaa33571a084284e45c63409d80936e102f8249fb /scp2
parentRevert: Change registry prefix values loffice, libreoffice -> LibreOffice (diff)
downloadcore-4fe56df1d58c213759e15f10abf3db2843fcdf69.tar.gz
core-4fe56df1d58c213759e15f10abf3db2843fcdf69.zip
Revert: Use different Windows registry keys than OOo
Diffstat (limited to 'scp2')
-rw-r--r--[-rwxr-xr-x]scp2/inc/macros.inc24
-rwxr-xr-xscp2/source/base/registryitem_base.scp20
-rw-r--r--scp2/source/binfilter/registryitem_binfilter.scp194
-rw-r--r--[-rwxr-xr-x]scp2/source/calc/registryitem_calc.scp192
-rw-r--r--[-rwxr-xr-x]scp2/source/draw/registryitem_draw.scp152
-rw-r--r--[-rwxr-xr-x]scp2/source/impress/registryitem_impress.scp164
-rw-r--r--[-rwxr-xr-x]scp2/source/math/registryitem_math.scp98
-rwxr-xr-xscp2/source/mkopenwith.btm2
-rw-r--r--scp2/source/ooo/registryitem_ooo.scp30
-rw-r--r--[-rwxr-xr-x]scp2/source/winexplorerext/registryitem_winexplorerext.scp4
-rw-r--r--[-rwxr-xr-x]scp2/source/writer/registryitem_writer.scp276
11 files changed, 578 insertions, 578 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 90c58c685cb5..3fa2f8bda690 100755..100644
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -430,7 +430,7 @@ End
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
Subkey = STRING(CONCAT3(.,key,\OpenWithProgIDs)); \
- Name = STRING(CONCAT2(LibreOffice.,name)); \
+ Name = STRING(CONCAT2(OpenOffice.org.,name)); \
Value = " "; \
End
@@ -439,7 +439,7 @@ End
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = gid_Module_Root_Reg_##name; \
Subkey = STRING(CONCAT2(.,key)); \
- Value = STRING(CONCAT2(LibreOffice.,name)); \
+ Value = STRING(CONCAT2(OpenOffice.org.,name)); \
ComponentCondition = STRING(CONCAT3(REGISTER_,cond,=1)); \
End
@@ -447,7 +447,7 @@ End
RegistryItem CONCAT2(gid_Regitem_Openoffice_,name) \
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
- Subkey = STRING(CONCAT2(LibreOffice.,name)); \
+ Subkey = STRING(CONCAT2(OpenOffice.org.,name)); \
REG_VALUE_LNG(disp_name) \
End
@@ -455,7 +455,7 @@ End
RegistryItem CONCAT3(gid_Regitem_Openoffice_,name,_Defaulticon) \
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
- Subkey = STRING(CONCAT3(LibreOffice.,name,\DefaultIcon)); \
+ Subkey = STRING(CONCAT3(OpenOffice.org.,name,\DefaultIcon)); \
Value = "<progpath>\program\soffice.exe," STRING(icon_id); \
End
@@ -463,7 +463,7 @@ End
RegistryItem CONCAT3(gid_Regitem_Openoffice_,name,_Shell) \
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
- Subkey = STRING(CONCAT3(LibreOffice.,name,\shell)); \
+ Subkey = STRING(CONCAT3(OpenOffice.org.,name,\shell)); \
Value = STRING(default); \
End
@@ -471,13 +471,13 @@ End
RegistryItem CONCAT3(gid_Regitem_Openoffice_,name,_Shell_New) \
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
- Subkey = STRING(CONCAT3(LibreOffice.,name,\shell\new)); \
+ Subkey = STRING(CONCAT3(OpenOffice.org.,name,\shell\new)); \
REG_VALUE_LNG(NEW) \
End \
RegistryItem CONCAT3(gid_Regitem_Openoffice_,name,_Shell_New_Command) \
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
- Subkey = STRING(CONCAT3(LibreOffice.,name,\shell\new\command)); \
+ Subkey = STRING(CONCAT3(OpenOffice.org.,name,\shell\new\command)); \
Value = "\"<progpath>\program\\" STRING(app) "\" -n \"%1\""; \
End
@@ -485,7 +485,7 @@ End
RegistryItem CONCAT3(gid_Regitem_Openoffice_,name,_Shell_Open_Command) \
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
- Subkey = STRING(CONCAT3(LibreOffice.,name,\shell\open\command)); \
+ Subkey = STRING(CONCAT3(OpenOffice.org.,name,\shell\open\command)); \
Value = "\"<progpath>\program\\" STRING(app) "\" -o \"%1\""; \
End
@@ -493,7 +493,7 @@ End
RegistryItem CONCAT3(gid_Regitem_Openoffice_,name,_Shell_Print_Command) \
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
- Subkey = STRING(CONCAT3(LibreOffice.,name,\shell\print\command)); \
+ Subkey = STRING(CONCAT3(OpenOffice.org.,name,\shell\print\command)); \
Value = "\"<progpath>\program\\" STRING(app) "\" -p \"%1\""; \
End
@@ -501,7 +501,7 @@ End
RegistryItem CONCAT3(gid_Regitem_Openoffice_,name,_Shell_Printto_Command) \
ParentID = PREDEFINED_HKEY_CLASSES_ROOT; \
ModuleID = modid; \
- Subkey = STRING(CONCAT3(LibreOffice.,name,\shell\printto\command)); \
+ Subkey = STRING(CONCAT3(OpenOffice.org.,name,\shell\printto\command)); \
Value = "\"<progpath>\program\\" STRING(app) "\" -pt \"%2\" \"%1\""; \
End
@@ -511,7 +511,7 @@ End
ModuleID = modid; \
Subkey = STRING(Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations); \
Name = STRING(CONCAT2(.,key)); \
- Value = STRING(CONCAT3(loffice.Star,doc_type,Document.6)); \
+ Value = STRING(CONCAT3(soffice.Star,doc_type,Document.6)); \
Styles = (); \
End
@@ -521,7 +521,7 @@ End
ModuleID = modid; \
Subkey = STRING(Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations); \
Name = STRING(CONCAT2(.,key)); \
- Value = STRING(CONCAT3(loffice.Star,doc_type,Template.6)); \
+ Value = STRING(CONCAT3(soffice.Star,doc_type,Template.6)); \
Styles = (); \
End
diff --git a/scp2/source/base/registryitem_base.scp b/scp2/source/base/registryitem_base.scp
index 7e80aaf1df83..833ed3905241 100755
--- a/scp2/source/base/registryitem_base.scp
+++ b/scp2/source/base/registryitem_base.scp
@@ -33,7 +33,7 @@ RegistryItem gid_Regitem_Odb
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".odb";
ModuleID = gid_Module_Prg_Base_Bin;
- Value = "libreoffice.DatabaseDocument.1";
+ Value = "opendocument.DatabaseDocument.1";
End
RegistryItem gid_Regitem_Odb_PersistentHandler
@@ -60,7 +60,7 @@ End
RegistryItem gid_Regitem_DatabaseDocument_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Base_Bin;
- Subkey = "libreoffice.DatabaseDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.DatabaseDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -82,14 +82,14 @@ End
RegistryItem gid_Regitem_Openoffice_Databasedocument_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DatabaseDocument.1";
+ Subkey = "opendocument.DatabaseDocument.1";
ModuleID = gid_Module_Prg_Base_Bin;
REG_VALUE_LNG(OO_DATABASE)
End
RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DatabaseDocument.1\DefaultIcon";
+ Subkey = "opendocument.DatabaseDocument.1\DefaultIcon";
ModuleID = gid_Module_Prg_Base_Bin;
Value = "<progpath>\program\soffice.exe,13";
End
@@ -97,28 +97,28 @@ End
RegistryItem gid_Regitem_odb_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.DatabaseDocument.1";
+ Subkey = "opendocument.DatabaseDocument.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DatabaseDocument.1\shell";
+ Subkey = "opendocument.DatabaseDocument.1\shell";
ModuleID = gid_Module_Prg_Base_Bin;
Value = "open";
End
// RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_Open_Command
// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
-// Subkey = "libreoffice.DatabaseDocument.1\shell\open\command";
+// Subkey = "opendocument.DatabaseDocument.1\shell\open\command";
// ModuleID = gid_Module_Prg_Base_Bin;
// Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
// End
RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DatabaseDocument.1\shell\open\command";
+ Subkey = "opendocument.DatabaseDocument.1\shell\open\command";
ModuleID = gid_Module_Prg_Base_Bin;
Value = "\"<progpath>\program\sbase.exe\" -o \"%1\"";
Styles = ();
@@ -130,7 +130,7 @@ RegistryItem gid_Regitem_OpenOffice_ODB_OpenWith_Database
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".odb\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Base_Bin;
- Name = "libreoffice.DatabaseDocument.1";
+ Name = "opendocument.DatabaseDocument.1";
Value = " ";
End
@@ -139,7 +139,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Base_Bin;
Name = ".odb";
- Value = "libreoffice.DatabaseDocument.1";
+ Value = "opendocument.DatabaseDocument.1";
Styles = ();
End
diff --git a/scp2/source/binfilter/registryitem_binfilter.scp b/scp2/source/binfilter/registryitem_binfilter.scp
index c25f1b929fa8..fa4e2297516d 100644
--- a/scp2/source/binfilter/registryitem_binfilter.scp
+++ b/scp2/source/binfilter/registryitem_binfilter.scp
@@ -71,7 +71,7 @@ RegistryItem gid_Regitem__Sdw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
Subkey = ".sdw";
- Value = "loffice.StarWriterDocument.5";
+ Value = "soffice.StarWriterDocument.5";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sdw
@@ -79,7 +79,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Optional_Binfilter;
Name = ".sdw";
- Value = "loffice.StarWriterDocument.5";
+ Value = "soffice.StarWriterDocument.5";
Styles = ();
End
@@ -88,7 +88,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Optional_Binfilter;
Name = ".sgl";
- Value = "loffice.StarWriterGlobalDocument.5";
+ Value = "soffice.StarWriterGlobalDocument.5";
Styles = ();
End
@@ -96,12 +96,12 @@ RegistryItem gid_Regitem__Sgl
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sgl";
ModuleID = gid_Module_Optional_Binfilter;
- Value = "loffice.StarWriterGlobalDocument.5";
+ Value = "soffice.StarWriterGlobalDocument.5";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_5
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterDocument.5";
+ Subkey = "soffice.StarWriterDocument.5";
ModuleID = gid_Module_Optional_Binfilter;
REG_VALUE_LNG(SO52_TEXT_OOO)
End
@@ -109,104 +109,104 @@ End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarWriterDocument.5\DefaultIcon";
+ Subkey = "soffice.StarWriterDocument.5\DefaultIcon";
Value = "<progpath>\program\soffice.exe,27";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarWriterDocument.5\shell";
+ Subkey = "soffice.StarWriterDocument.5\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarWriterDocument.5\shell\new";
+ Subkey = "soffice.StarWriterDocument.5\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarWriterDocument.5\shell\new\command";
+ Subkey = "soffice.StarWriterDocument.5\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarWriterDocument.5\shell\open\command";
+ Subkey = "soffice.StarWriterDocument.5\shell\open\command";
Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarWriterDocument.5\shell\print\command";
+ Subkey = "soffice.StarWriterDocument.5\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_5_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarWriterDocument.5\shell\printto\command";
+ Subkey = "soffice.StarWriterDocument.5\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.5";
+ Subkey = "soffice.StarWriterGlobalDocument.5";
ModuleID = gid_Module_Optional_Binfilter;
REG_VALUE_LNG(SO51_MASTERDOC_OOO)
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.5\DefaultIcon";
+ Subkey = "soffice.StarWriterGlobalDocument.5\DefaultIcon";
ModuleID = gid_Module_Optional_Binfilter;
Value = "<progpath>\program\soffice.exe,35";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.5\shell";
+ Subkey = "soffice.StarWriterGlobalDocument.5\shell";
ModuleID = gid_Module_Optional_Binfilter;
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.5\shell\new";
+ Subkey = "soffice.StarWriterGlobalDocument.5\shell\new";
ModuleID = gid_Module_Optional_Binfilter;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.5\shell\new\command";
+ Subkey = "soffice.StarWriterGlobalDocument.5\shell\new\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.5\shell\open\command";
+ Subkey = "soffice.StarWriterGlobalDocument.5\shell\open\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.5\shell\print\command";
+ Subkey = "soffice.StarWriterGlobalDocument.5\shell\print\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_5_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.5\shell\printto\command";
+ Subkey = "soffice.StarWriterGlobalDocument.5\shell\printto\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -240,56 +240,56 @@ End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_5
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarCalcDocument.5";
+ Subkey = "soffice.StarCalcDocument.5";
REG_VALUE_LNG(SO51_SPREADSHEET_OOO)
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarCalcDocument.5\DefaultIcon";
+ Subkey = "soffice.StarCalcDocument.5\DefaultIcon";
Value = "<progpath>\program\soffice.exe,29";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarCalcDocument.5\shell";
+ Subkey = "soffice.StarCalcDocument.5\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarCalcDocument.5\shell\new";
+ Subkey = "soffice.StarCalcDocument.5\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarCalcDocument.5\shell\new\command";
+ Subkey = "soffice.StarCalcDocument.5\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarCalcDocument.5\shell\open\command";
+ Subkey = "soffice.StarCalcDocument.5\shell\open\command";
Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarCalcDocument.5\shell\print\command";
+ Subkey = "soffice.StarCalcDocument.5\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_5_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarCalcDocument.5\shell\printto\command";
+ Subkey = "soffice.StarCalcDocument.5\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -297,7 +297,7 @@ RegistryItem gid_Regitem__Sdc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
Subkey = ".sdc";
- Value = "loffice.StarCalcDocument.5";
+ Value = "soffice.StarCalcDocument.5";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sdc
@@ -305,7 +305,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Optional_Binfilter;
Name = ".sdc";
- Value = "loffice.StarCalcDocument.5";
+ Value = "soffice.StarCalcDocument.5";
Styles = ();
End
@@ -353,56 +353,56 @@ End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_5
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarImpressDocument.5";
+ Subkey = "soffice.StarImpressDocument.5";
REG_VALUE_LNG(SO51_PRESENT_OOO)
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarImpressDocument.5\DefaultIcon";
+ Subkey = "soffice.StarImpressDocument.5\DefaultIcon";
Value = "<progpath>\program\soffice.exe,33";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarImpressDocument.5\shell";
+ Subkey = "soffice.StarImpressDocument.5\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarImpressDocument.5\shell\new";
+ Subkey = "soffice.StarImpressDocument.5\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarImpressDocument.5\shell\new\command";
+ Subkey = "soffice.StarImpressDocument.5\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarImpressDocument.5\shell\open\command";
+ Subkey = "soffice.StarImpressDocument.5\shell\open\command";
Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarImpressDocument.5\shell\print\command";
+ Subkey = "soffice.StarImpressDocument.5\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_5_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarImpressDocument.5\shell\printto\command";
+ Subkey = "soffice.StarImpressDocument.5\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -410,7 +410,7 @@ RegistryItem gid_Regitem__Sdd
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
Subkey = ".sdd";
- Value = "loffice.StarImpressDocument.5";
+ Value = "soffice.StarImpressDocument.5";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sdd
@@ -418,7 +418,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Optional_Binfilter;
Name = ".sdd";
- Value = "loffice.StarImpressDocument.5";
+ Value = "soffice.StarImpressDocument.5";
Styles = ();
End
@@ -426,7 +426,7 @@ RegistryItem gid_Regitem__Sdp
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
Subkey = ".sdp";
- Value = "loffice.StarStorageDocument.5";
+ Value = "soffice.StarStorageDocument.5";
End
// .sdp no longer supported
@@ -435,7 +435,7 @@ End
// Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
// ModuleID = gid_Module_Optional_Binfilter;
// Name = ".sdp";
-// Value = "loffice.StarStorageDocument.5";
+// Value = "soffice.StarStorageDocument.5";
// Styles = ();
// End
@@ -468,56 +468,56 @@ End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_5
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarDrawDocument.5";
+ Subkey = "soffice.StarDrawDocument.5";
REG_VALUE_LNG(SO51_DRAWING_OOO)
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarDrawDocument.5\DefaultIcon";
+ Subkey = "soffice.StarDrawDocument.5\DefaultIcon";
Value = "<progpath>\program\soffice.exe,31";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarDrawDocument.5\shell";
+ Subkey = "soffice.StarDrawDocument.5\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarDrawDocument.5\shell\new";
+ Subkey = "soffice.StarDrawDocument.5\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarDrawDocument.5\shell\new\command";
+ Subkey = "soffice.StarDrawDocument.5\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarDrawDocument.5\shell\open\command";
+ Subkey = "soffice.StarDrawDocument.5\shell\open\command";
Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarDrawDocument.5\shell\print\command";
+ Subkey = "soffice.StarDrawDocument.5\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_5_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarDrawDocument.5\shell\printto\command";
+ Subkey = "soffice.StarDrawDocument.5\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -525,7 +525,7 @@ RegistryItem gid_Regitem__Sda
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
Subkey = ".sda";
- Value = "loffice.StarDrawDocument.5";
+ Value = "soffice.StarDrawDocument.5";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sda
@@ -533,7 +533,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Optional_Binfilter;
Name = ".sda";
- Value = "loffice.StarDrawDocument.5";
+ Value = "soffice.StarDrawDocument.5";
Styles = ();
End
@@ -564,119 +564,119 @@ End
RegistryItem gid_Regitem_Soffice_Starchartdocument_5
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarChartDocument.5";
+ Subkey = "soffice.StarChartDocument.5";
ModuleID = gid_Module_Optional_Binfilter;
REG_VALUE_LNG(SO52_CHART_OOO)
End
RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarChartDocument.5\DefaultIcon";
+ Subkey = "soffice.StarChartDocument.5\DefaultIcon";
ModuleID = gid_Module_Optional_Binfilter;
Value = "<progpath>\program\soffice.exe,36";
End
RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarChartDocument.5\shell";
+ Subkey = "soffice.StarChartDocument.5\shell";
ModuleID = gid_Module_Optional_Binfilter;
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarChartDocument.5\shell\new";
+ Subkey = "soffice.StarChartDocument.5\shell\new";
ModuleID = gid_Module_Optional_Binfilter;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarChartDocument.5\shell\new\command";
+ Subkey = "soffice.StarChartDocument.5\shell\new\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarChartDocument.5\shell\open\command";
+ Subkey = "soffice.StarChartDocument.5\shell\open\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarChartDocument.5\shell\print\command";
+ Subkey = "soffice.StarChartDocument.5\shell\print\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starchartdocument_5_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarChartDocument.5\shell\printto\command";
+ Subkey = "soffice.StarChartDocument.5\shell\printto\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starchartdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarChartDocument\CurVer";
+ Subkey = "soffice.StarChartDocument\CurVer";
ModuleID = gid_Module_Optional_Binfilter;
- Value = "loffice.StarChartDocument.5";
+ Value = "soffice.StarChartDocument.5";
End
RegistryItem gid_Regitem_Soffice_Starofficetemplate_5
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarOfficeTemplate.5";
+ Subkey = "soffice.StarOfficeTemplate.5";
ModuleID = gid_Module_Optional_Binfilter;
REG_VALUE_LNG(SO50_TEMPLATE_OOO)
End
RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarOfficeTemplate.5\DefaultIcon";
+ Subkey = "soffice.StarOfficeTemplate.5\DefaultIcon";
ModuleID = gid_Module_Optional_Binfilter;
Value = "<progpath>\program\soffice.exe,15";
End
RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarOfficeTemplate.5\shell";
+ Subkey = "soffice.StarOfficeTemplate.5\shell";
ModuleID = gid_Module_Optional_Binfilter;
Value = "new";
End
RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarOfficeTemplate.5\shell\new";
+ Subkey = "soffice.StarOfficeTemplate.5\shell\new";
ModuleID = gid_Module_Optional_Binfilter;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarOfficeTemplate.5\shell\new\command";
+ Subkey = "soffice.StarOfficeTemplate.5\shell\new\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarOfficeTemplate.5\shell\open\command";
+ Subkey = "soffice.StarOfficeTemplate.5\shell\open\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarOfficeTemplate.5\shell\print\command";
+ Subkey = "soffice.StarOfficeTemplate.5\shell\print\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starofficetemplate_5_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarOfficeTemplate.5\shell\printto\command";
+ Subkey = "soffice.StarOfficeTemplate.5\shell\printto\command";
ModuleID = gid_Module_Optional_Binfilter;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -685,7 +685,7 @@ RegistryItem gid_Regitem__Sds
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sds";
ModuleID = gid_Module_Optional_Binfilter;
- Value = "loffice.StarChartDocument.5";
+ Value = "soffice.StarChartDocument.5";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sds
@@ -693,7 +693,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Optional_Binfilter;
Name = ".sds";
- Value = "loffice.StarChartDocument.5";
+ Value = "soffice.StarChartDocument.5";
Styles = ();
End
@@ -701,7 +701,7 @@ RegistryItem gid_Regitem__Vor
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".vor";
ModuleID = gid_Module_Optional_Binfilter;
- Value = "loffice.StarOfficeTemplate.5";
+ Value = "soffice.StarOfficeTemplate.5";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_vor
@@ -709,7 +709,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Optional_Binfilter;
Name = ".vor";
- Value = "loffice.StarOfficeTemplate.5";
+ Value = "soffice.StarOfficeTemplate.5";
Styles = ();
End
@@ -741,56 +741,56 @@ End
RegistryItem gid_Regitem_Soffice_Starmathdocument_5
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarMathDocument.5";
+ Subkey = "soffice.StarMathDocument.5";
REG_VALUE_LNG(SO51_FORMULA_OOO)
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarMathDocument.5\DefaultIcon";
+ Subkey = "soffice.StarMathDocument.5\DefaultIcon";
Value = "<progpath>\program\soffice.exe,38";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarMathDocument.5\shell";
+ Subkey = "soffice.StarMathDocument.5\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarMathDocument.5\shell\new";
+ Subkey = "soffice.StarMathDocument.5\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarMathDocument.5\shell\new\command";
+ Subkey = "soffice.StarMathDocument.5\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarMathDocument.5\shell\open\command";
+ Subkey = "soffice.StarMathDocument.5\shell\open\command";
Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarMathDocument.5\shell\print\command";
+ Subkey = "soffice.StarMathDocument.5\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_5_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
- Subkey = "loffice.StarMathDocument.5\shell\printto\command";
+ Subkey = "soffice.StarMathDocument.5\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -798,7 +798,7 @@ RegistryItem gid_Regitem__Smf
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Binfilter;
Subkey = ".smf";
- Value = "loffice.StarMathDocument.5";
+ Value = "soffice.StarMathDocument.5";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_smf
@@ -806,7 +806,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Optional_Binfilter;
Name = ".smf";
- Value = "loffice.StarMathDocument.5";
+ Value = "soffice.StarMathDocument.5";
Styles = ();
End
@@ -816,7 +816,7 @@ RegistryItem gid_Regitem_OpenOffice_SDW_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sdw\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarWriterDocument.5";
+ Name = "soffice.StarWriterDocument.5";
Value = " ";
End
@@ -825,7 +825,7 @@ RegistryItem gid_Regitem_OpenOffice_VOR_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".vor\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarWriterDocument.5";
+ Name = "soffice.StarWriterDocument.5";
Value = " ";
End
@@ -834,7 +834,7 @@ RegistryItem gid_Regitem_OpenOffice_SGL_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sgl\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarWriterGlobalDocument.5";
+ Name = "soffice.StarWriterGlobalDocument.5";
Value = " ";
End
@@ -843,7 +843,7 @@ RegistryItem gid_Regitem_OpenOffice_SDC_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sdc\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarCalcDocument.5";
+ Name = "soffice.StarCalcDocument.5";
Value = " ";
End
@@ -852,7 +852,7 @@ RegistryItem gid_Regitem_OpenOffice_VOR_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".vor\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarCalcDocument.5";
+ Name = "soffice.StarCalcDocument.5";
Value = " ";
End
@@ -861,7 +861,7 @@ RegistryItem gid_Regitem_OpenOffice_SDD_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sdd\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarImpressDocument.5";
+ Name = "soffice.StarImpressDocument.5";
Value = " ";
End
@@ -870,7 +870,7 @@ RegistryItem gid_Regitem_OpenOffice_SDP_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sdp\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarImpressDocument.5";
+ Name = "soffice.StarImpressDocument.5";
Value = " ";
End
@@ -879,7 +879,7 @@ RegistryItem gid_Regitem_OpenOffice_SDA_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sda\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarImpressDocument.5";
+ Name = "soffice.StarImpressDocument.5";
Value = " ";
End
@@ -888,7 +888,7 @@ RegistryItem gid_Regitem_OpenOffice_VOR_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".vor\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarImpressDocument.5";
+ Name = "soffice.StarImpressDocument.5";
Value = " ";
End
@@ -897,7 +897,7 @@ RegistryItem gid_Regitem_OpenOffice_SDA_OpenWith_Draw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sda\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarDrawDocument.5";
+ Name = "soffice.StarDrawDocument.5";
Value = " ";
End
@@ -906,7 +906,7 @@ RegistryItem gid_Regitem_OpenOffice_SDD_OpenWith_Draw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sdd\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarDrawDocument.5";
+ Name = "soffice.StarDrawDocument.5";
Value = " ";
End
@@ -915,7 +915,7 @@ RegistryItem gid_Regitem_OpenOffice_VOR_OpenWith_Draw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".vor\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarDrawDocument.5";
+ Name = "soffice.StarDrawDocument.5";
Value = " ";
End
@@ -924,7 +924,7 @@ RegistryItem gid_Regitem_OpenOffice_SMF_OpenWith_Math
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".smf\OpenWithProgIDs";
ModuleID = gid_Module_Optional_Binfilter;
- Name = "loffice.StarMathDocument.5";
+ Name = "soffice.StarMathDocument.5";
Value = " ";
End
diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp
index 7419bad939f1..c76ae8b2168d 100755..100644
--- a/scp2/source/calc/registryitem_calc.scp
+++ b/scp2/source/calc/registryitem_calc.scp
@@ -111,7 +111,7 @@ RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\ProgID";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
End
RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Programmable
@@ -145,7 +145,7 @@ RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = "CLSID\{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}\VersionIndependentProgID";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
End
// MSOLE embedded object in OASIS file format
@@ -230,7 +230,7 @@ RegistryItem gid_Regitem_Clsid__7fa8ae11_B3e3_4d88_Aabf_255526cd1ce8__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = "CLSID\{7FA8AE11-B3E3-4D88-AABF-255526CD1CE8}\ProgID";
- Value = "libreoffice.CalcDocument.1";
+ Value = "opendocument.CalcDocument.1";
End
RegistryItem gid_Regitem_Clsid__7fa8ae11_B3e3_4d88_Aabf_255526cd1ce8__Programmable
@@ -264,7 +264,7 @@ RegistryItem gid_Regitem_Clsid__7fa8ae11_B3e3_4d88_Aabf_255526cd1ce8__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = "CLSID\{7FA8AE11-B3E3-4D88-AABF-255526CD1CE8}\VersionIndependentProgID";
- Value = "libreoffice.CalcDocument.1";
+ Value = "opendocument.CalcDocument.1";
End
#endif // WITH_ACTIVEX_COMPONENT
@@ -272,7 +272,7 @@ End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6";
+ Subkey = "soffice.StarCalcDocument.6";
REG_VALUE_LNG(SO60_SPREADSHEET)
End
@@ -281,7 +281,7 @@ End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\CLSID";
+ Subkey = "soffice.StarCalcDocument.6\CLSID";
Value = "{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}";
End
@@ -290,145 +290,145 @@ End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\DefaultIcon";
+ Subkey = "soffice.StarCalcDocument.6\DefaultIcon";
Value = "<progpath>\program\soffice.exe,29";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\Insertable";
+ Subkey = "soffice.StarCalcDocument.6\Insertable";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\protocol\StdFileEditing\server";
+ Subkey = "soffice.StarCalcDocument.6\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\protocol\StdFileEditing\verb\0";
+ Subkey = "soffice.StarCalcDocument.6\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\protocol\StdFileEditing\verb\-1";
+ Subkey = "soffice.StarCalcDocument.6\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\protocol\StdFileEditing\verb\-2";
+ Subkey = "soffice.StarCalcDocument.6\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\shell";
+ Subkey = "soffice.StarCalcDocument.6\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\shell\new";
+ Subkey = "soffice.StarCalcDocument.6\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\shell\new\command";
+ Subkey = "soffice.StarCalcDocument.6\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\shell\open\command";
+ Subkey = "soffice.StarCalcDocument.6\shell\open\command";
Value = "\"<progpath>\program\scalc.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\shell\print\command";
+ Subkey = "soffice.StarCalcDocument.6\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\shell\printto\command";
+ Subkey = "soffice.StarCalcDocument.6\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalcdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument\CurVer";
- Value = "loffice.StarCalcDocument.6";
+ Subkey = "soffice.StarCalcDocument\CurVer";
+ Value = "soffice.StarCalcDocument.6";
End
RegistryItem gid_Regitem_Soffice_Starcalctemplate_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarCalcTemplate.6";
+ Subkey = "soffice.StarCalcTemplate.6";
ModuleID = gid_Module_Prg_Calc_Bin;
REG_VALUE_LNG(SO60_CALC_TEMPLATE)
End
RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarCalcTemplate.6\DefaultIcon";
+ Subkey = "soffice.StarCalcTemplate.6\DefaultIcon";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "<progpath>\program\soffice.exe,30";
End
RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarCalcTemplate.6\shell";
+ Subkey = "soffice.StarCalcTemplate.6\shell";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "new";
End
RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarCalcTemplate.6\shell\new";
+ Subkey = "soffice.StarCalcTemplate.6\shell\new";
ModuleID = gid_Module_Prg_Calc_Bin;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarCalcTemplate.6\shell\new\command";
+ Subkey = "soffice.StarCalcTemplate.6\shell\new\command";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarCalcTemplate.6\shell\open\command";
+ Subkey = "soffice.StarCalcTemplate.6\shell\open\command";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "\"<progpath>\program\scalc.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarCalcTemplate.6\shell\print\command";
+ Subkey = "soffice.StarCalcTemplate.6\shell\print\command";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starcalctemplate_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarCalcTemplate.6\shell\printto\command";
+ Subkey = "soffice.StarCalcTemplate.6\shell\printto\command";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -457,7 +457,7 @@ End
RegistryItem gid_Regitem_StarCalcDocument_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarCalcDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -485,7 +485,7 @@ End
RegistryItem gid_Regitem_StarCalcTemplate_6_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "loffice.StarCalcTemplate.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarCalcTemplate.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -493,7 +493,7 @@ RegistryItem gid_Regitem_Stc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".stc";
ModuleID = gid_Module_Prg_Calc_Bin;
- Value = "loffice.StarCalcTemplate.6";
+ Value = "soffice.StarCalcTemplate.6";
End
RegistryItem gid_Regitem_Stc_Contenttype
@@ -507,7 +507,7 @@ End
RegistryItem gid_Regitem_stc_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarCalcTemplate.6";
+ Subkey = "soffice.StarCalcTemplate.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -533,7 +533,7 @@ RegistryItem gid_Regitem__Sxc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = ".sxc";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sxc
@@ -541,14 +541,14 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".sxc";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
Styles = ();
End
RegistryItem gid_Regitem_sxc_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarCalcDocument.6";
+ Subkey = "soffice.StarCalcDocument.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -580,7 +580,7 @@ End
RegistryItem gid_Regitem_CalcDocument_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.CalcDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -588,7 +588,7 @@ RegistryItem gid_Regitem__Ods
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = ".ods";
- Value = "libreoffice.CalcDocument.1";
+ Value = "opendocument.CalcDocument.1";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_ods
@@ -596,7 +596,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".ods";
- Value = "libreoffice.CalcDocument.1";
+ Value = "opendocument.CalcDocument.1";
Styles = ();
End
@@ -605,7 +605,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\MimeAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = "application/vnd.oasis.opendocument.spreadsheet";
- Value = "libreoffice.CalcDocument.1";
+ Value = "opendocument.CalcDocument.1";
Styles = ();
End
@@ -628,7 +628,7 @@ End
RegistryItem gid_Regitem_Ods_Openoffice_Calcdocument_1_Shellnew
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = ".ods\libreoffice.CalcDocument.1\ShellNew";
+ Subkey = ".ods\opendocument.CalcDocument.1\ShellNew";
Name = "FileName";
Value = "soffice.ods";
End
@@ -636,14 +636,14 @@ End
RegistryItem gid_Regitem_Openoffice_Calcdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument\CurVer";
- Value = "libreoffice.CalcDocument.1";
+ Subkey = "opendocument.CalcDocument\CurVer";
+ Value = "opendocument.CalcDocument.1";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1";
+ Subkey = "opendocument.CalcDocument.1";
REG_VALUE_LNG(OO_CALC)
End
@@ -652,7 +652,7 @@ End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\CLSID";
+ Subkey = "opendocument.CalcDocument.1\CLSID";
Value = "{7FA8AE11-B3E3-4D88-AABF-255526CD1CE8}";
End
@@ -661,14 +661,14 @@ End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\DefaultIcon";
+ Subkey = "opendocument.CalcDocument.1\DefaultIcon";
Value = "<progpath>\program\soffice.exe,3";
End
RegistryItem gid_Regitem_ods_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.CalcDocument.1";
+ Subkey = "opendocument.CalcDocument.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -676,62 +676,62 @@ End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\Insertable";
+ Subkey = "opendocument.CalcDocument.1\Insertable";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\protocol\StdFileEditing\server";
+ Subkey = "opendocument.CalcDocument.1\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\protocol\StdFileEditing\verb\0";
+ Subkey = "opendocument.CalcDocument.1\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\protocol\StdFileEditing\verb\-1";
+ Subkey = "opendocument.CalcDocument.1\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\protocol\StdFileEditing\verb\-2";
+ Subkey = "opendocument.CalcDocument.1\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\shell";
+ Subkey = "opendocument.CalcDocument.1\shell";
Value = "open";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\shell\new";
+ Subkey = "opendocument.CalcDocument.1\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\shell\new\command";
+ Subkey = "opendocument.CalcDocument.1\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\shell\open\command";
+ Subkey = "opendocument.CalcDocument.1\shell\open\command";
Value = "\"<progpath>\program\scalc.exe\" -o \"%1\"";
Styles = ();
End
@@ -739,14 +739,14 @@ End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\shell\print\command";
+ Subkey = "opendocument.CalcDocument.1\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcDocument.1\shell\printto\command";
+ Subkey = "opendocument.CalcDocument.1\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -777,7 +777,7 @@ RegistryItem gid_Regitem__Fods
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
Subkey = ".fods";
- Value = "libreoffice.CalcDocument.1";
+ Value = "opendocument.CalcDocument.1";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_fods
@@ -785,7 +785,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Root;
Name = ".fods";
- Value = "libreoffice.CalcDocument.1";
+ Value = "opendocument.CalcDocument.1";
Styles = (PATCH);
End
@@ -823,7 +823,7 @@ End
RegistryItem gid_Regitem_CalcTemplate_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
- Subkey = "libreoffice.CalcTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.CalcTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -831,7 +831,7 @@ RegistryItem gid_Regitem_Ots
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".ots";
ModuleID = gid_Module_Prg_Calc_Bin;
- Value = "libreoffice.CalcTemplate.1";
+ Value = "opendocument.CalcTemplate.1";
End
RegistryItem gid_Regitem_Ots_Contenttype
@@ -844,14 +844,14 @@ End
RegistryItem gid_Regitem_Openoffice_Calctemplate_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.CalcTemplate.1";
+ Subkey = "opendocument.CalcTemplate.1";
ModuleID = gid_Module_Prg_Calc_Bin;
REG_VALUE_LNG(OO_CALC_TEMPLATE)
End
RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.CalcTemplate.1\DefaultIcon";
+ Subkey = "opendocument.CalcTemplate.1\DefaultIcon";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "<progpath>\program\soffice.exe,4";
End
@@ -859,49 +859,49 @@ End
RegistryItem gid_Regitem_ots_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.Calctemplate.1";
+ Subkey = "opendocument.Calctemplate.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.CalcTemplate.1\shell";
+ Subkey = "opendocument.CalcTemplate.1\shell";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "new";
End
RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.CalcTemplate.1\shell\new";
+ Subkey = "opendocument.CalcTemplate.1\shell\new";
ModuleID = gid_Module_Prg_Calc_Bin;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.CalcTemplate.1\shell\new\command";
+ Subkey = "opendocument.CalcTemplate.1\shell\new\command";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.CalcTemplate.1\shell\open\command";
+ Subkey = "opendocument.CalcTemplate.1\shell\open\command";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "\"<progpath>\program\scalc.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.CalcTemplate.1\shell\print\command";
+ Subkey = "opendocument.CalcTemplate.1\shell\print\command";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Calctemplate_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.CalcTemplate.1\shell\printto\command";
+ Subkey = "opendocument.CalcTemplate.1\shell\printto\command";
ModuleID = gid_Module_Prg_Calc_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -913,7 +913,7 @@ RegistryItem gid_Regitem_OpenOffice_ODS_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".ods\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "libreoffice.CalcDocument.1";
+ Name = "opendocument.CalcDocument.1";
Value = " ";
End
@@ -922,7 +922,7 @@ RegistryItem gid_Regitem_OpenOffice_OTS_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".ots\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "libreoffice.CalcDocument.1";
+ Name = "opendocument.CalcDocument.1";
Value = " ";
End
@@ -931,7 +931,7 @@ RegistryItem gid_Regitem_OpenOffice_SXC_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sxc\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -940,7 +940,7 @@ RegistryItem gid_Regitem_OpenOffice_STC_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".stc\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcTemplate.6";
+ Name = "soffice.StarCalcTemplate.6";
Value = " ";
End
@@ -949,7 +949,7 @@ RegistryItem gid_Regitem_OpenOffice_DIF_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".dif\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -958,7 +958,7 @@ RegistryItem gid_Regitem_OpenOffice_DBF_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".dbf\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -967,7 +967,7 @@ RegistryItem gid_Regitem_OpenOffice_XLW_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".xlw\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -976,7 +976,7 @@ RegistryItem gid_Regitem_OpenOffice_RTF_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".rtf\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -985,7 +985,7 @@ RegistryItem gid_Regitem_OpenOffice_SLK_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".slk\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -994,7 +994,7 @@ RegistryItem gid_Regitem_OpenOffice_CSV_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".csv\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -1003,7 +1003,7 @@ RegistryItem gid_Regitem_OpenOffice_TXT_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".txt\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -1012,7 +1012,7 @@ RegistryItem gid_Regitem_OpenOffice_HTM_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".htm\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -1021,7 +1021,7 @@ RegistryItem gid_Regitem_OpenOffice_HTML_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".html\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -1030,7 +1030,7 @@ RegistryItem gid_Regitem_OpenOffice_WK1_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".wk1\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -1039,7 +1039,7 @@ RegistryItem gid_Regitem_OpenOffice_WKS_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".wks\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -1048,7 +1048,7 @@ RegistryItem gid_Regitem_OpenOffice_123_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".123\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -1057,7 +1057,7 @@ RegistryItem gid_Regitem_OpenOffice_XML_OpenWith_Calc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".xml\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Calc_Bin;
- Name = "loffice.StarCalcDocument.6";
+ Name = "soffice.StarCalcDocument.6";
Value = " ";
End
@@ -1068,7 +1068,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".stc";
- Value = "loffice.StarCalcTemplate.6";
+ Value = "soffice.StarCalcTemplate.6";
Styles = ();
End
@@ -1077,7 +1077,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".dif";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
Styles = ();
End
@@ -1086,7 +1086,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".dbf";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
Styles = ();
End
@@ -1095,7 +1095,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".slk";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
Styles = ();
End
@@ -1104,7 +1104,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".csv";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
Styles = ();
End
@@ -1113,7 +1113,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".xlw";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
Styles = ();
End
@@ -1122,7 +1122,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".wk1";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
Styles = ();
End
@@ -1131,7 +1131,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".wks";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
Styles = ();
End
@@ -1140,7 +1140,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Calc_Bin;
Name = ".123";
- Value = "loffice.StarCalcDocument.6";
+ Value = "soffice.StarCalcDocument.6";
Styles = ();
End
diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp
index 960bb3895ebe..5d7e0d99edfc 100755..100644
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -111,7 +111,7 @@ RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
Subkey = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\ProgID";
- Value = "loffice.StarDrawDocument.6";
+ Value = "soffice.StarDrawDocument.6";
End
RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Programmable
@@ -145,7 +145,7 @@ RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
Subkey = "CLSID\{41662FC2-0D57-4aff-AB27-AD2E12E7C273}\VersionIndependentProgID";
- Value = "loffice.StarDrawDocument.6";
+ Value = "soffice.StarDrawDocument.6";
End
// MSOLE embedded object in OASIS file format
@@ -230,7 +230,7 @@ RegistryItem gid_Regitem_Clsid__448bb771_Cfe2_47c4_Bcdf_1fbf378e202c__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
Subkey = "CLSID\{448BB771-CFE2-47C4-BCDF-1FBF378E202C}\ProgID";
- Value = "libreoffice.DrawDocument.1";
+ Value = "opendocument.DrawDocument.1";
End
RegistryItem gid_Regitem_Clsid__448bb771_Cfe2_47c4_Bcdf_1fbf378e202c__Programmable
@@ -264,7 +264,7 @@ RegistryItem gid_Regitem_Clsid__448bb771_Cfe2_47c4_Bcdf_1fbf378e202c__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
Subkey = "CLSID\{448BB771-CFE2-47C4-BCDF-1FBF378E202C}\VersionIndependentProgID";
- Value = "libreoffice.DrawDocument.1";
+ Value = "opendocument.DrawDocument.1";
End
#endif // WITH_ACTIVEX_COMPONENT
@@ -272,7 +272,7 @@ End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6";
+ Subkey = "soffice.StarDrawDocument.6";
REG_VALUE_LNG(SO60_DRAWING)
End
@@ -281,7 +281,7 @@ End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\CLSID";
+ Subkey = "soffice.StarDrawDocument.6\CLSID";
Value = "{41662FC2-0D57-4aff-AB27-AD2E12E7C273}";
End
@@ -290,145 +290,145 @@ End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\DefaultIcon";
+ Subkey = "soffice.StarDrawDocument.6\DefaultIcon";
Value = "<progpath>\program\soffice.exe,31";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\shell";
+ Subkey = "soffice.StarDrawDocument.6\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\shell\new";
+ Subkey = "soffice.StarDrawDocument.6\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\shell\new\command";
+ Subkey = "soffice.StarDrawDocument.6\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\shell\open\command";
+ Subkey = "soffice.StarDrawDocument.6\shell\open\command";
Value = "\"<progpath>\program\sdraw.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\shell\print\command";
+ Subkey = "soffice.StarDrawDocument.6\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\shell\printto\command";
+ Subkey = "soffice.StarDrawDocument.6\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarDrawDocument\CurVer";
+ Subkey = "soffice.StarDrawDocument\CurVer";
ModuleID = gid_Module_Prg_Draw_Bin;
- Value = "loffice.StarDrawDocument.6";
+ Value = "soffice.StarDrawDocument.6";
End
RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\Insertable";
+ Subkey = "soffice.StarDrawDocument.6\Insertable";
End
RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\protocol\StdFileEditing\server";
+ Subkey = "soffice.StarDrawDocument.6\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\protocol\StdFileEditing\verb\0";
+ Subkey = "soffice.StarDrawDocument.6\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\protocol\StdFileEditing\verb\-1";
+ Subkey = "soffice.StarDrawDocument.6\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Soffice_Stardrawingdocument_6_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\protocol\StdFileEditing\verb\-2";
+ Subkey = "soffice.StarDrawDocument.6\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarDrawTemplate.6";
+ Subkey = "soffice.StarDrawTemplate.6";
ModuleID = gid_Module_Prg_Draw_Bin;
REG_VALUE_LNG(SO60_DRAW_TEMPLATE)
End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarDrawTemplate.6\DefaultIcon";
+ Subkey = "soffice.StarDrawTemplate.6\DefaultIcon";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "<progpath>\program\soffice.exe,32";
End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarDrawTemplate.6\shell";
+ Subkey = "soffice.StarDrawTemplate.6\shell";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "new";
End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarDrawTemplate.6\shell\new";
+ Subkey = "soffice.StarDrawTemplate.6\shell\new";
ModuleID = gid_Module_Prg_Draw_Bin;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarDrawTemplate.6\shell\new\command";
+ Subkey = "soffice.StarDrawTemplate.6\shell\new\command";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarDrawTemplate.6\shell\open\command";
+ Subkey = "soffice.StarDrawTemplate.6\shell\open\command";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "\"<progpath>\program\sdraw.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarDrawTemplate.6\shell\print\command";
+ Subkey = "soffice.StarDrawTemplate.6\shell\print\command";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Stardrawtemplate_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarDrawTemplate.6\shell\printto\command";
+ Subkey = "soffice.StarDrawTemplate.6\shell\printto\command";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -457,7 +457,7 @@ End
RegistryItem gid_Regitem_StarDrawTemplate_6_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawTemplate.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarDrawTemplate.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -465,7 +465,7 @@ RegistryItem gid_Regitem_Std
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".std";
ModuleID = gid_Module_Prg_Draw_Bin;
- Value = "loffice.StarDrawTemplate.6";
+ Value = "soffice.StarDrawTemplate.6";
End
RegistryItem gid_Regitem_Std_Contenttype
@@ -479,7 +479,7 @@ End
RegistryItem gid_Regitem_std_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarDrawTemplate.6";
+ Subkey = "soffice.StarDrawTemplate.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -508,7 +508,7 @@ End
RegistryItem gid_Regitem_StarDrawDocument_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "loffice.StarDrawDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarDrawDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -532,7 +532,7 @@ RegistryItem gid_Regitem__Sxd
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
Subkey = ".sxd";
- Value = "loffice.StarDrawDocument.6";
+ Value = "soffice.StarDrawDocument.6";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sxd
@@ -540,14 +540,14 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Draw_Bin;
Name = ".sxd";
- Value = "loffice.StarDrawDocument.6";
+ Value = "soffice.StarDrawDocument.6";
Styles = ();
End
RegistryItem gid_Regitem_sxd_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarDrawDocument.6";
+ Subkey = "soffice.StarDrawDocument.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -578,7 +578,7 @@ End
RegistryItem gid_Regitem_DrawDocument_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.DrawDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -602,7 +602,7 @@ RegistryItem gid_Regitem__Odg
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
Subkey = ".odg";
- Value = "libreoffice.DrawDocument.1";
+ Value = "opendocument.DrawDocument.1";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_odg
@@ -610,7 +610,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Draw_Bin;
Name = ".odg";
- Value = "libreoffice.DrawDocument.1";
+ Value = "opendocument.DrawDocument.1";
Styles = ();
End
@@ -619,29 +619,29 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\MimeAssociations";
ModuleID = gid_Module_Prg_Draw_Bin;
Name = "application/vnd.oasis.opendocument.graphics";
- Value = "libreoffice.DrawDocument.1";
+ Value = "opendocument.DrawDocument.1";
Styles = ();
End
RegistryItem gid_Regitem_Odg_Openoffice_Drawdocument_1_Shellnew
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = ".odg\libreoffice.DrawDocument.1\ShellNew";
+ Subkey = ".odg\opendocument.DrawDocument.1\ShellNew";
Name = "FileName";
Value = "soffice.odg";
End
RegistryItem gid_Regitem_Openoffice_Drawdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DrawDocument\CurVer";
+ Subkey = "opendocument.DrawDocument\CurVer";
ModuleID = gid_Module_Prg_Draw_Bin;
- Value = "libreoffice.DrawDocument.1";
+ Value = "opendocument.DrawDocument.1";
End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1";
+ Subkey = "opendocument.DrawDocument.1";
REG_VALUE_LNG(OO_DRAW)
End
@@ -650,7 +650,7 @@ End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\CLSID";
+ Subkey = "opendocument.DrawDocument.1\CLSID";
Value = "{448BB771-CFE2-47C4-BCDF-1FBF378E202C}";
End
@@ -659,14 +659,14 @@ End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\DefaultIcon";
+ Subkey = "opendocument.DrawDocument.1\DefaultIcon";
Value = "<progpath>\program\soffice.exe,5";
End
RegistryItem gid_Regitem_odg_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.DrawDocument.1";
+ Subkey = "opendocument.DrawDocument.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -674,28 +674,28 @@ End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\shell";
+ Subkey = "opendocument.DrawDocument.1\shell";
Value = "open";
End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\shell\new";
+ Subkey = "opendocument.DrawDocument.1\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\shell\new\command";
+ Subkey = "opendocument.DrawDocument.1\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\shell\open\command";
+ Subkey = "opendocument.DrawDocument.1\shell\open\command";
Value = "\"<progpath>\program\sdraw.exe\" -o \"%1\"";
Styles = ();
End
@@ -703,48 +703,48 @@ End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\shell\print\command";
+ Subkey = "opendocument.DrawDocument.1\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\shell\printto\command";
+ Subkey = "opendocument.DrawDocument.1\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Drawingdocument_1_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\Insertable";
+ Subkey = "opendocument.DrawDocument.1\Insertable";
End
RegistryItem gid_Regitem_Openoffice_Drawingdocument_1_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\protocol\StdFileEditing\server";
+ Subkey = "opendocument.DrawDocument.1\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Openoffice_Drawingdocument_1_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\protocol\StdFileEditing\verb\0";
+ Subkey = "opendocument.DrawDocument.1\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Openoffice_Drawingdocument_1_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\protocol\StdFileEditing\verb\-1";
+ Subkey = "opendocument.DrawDocument.1\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Openoffice_Drawingdocument_1_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawDocument.1\protocol\StdFileEditing\verb\-2";
+ Subkey = "opendocument.DrawDocument.1\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
@@ -783,7 +783,7 @@ RegistryItem gid_Regitem__Fodg
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
Subkey = ".fodg";
- Value = "libreoffice.DrawDocument.1";
+ Value = "opendocument.DrawDocument.1";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_fodg
@@ -791,7 +791,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Root;
Name = ".fodg";
- Value = "libreoffice.DrawDocument.1";
+ Value = "opendocument.DrawDocument.1";
Styles = (PATCH);
End
@@ -821,7 +821,7 @@ End
RegistryItem gid_Regitem_DrawTemplate_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
- Subkey = "libreoffice.DrawTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.DrawTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -829,7 +829,7 @@ RegistryItem gid_Regitem_Otg
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".otg";
ModuleID = gid_Module_Prg_Draw_Bin;
- Value = "libreoffice.DrawTemplate.1";
+ Value = "opendocument.DrawTemplate.1";
End
RegistryItem gid_Regitem_Otg_Contenttype
@@ -842,14 +842,14 @@ End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DrawTemplate.1";
+ Subkey = "opendocument.DrawTemplate.1";
ModuleID = gid_Module_Prg_Draw_Bin;
REG_VALUE_LNG(OO_DRAW_TEMPLATE)
End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DrawTemplate.1\DefaultIcon";
+ Subkey = "opendocument.DrawTemplate.1\DefaultIcon";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "<progpath>\program\soffice.exe,6";
End
@@ -857,49 +857,49 @@ End
RegistryItem gid_Regitem_otg_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.DrawTemplate.1";
+ Subkey = "opendocument.DrawTemplate.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DrawTemplate.1\shell";
+ Subkey = "opendocument.DrawTemplate.1\shell";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "new";
End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DrawTemplate.1\shell\new";
+ Subkey = "opendocument.DrawTemplate.1\shell\new";
ModuleID = gid_Module_Prg_Draw_Bin;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DrawTemplate.1\shell\new\command";
+ Subkey = "opendocument.DrawTemplate.1\shell\new\command";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DrawTemplate.1\shell\open\command";
+ Subkey = "opendocument.DrawTemplate.1\shell\open\command";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "\"<progpath>\program\sdraw.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DrawTemplate.1\shell\print\command";
+ Subkey = "opendocument.DrawTemplate.1\shell\print\command";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Drawtemplate_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.DrawTemplate.1\shell\printto\command";
+ Subkey = "opendocument.DrawTemplate.1\shell\printto\command";
ModuleID = gid_Module_Prg_Draw_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -911,7 +911,7 @@ RegistryItem gid_Regitem_OpenOffice_ODG_OpenWith_Draw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".odg\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Draw_Bin;
- Name = "libreoffice.DrawDocument.1";
+ Name = "opendocument.DrawDocument.1";
Value = " ";
End
@@ -920,7 +920,7 @@ RegistryItem gid_Regitem_OpenOffice_OTG_OpenWith_Draw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".otg\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Draw_Bin;
- Name = "libreoffice.DrawDocument.1";
+ Name = "opendocument.DrawDocument.1";
Value = " ";
End
@@ -929,7 +929,7 @@ RegistryItem gid_Regitem_OpenOffice_SXD_OpenWith_Draw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sxd\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Draw_Bin;
- Name = "loffice.StarDrawDocument.6";
+ Name = "soffice.StarDrawDocument.6";
Value = " ";
End
@@ -938,7 +938,7 @@ RegistryItem gid_Regitem_OpenOffice_STD_OpenWith_Draw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".std\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Draw_Bin;
- Name = "loffice.StarDrawDocument.6";
+ Name = "soffice.StarDrawDocument.6";
Value = " ";
End
@@ -948,7 +948,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Draw_Bin;
Name = ".otg";
- Value = "libreoffice.DrawDocument.1";
+ Value = "opendocument.DrawDocument.1";
Styles = ();
End
@@ -957,7 +957,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Draw_Bin;
Name = ".std";
- Value = "loffice.StarDrawTemplate.6";
+ Value = "soffice.StarDrawTemplate.6";
Styles = ();
End
diff --git a/scp2/source/impress/registryitem_impress.scp b/scp2/source/impress/registryitem_impress.scp
index 564751b4e438..0885d81d7c31 100755..100644
--- a/scp2/source/impress/registryitem_impress.scp
+++ b/scp2/source/impress/registryitem_impress.scp
@@ -111,7 +111,7 @@ RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
Subkey = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\ProgID";
- Value = "loffice.StarImpressDocument.6";
+ Value = "soffice.StarImpressDocument.6";
End
RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Programmable
@@ -145,7 +145,7 @@ RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
Subkey = "CLSID\{E5A0B632-DFBA-4549-9346-E414DA06E6F8}\VersionIndependentProgID";
- Value = "loffice.StarImpressDocument.6";
+ Value = "soffice.StarImpressDocument.6";
End
// MSOLE embedded object in OASIS file format
@@ -230,7 +230,7 @@ RegistryItem gid_Regitem_Clsid__Ee5d1ea4_D445_4289_B2fc_55fc93693917__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
Subkey = "CLSID\{EE5D1EA4-D445-4289-B2FC-55FC93693917}\ProgID";
- Value = "libreoffice.ImpressDocument.1";
+ Value = "opendocument.ImpressDocument.1";
End
RegistryItem gid_Regitem_Clsid__Ee5d1ea4_D445_4289_B2fc_55fc93693917__Programmable
@@ -264,7 +264,7 @@ RegistryItem gid_Regitem_Clsid__Ee5d1ea4_D445_4289_B2fc_55fc93693917__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
Subkey = "CLSID\{EE5D1EA4-D445-4289-B2FC-55FC93693917}\VersionIndependentProgID";
- Value = "libreoffice.ImpressDocument.1";
+ Value = "opendocument.ImpressDocument.1";
End
#endif // WITH_ACTIVEX_COMPONENT
@@ -272,7 +272,7 @@ End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6";
+ Subkey = "soffice.StarImpressDocument.6";
REG_VALUE_LNG(SO60_PRESENT)
End
@@ -281,7 +281,7 @@ End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\CLSID";
+ Subkey = "soffice.StarImpressDocument.6\CLSID";
Value = "{E5A0B632-DFBA-4549-9346-E414DA06E6F8}";
End
@@ -290,159 +290,159 @@ End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\DefaultIcon";
+ Subkey = "soffice.StarImpressDocument.6\DefaultIcon";
Value = "<progpath>\program\soffice.exe,33";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\Insertable";
+ Subkey = "soffice.StarImpressDocument.6\Insertable";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\protocol\StdFileEditing\server";
+ Subkey = "soffice.StarImpressDocument.6\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\protocol\StdFileEditing\verb\0";
+ Subkey = "soffice.StarImpressDocument.6\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\protocol\StdFileEditing\verb\-1";
+ Subkey = "soffice.StarImpressDocument.6\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\protocol\StdFileEditing\verb\-2";
+ Subkey = "soffice.StarImpressDocument.6\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\shell";
+ Subkey = "soffice.StarImpressDocument.6\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\shell\new";
+ Subkey = "soffice.StarImpressDocument.6\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\shell\new\command";
+ Subkey = "soffice.StarImpressDocument.6\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\shell\open\command";
+ Subkey = "soffice.StarImpressDocument.6\shell\open\command";
Value = "\"<progpath>\program\simpress.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\shell\print\command";
+ Subkey = "soffice.StarImpressDocument.6\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\shell\printto\command";
+ Subkey = "soffice.StarImpressDocument.6\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Show
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\shell\show";
+ Subkey = "soffice.StarImpressDocument.6\shell\show";
REG_VALUE_LNG(SO60_SHOW)
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Shell_Show_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\shell\show\command";
+ Subkey = "soffice.StarImpressDocument.6\shell\show\command";
Value = "\"<progpath>\program\soffice.exe\" -show \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpressdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressDocument\CurVer";
+ Subkey = "soffice.StarImpressDocument\CurVer";
ModuleID = gid_Module_Prg_Impress_Bin;
- Value = "loffice.StarImpressDocument.6";
+ Value = "soffice.StarImpressDocument.6";
End
RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressTemplate.6";
+ Subkey = "soffice.StarImpressTemplate.6";
ModuleID = gid_Module_Prg_Impress_Bin;
REG_VALUE_LNG(SO60_IMPRESS_TEMPLATE)
End
RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressTemplate.6\DefaultIcon";
+ Subkey = "soffice.StarImpressTemplate.6\DefaultIcon";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "<progpath>\program\soffice.exe,34";
End
RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressTemplate.6\shell";
+ Subkey = "soffice.StarImpressTemplate.6\shell";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "new";
End
RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressTemplate.6\shell\new";
+ Subkey = "soffice.StarImpressTemplate.6\shell\new";
ModuleID = gid_Module_Prg_Impress_Bin;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressTemplate.6\shell\new\command";
+ Subkey = "soffice.StarImpressTemplate.6\shell\new\command";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressTemplate.6\shell\open\command";
+ Subkey = "soffice.StarImpressTemplate.6\shell\open\command";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "\"<progpath>\program\simpress.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressTemplate.6\shell\print\command";
+ Subkey = "soffice.StarImpressTemplate.6\shell\print\command";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starimpresstemplate_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressTemplate.6\shell\printto\command";
+ Subkey = "soffice.StarImpressTemplate.6\shell\printto\command";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -451,7 +451,7 @@ RegistryItem gid_Regitem_Sti
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sti";
ModuleID = gid_Module_Prg_Impress_Bin;
- Value = "loffice.StarImpressTemplate.6";
+ Value = "soffice.StarImpressTemplate.6";
End
RegistryItem gid_Regitem_Sti_PersistentHandler
@@ -478,7 +478,7 @@ End
RegistryItem gid_Regitem_StarImpressTemplate_6_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressTemplate.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarImpressTemplate.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -493,7 +493,7 @@ End
RegistryItem gid_Regitem_sti_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarImpressTemplate.6";
+ Subkey = "soffice.StarImpressTemplate.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -522,7 +522,7 @@ End
RegistryItem gid_Regitem_StarImpressDocument_6_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "loffice.StarImpressDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarImpressDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -546,7 +546,7 @@ RegistryItem gid_Regitem__Sxi
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
Subkey = ".sxi";
- Value = "loffice.StarImpressDocument.6";
+ Value = "soffice.StarImpressDocument.6";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sxi
@@ -554,14 +554,14 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Impress_Bin;
Name = ".sxi";
- Value = "loffice.StarImpressDocument.6";
+ Value = "soffice.StarImpressDocument.6";
Styles = ();
End
RegistryItem gid_Regitem_sxi_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarImpressDocument.6";
+ Subkey = "soffice.StarImpressDocument.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -592,7 +592,7 @@ End
RegistryItem gid_Regitem_ImpressDocument_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.ImpressDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -600,7 +600,7 @@ RegistryItem gid_Regitem__Odp
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
Subkey = ".odp";
- Value = "libreoffice.ImpressDocument.1";
+ Value = "opendocument.ImpressDocument.1";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_odp
@@ -608,7 +608,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Impress_Bin;
Name = ".odp";
- Value = "libreoffice.ImpressDocument.1";
+ Value = "opendocument.ImpressDocument.1";
Styles = ();
End
@@ -617,7 +617,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\MimeAssociations";
ModuleID = gid_Module_Prg_Impress_Bin;
Name = "application/vnd.oasis.opendocument.presentation";
- Value = "libreoffice.ImpressDocument.1";
+ Value = "opendocument.ImpressDocument.1";
Styles = ();
End
@@ -641,22 +641,22 @@ End
RegistryItem gid_Regitem_Odp_Openoffice_Impressdocument_1_Shellnew
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = ".odp\libreoffice.ImpressDocument.1\ShellNew";
+ Subkey = ".odp\opendocument.ImpressDocument.1\ShellNew";
Name = "FileName";
Value = "soffice.odp";
End
RegistryItem gid_Regitem_Openoffice_Starimpressdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarImpressDocument\CurVer";
+ Subkey = "soffice.StarImpressDocument\CurVer";
ModuleID = gid_Module_Prg_Impress_Bin;
- Value = "libreoffice.ImpressDocument.1";
+ Value = "opendocument.ImpressDocument.1";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1";
+ Subkey = "opendocument.ImpressDocument.1";
REG_VALUE_LNG(OO_PRESENT)
End
@@ -665,7 +665,7 @@ End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\CLSID";
+ Subkey = "opendocument.ImpressDocument.1\CLSID";
Value = "{EE5D1EA4-D445-4289-B2FC-55FC93693917}";
End
@@ -674,14 +674,14 @@ End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\DefaultIcon";
+ Subkey = "opendocument.ImpressDocument.1\DefaultIcon";
Value = "<progpath>\program\soffice.exe,7";
End
RegistryItem gid_Regitem_odp_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.ImpressDocument.1";
+ Subkey = "opendocument.ImpressDocument.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -689,62 +689,62 @@ End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\Insertable";
+ Subkey = "opendocument.ImpressDocument.1\Insertable";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\protocol\StdFileEditing\server";
+ Subkey = "opendocument.ImpressDocument.1\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\protocol\StdFileEditing\verb\0";
+ Subkey = "opendocument.ImpressDocument.1\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\protocol\StdFileEditing\verb\-1";
+ Subkey = "opendocument.ImpressDocument.1\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\protocol\StdFileEditing\verb\-2";
+ Subkey = "opendocument.ImpressDocument.1\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\shell";
+ Subkey = "opendocument.ImpressDocument.1\shell";
Value = "open";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\shell\new";
+ Subkey = "opendocument.ImpressDocument.1\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\shell\new\command";
+ Subkey = "opendocument.ImpressDocument.1\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\shell\open\command";
+ Subkey = "opendocument.ImpressDocument.1\shell\open\command";
Value = "\"<progpath>\program\simpress.exe\" -o \"%1\"";
Styles = ();
End
@@ -752,28 +752,28 @@ End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\shell\print\command";
+ Subkey = "opendocument.ImpressDocument.1\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\shell\printto\command";
+ Subkey = "opendocument.ImpressDocument.1\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_Show
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\shell\show";
+ Subkey = "opendocument.ImpressDocument.1\shell\show";
REG_VALUE_LNG(SO60_SHOW)
End
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_Show_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressDocument.1\shell\show\command";
+ Subkey = "opendocument.ImpressDocument.1\shell\show\command";
Value = "\"<progpath>\program\soffice.exe\" -show \"%1\"";
End
@@ -804,7 +804,7 @@ RegistryItem gid_Regitem__Fodp
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
Subkey = ".fodp";
- Value = "libreoffice.ImpressDocument.1";
+ Value = "opendocument.ImpressDocument.1";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_fodp
@@ -812,7 +812,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Root;
Name = ".fodp";
- Value = "libreoffice.ImpressDocument.1";
+ Value = "opendocument.ImpressDocument.1";
Styles = (PATCH);
End
@@ -850,7 +850,7 @@ End
RegistryItem gid_Regitem_ImpressTemplate_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
- Subkey = "libreoffice.ImpressTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.ImpressTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -858,7 +858,7 @@ RegistryItem gid_Regitem_Otp
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".otp";
ModuleID = gid_Module_Prg_Impress_Bin;
- Value = "libreoffice.ImpressTemplate.1";
+ Value = "opendocument.ImpressTemplate.1";
End
RegistryItem gid_Regitem_Otp_Contenttype
@@ -871,14 +871,14 @@ End
RegistryItem gid_Regitem_Openoffice_Impresstemplate_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.ImpressTemplate.1";
+ Subkey = "opendocument.ImpressTemplate.1";
ModuleID = gid_Module_Prg_Impress_Bin;
REG_VALUE_LNG(OO_PRESENT_TEMPLATE)
End
RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.ImpressTemplate.1\DefaultIcon";
+ Subkey = "opendocument.ImpressTemplate.1\DefaultIcon";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "<progpath>\program\soffice.exe,8";
End
@@ -886,49 +886,49 @@ End
RegistryItem gid_Regitem_otp_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.ImpressTemplate.1";
+ Subkey = "opendocument.ImpressTemplate.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.ImpressTemplate.1\shell";
+ Subkey = "opendocument.ImpressTemplate.1\shell";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "new";
End
RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.ImpressTemplate.1\shell\new";
+ Subkey = "opendocument.ImpressTemplate.1\shell\new";
ModuleID = gid_Module_Prg_Impress_Bin;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.ImpressTemplate.1\shell\new\command";
+ Subkey = "opendocument.ImpressTemplate.1\shell\new\command";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.ImpressTemplate.1\shell\open\command";
+ Subkey = "opendocument.ImpressTemplate.1\shell\open\command";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "\"<progpath>\program\simpress.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.ImpressTemplate.1\shell\print\command";
+ Subkey = "opendocument.ImpressTemplate.1\shell\print\command";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Impresstemplate_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.ImpressTemplate.1\shell\printto\command";
+ Subkey = "opendocument.ImpressTemplate.1\shell\printto\command";
ModuleID = gid_Module_Prg_Impress_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -940,7 +940,7 @@ RegistryItem gid_Regitem_OpenOffice_ODP_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".odp\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Impress_Bin;
- Name = "libreoffice.ImpressDocument.1";
+ Name = "opendocument.ImpressDocument.1";
Value = " ";
End
@@ -949,7 +949,7 @@ RegistryItem gid_Regitem_OpenOffice_OTP_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".otp\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Impress_Bin;
- Name = "libreoffice.ImpressDocument.1";
+ Name = "opendocument.ImpressDocument.1";
Value = " ";
End
@@ -958,7 +958,7 @@ RegistryItem gid_Regitem_OpenOffice_SXI_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sxi\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Impress_Bin;
- Name = "loffice.StarImpressDocument.6";
+ Name = "soffice.StarImpressDocument.6";
Value = " ";
End
@@ -967,7 +967,7 @@ RegistryItem gid_Regitem_OpenOffice_STI_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sti\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Impress_Bin;
- Name = "loffice.StarImpressDocument.6";
+ Name = "soffice.StarImpressDocument.6";
Value = " ";
End
@@ -976,7 +976,7 @@ RegistryItem gid_Regitem_OpenOffice_SXD_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sxd\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Impress_Bin;
- Name = "loffice.StarImpressDocument.6";
+ Name = "soffice.StarImpressDocument.6";
Value = " ";
End
@@ -985,7 +985,7 @@ RegistryItem gid_Regitem_OpenOffice_ODG_OpenWith_Impress
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".odg\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Impress_Bin;
- Name = "libreoffice.ImpressDocument.1";
+ Name = "opendocument.ImpressDocument.1";
Value = " ";
End
@@ -995,7 +995,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Impress_Bin;
Name = ".otp";
- Value = "libreoffice.ImpressDocument.1";
+ Value = "opendocument.ImpressDocument.1";
Styles = ();
End
@@ -1004,7 +1004,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Impress_Bin;
Name = ".sti";
- Value = "loffice.StarImpressDocument.6";
+ Value = "soffice.StarImpressDocument.6";
Styles = ();
End
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp
index 1e768e11329e..b58e15e5265e 100755..100644
--- a/scp2/source/math/registryitem_math.scp
+++ b/scp2/source/math/registryitem_math.scp
@@ -110,7 +110,7 @@ RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
Subkey = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\ProgID";
- Value = "loffice.StarMathDocument.6";
+ Value = "soffice.StarMathDocument.6";
End
RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Programmable
@@ -144,7 +144,7 @@ RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
Subkey = "CLSID\{D0484DE6-AAEE-468a-991F-8D4B0737B57A}\VersionIndependentProgID";
- Value = "loffice.StarMathDocument.6";
+ Value = "soffice.StarMathDocument.6";
End
// MSOLE embedded object in SO7 file format
@@ -229,7 +229,7 @@ RegistryItem gid_Regitem_Clsid__D2d59cd1_0a6a_4d36_Ae20_47817077d57c__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
Subkey = "CLSID\{D2D59CD1-0A6A-4D36-AE20-47817077D57C}\ProgID";
- Value = "libreoffice.MathDocument.1";
+ Value = "opendocument.MathDocument.1";
End
RegistryItem gid_Regitem_Clsid__D2d59cd1_0a6a_4d36_Ae20_47817077d57c__Programmable
@@ -263,7 +263,7 @@ RegistryItem gid_Regitem_Clsid__D2d59cd1_0a6a_4d36_Ae20_47817077d57c__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
Subkey = "CLSID\{D2D59CD1-0A6A-4D36-AE20-47817077D57C}\VersionIndependentProgID";
- Value = "libreoffice.MathDocument.1";
+ Value = "opendocument.MathDocument.1";
End
#endif // WITH_ACTIVEX_COMPONENT
@@ -271,7 +271,7 @@ End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6";
+ Subkey = "soffice.StarMathDocument.6";
REG_VALUE_LNG(SO60_FORMULA)
End
@@ -280,7 +280,7 @@ End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\CLSID";
+ Subkey = "soffice.StarMathDocument.6\CLSID";
Value = "{D0484DE6-AAEE-468a-991F-8D4B0737B57A}";
End
@@ -289,91 +289,91 @@ End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\DefaultIcon";
+ Subkey = "soffice.StarMathDocument.6\DefaultIcon";
Value = "<progpath>\program\soffice.exe,38";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\Insertable";
+ Subkey = "soffice.StarMathDocument.6\Insertable";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\protocol\StdFileEditing\server";
+ Subkey = "soffice.StarMathDocument.6\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\protocol\StdFileEditing\verb\0";
+ Subkey = "soffice.StarMathDocument.6\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\protocol\StdFileEditing\verb\-1";
+ Subkey = "soffice.StarMathDocument.6\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\protocol\StdFileEditing\verb\-2";
+ Subkey = "soffice.StarMathDocument.6\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\shell";
+ Subkey = "soffice.StarMathDocument.6\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\shell\new";
+ Subkey = "soffice.StarMathDocument.6\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\shell\new\command";
+ Subkey = "soffice.StarMathDocument.6\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\shell\open\command";
+ Subkey = "soffice.StarMathDocument.6\shell\open\command";
Value = "\"<progpath>\program\smath.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\shell\print\command";
+ Subkey = "soffice.StarMathDocument.6\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\shell\printto\command";
+ Subkey = "soffice.StarMathDocument.6\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starmathdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarMathDocument\CurVer";
+ Subkey = "soffice.StarMathDocument\CurVer";
ModuleID = gid_Module_Prg_Math_Bin;
- Value = "loffice.StarMathDocument.6";
+ Value = "soffice.StarMathDocument.6";
End
RegistryItem gid_Regitem_Sxm_PersistentHandler
@@ -400,7 +400,7 @@ End
RegistryItem gid_Regitem_StarMathDocument_6_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "loffice.StarMathDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarMathDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -424,7 +424,7 @@ RegistryItem gid_Regitem__Mml
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
Subkey = ".sxm";
- Value = "loffice.StarMathDocument.6";
+ Value = "soffice.StarMathDocument.6";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sxm
@@ -432,14 +432,14 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Math_Bin;
Name = ".sxm";
- Value = "loffice.StarMathDocument.6";
+ Value = "soffice.StarMathDocument.6";
Styles = ();
End
RegistryItem gid_Regitem_sxm_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarMathDocument.6";
+ Subkey = "soffice.StarMathDocument.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -470,7 +470,7 @@ End
RegistryItem gid_Regitem_MathDocument_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.MathDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -494,7 +494,7 @@ RegistryItem gid_Regitem__Odf
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
Subkey = ".odf";
- Value = "libreoffice.MathDocument.1";
+ Value = "opendocument.MathDocument.1";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_odf
@@ -502,7 +502,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Math_Bin;
Name = ".odf";
- Value = "libreoffice.MathDocument.1";
+ Value = "opendocument.MathDocument.1";
Styles = ();
End
@@ -511,21 +511,21 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\MimeAssociations";
ModuleID = gid_Module_Prg_Math_Bin;
Name = "application/vnd.oasis.opendocument.formula";
- Value = "libreoffice.MathDocument.1";
+ Value = "opendocument.MathDocument.1";
Styles = ();
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.MathDocument\CurVer";
+ Subkey = "opendocument.MathDocument\CurVer";
ModuleID = gid_Module_Prg_Math_Bin;
- Value = "libreoffice.MathDocument.1";
+ Value = "opendocument.MathDocument.1";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1";
+ Subkey = "opendocument.MathDocument.1";
REG_VALUE_LNG(OO_FORMULA)
End
@@ -534,7 +534,7 @@ End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\CLSID";
+ Subkey = "opendocument.MathDocument.1\CLSID";
Value = "{D2D59CD1-0A6A-4D36-AE20-47817077D57C}";
End
@@ -543,14 +543,14 @@ End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\DefaultIcon";
+ Subkey = "opendocument.MathDocument.1\DefaultIcon";
Value = "<progpath>\program\soffice.exe,14";
End
RegistryItem gid_Regitem_odf_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.MathDocument.1";
+ Subkey = "opendocument.MathDocument.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -558,62 +558,62 @@ End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\Insertable";
+ Subkey = "opendocument.MathDocument.1\Insertable";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\protocol\StdFileEditing\server";
+ Subkey = "opendocument.MathDocument.1\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\protocol\StdFileEditing\verb\0";
+ Subkey = "opendocument.MathDocument.1\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\protocol\StdFileEditing\verb\-1";
+ Subkey = "opendocument.MathDocument.1\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\protocol\StdFileEditing\verb\-2";
+ Subkey = "opendocument.MathDocument.1\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\shell";
+ Subkey = "opendocument.MathDocument.1\shell";
Value = "open";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\shell\new";
+ Subkey = "opendocument.MathDocument.1\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\shell\new\command";
+ Subkey = "opendocument.MathDocument.1\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\shell\open\command";
+ Subkey = "opendocument.MathDocument.1\shell\open\command";
Value = "\"<progpath>\program\smath.exe\" -o \"%1\"";
Styles = ();
End
@@ -621,14 +621,14 @@ End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\shell\print\command";
+ Subkey = "opendocument.MathDocument.1\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
- Subkey = "libreoffice.MathDocument.1\shell\printto\command";
+ Subkey = "opendocument.MathDocument.1\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -639,7 +639,7 @@ RegistryItem gid_Regitem_OpenOffice_ODF_OpenWith_Math
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".odf\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Math_Bin;
- Name = "libreoffice.MathDocument.1";
+ Name = "opendocument.MathDocument.1";
Value = " ";
End
@@ -648,7 +648,7 @@ RegistryItem gid_Regitem_OpenOffice_SXM_OpenWith_Math
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sxm\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Math_Bin;
- Name = "loffice.StarMathDocument.6";
+ Name = "soffice.StarMathDocument.6";
Value = " ";
End
@@ -657,7 +657,7 @@ RegistryItem gid_Regitem_OpenOffice_MML_OpenWith_Math
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".mml\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Math_Bin;
- Name = "loffice.StarMathDocument.6";
+ Name = "soffice.StarMathDocument.6";
Value = " ";
End
@@ -666,7 +666,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Math_Bin;
Name = ".mml";
- Value = "loffice.StarMathDocument.6";
+ Value = "soffice.StarMathDocument.6";
Styles = ();
End
diff --git a/scp2/source/mkopenwith.btm b/scp2/source/mkopenwith.btm
index c71633fcc2f2..0c09f3b5e151 100755
--- a/scp2/source/mkopenwith.btm
+++ b/scp2/source/mkopenwith.btm
@@ -28,7 +28,7 @@ ECHO RegistryItem gid_Regitem_OpenOffice_%LINE%_OpenWith_%1 >> %OUTPUT%
ECHO ParentID = PREDEFINED_HKEY_CLASSES_ROOT; >> %OUTPUT%
ECHO Subkey = ".%LINE%\OpenWithProgIDs"; >> %OUTPUT%
ECHO ModuleID = gid_Module_Prg_%1_Bin; >> %OUTPUT%
-ECHO Name = "libreoffice.%1Document.1"; >> %OUTPUT%
+ECHO Name = "opendocument.%1Document.1"; >> %OUTPUT%
ECHO Value = "%PRODUCTNAME %PRODUCTVERSION"; >> %OUTPUT%
ECHO End >> %OUTPUT%
ECHO. >> %OUTPUT%
diff --git a/scp2/source/ooo/registryitem_ooo.scp b/scp2/source/ooo/registryitem_ooo.scp
index 8b5f4100d737..6aa7c4eb8c03 100644
--- a/scp2/source/ooo/registryitem_ooo.scp
+++ b/scp2/source/ooo/registryitem_ooo.scp
@@ -31,7 +31,7 @@ RegistryItem gid_Regitem_Bau
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".bau";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_AppID__df595024_3257_41b3_bcf1_a51515ad205e_
@@ -102,47 +102,47 @@ RegistryItem gid_Regitem_Sdg
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sdg";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Sdv
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sdv";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Sob
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sob";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Soc
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".soc";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Sod
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sod";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Soe
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".soe";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Soffice_Starconfigfile_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarConfigFile.6";
+ Subkey = "soffice.StarConfigFile.6";
ModuleID = gid_Module_Root;
REG_VALUE_LNG(SO60_CONFIGFILE)
End
@@ -405,14 +405,14 @@ RegistryItem gid_Regitem_Sog
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sog";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Soh
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".soh";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Stardiv_Uno_Servicemanager
@@ -468,7 +468,7 @@ RegistryItem gid_Regitem_Thm
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".thm";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Vor_Contenttype
@@ -491,28 +491,28 @@ RegistryItem gid_Regitem_Xba
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".xba";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Xcs
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".xcs";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Xcu
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".xcu";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Xdl
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".xdl";
ModuleID = gid_Module_Root;
- Value = "loffice.StarConfigFile.6";
+ Value = "soffice.StarConfigFile.6";
End
RegistryItem gid_Regitem_Software_Openofficeorg_Uno_Installpath
diff --git a/scp2/source/winexplorerext/registryitem_winexplorerext.scp b/scp2/source/winexplorerext/registryitem_winexplorerext.scp
index c5d8568eb621..62911d24fd0e 100755..100644
--- a/scp2/source/winexplorerext/registryitem_winexplorerext.scp
+++ b/scp2/source/winexplorerext/registryitem_winexplorerext.scp
@@ -113,7 +113,7 @@ RegistryItem gid_Regitem_Clsid_7BC0E710_5703_45BE_A29D_5D46D8B39262
ModuleID = gid_Module_Root;
Subkey = "CLSID\{7BC0E710-5703-45BE-A29D-5D46D8B39262}";
// Better?: "OpenOffice.org Format Filter"
-// old: Value = "libreoffice.org Filter";
+// old: Value = "opendocument.org Filter";
Styles = (X64_ONLY); // Values: X64
Value = "OpenDocument Format Filter";
Val64 = "OpenDocument Format Filter";
@@ -143,7 +143,7 @@ RegistryItem gid_Regitem_Clsid_7BC0E713_5703_45BE_A29D_5D46D8B39262
ModuleID = gid_Module_Root;
Subkey = "CLSID\{7BC0E713-5703-45BE-A29D-5D46D8B39262}";
//? Better: "OpenOffice.org Persistent Handler"
-// old: Value = "libreoffice.org Persistent Handler";
+// old: Value = "opendocument.org Persistent Handler";
Styles = (X64); // Values: X64
Value = "OpenDocument Format Persistent Handler";
Val64 = "OpenDocument Format Persistent Handler";
diff --git a/scp2/source/writer/registryitem_writer.scp b/scp2/source/writer/registryitem_writer.scp
index e5fea7d6f130..6810cf8ff8e6 100755..100644
--- a/scp2/source/writer/registryitem_writer.scp
+++ b/scp2/source/writer/registryitem_writer.scp
@@ -111,7 +111,7 @@ RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\ProgID";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
End
RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Programmable
@@ -145,7 +145,7 @@ RegistryItem gid_Regitem_Clsid__30a2652a_Ddf7_45e7_Aca6_3eab26fc8a4e__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = "CLSID\{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}\VersionIndependentProgID";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
End
// MSOLE embedded object in OASIS file format
@@ -230,7 +230,7 @@ RegistryItem gid_Regitem_Clsid__F616b81f_7bb8_4f22_B8a5_47428d59f8ad__Progid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = "CLSID\{F616B81F-7BB8-4F22-B8A5-47428D59F8AD}\ProgID";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
End
RegistryItem gid_Regitem_Clsid__F616b81f_7bb8_4f22_B8a5_47428d59f8ad__Programmable
@@ -264,7 +264,7 @@ RegistryItem gid_Regitem_Clsid__F616b81f_7bb8_4f22_B8a5_47428d59f8ad__Versionind
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = "CLSID\{F616B81F-7BB8-4F22-B8A5-47428D59F8AD}\VersionIndependentProgID";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
End
#endif // WITH_ACTIVEX_COMPONENT
@@ -272,7 +272,7 @@ End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6";
+ Subkey = "soffice.StarWriterDocument.6";
REG_VALUE_LNG(SO60_TEXT)
End
@@ -281,7 +281,7 @@ End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\CLSID";
+ Subkey = "soffice.StarWriterDocument.6\CLSID";
Value = "{30A2652A-DDF7-45e7-ACA6-3EAB26FC8A4E}";
End
@@ -290,180 +290,180 @@ End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\DefaultIcon";
+ Subkey = "soffice.StarWriterDocument.6\DefaultIcon";
Value = "<progpath>\program\soffice.exe,27";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\Insertable";
+ Subkey = "soffice.StarWriterDocument.6\Insertable";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\protocol\StdFileEditing\server";
+ Subkey = "soffice.StarWriterDocument.6\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\protocol\StdFileEditing\verb\0";
+ Subkey = "soffice.StarWriterDocument.6\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\protocol\StdFileEditing\verb\-1";
+ Subkey = "soffice.StarWriterDocument.6\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\protocol\StdFileEditing\verb\-2";
+ Subkey = "soffice.StarWriterDocument.6\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\shell";
+ Subkey = "soffice.StarWriterDocument.6\shell";
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\shell\new";
+ Subkey = "soffice.StarWriterDocument.6\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\shell\new\command";
+ Subkey = "soffice.StarWriterDocument.6\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\shell\open\command";
+ Subkey = "soffice.StarWriterDocument.6\shell\open\command";
Value = "\"<progpath>\program\swriter.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\shell\print\command";
+ Subkey = "soffice.StarWriterDocument.6\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\shell\printto\command";
+ Subkey = "soffice.StarWriterDocument.6\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument\CurVer";
- Value = "loffice.StarWriterDocument.6";
+ Subkey = "soffice.StarWriterDocument\CurVer";
+ Value = "soffice.StarWriterDocument.6";
End
RegistryItem gid_Regitem_StarWriterGlobalDocument_6_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterGlobalDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarWriterGlobalDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.6";
+ Subkey = "soffice.StarWriterGlobalDocument.6";
ModuleID = gid_Module_Prg_Wrt_Bin;
REG_VALUE_LNG(SO60_MASTERDOC)
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.6\DefaultIcon";
+ Subkey = "soffice.StarWriterGlobalDocument.6\DefaultIcon";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "<progpath>\program\soffice.exe,35";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.6\shell";
+ Subkey = "soffice.StarWriterGlobalDocument.6\shell";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "open";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.6\shell\new";
+ Subkey = "soffice.StarWriterGlobalDocument.6\shell\new";
ModuleID = gid_Module_Prg_Wrt_Bin;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.6\shell\new\command";
+ Subkey = "soffice.StarWriterGlobalDocument.6\shell\new\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.6\shell\open\command";
+ Subkey = "soffice.StarWriterGlobalDocument.6\shell\open\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\swriter.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.6\shell\print\command";
+ Subkey = "soffice.StarWriterGlobalDocument.6\shell\print\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument.6\shell\printto\command";
+ Subkey = "soffice.StarWriterGlobalDocument.6\shell\printto\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwriterglobaldocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterGlobalDocument\CurVer";
+ Subkey = "soffice.StarWriterGlobalDocument\CurVer";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Value = "loffice.StarWriterGlobalDocument.6";
+ Value = "soffice.StarWriterGlobalDocument.6";
End
RegistryItem gid_Regitem_StarWriterTemplate_6_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterTemplate.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarWriterTemplate.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterTemplate.6";
+ Subkey = "soffice.StarWriterTemplate.6";
ModuleID = gid_Module_Prg_Wrt_Bin;
REG_VALUE_LNG(SO60_WRITER_TEMPLATE)
End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterTemplate.6\DefaultIcon";
+ Subkey = "soffice.StarWriterTemplate.6\DefaultIcon";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "<progpath>\program\soffice.exe,28";
End
@@ -471,41 +471,41 @@ End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterTemplate.6\shell";
+ Subkey = "soffice.StarWriterTemplate.6\shell";
Value = "new";
End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterTemplate.6\shell\new";
+ Subkey = "soffice.StarWriterTemplate.6\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterTemplate.6\shell\new\command";
+ Subkey = "soffice.StarWriterTemplate.6\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterTemplate.6\shell\open\command";
+ Subkey = "soffice.StarWriterTemplate.6\shell\open\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\swriter.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterTemplate.6\shell\print\command";
+ Subkey = "soffice.StarWriterTemplate.6\shell\print\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_6_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "loffice.StarWriterTemplate.6\shell\printto\command";
+ Subkey = "soffice.StarWriterTemplate.6\shell\printto\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -535,7 +535,7 @@ RegistryItem gid_Regitem_Stw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".stw";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Value = "loffice.StarWriterTemplate.6";
+ Value = "soffice.StarWriterTemplate.6";
End
RegistryItem gid_Regitem_Stw_Contenttype
@@ -549,7 +549,7 @@ End
RegistryItem gid_Regitem_stw_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarWriterTemplate.6";
+ Subkey = "soffice.StarWriterTemplate.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -579,7 +579,7 @@ RegistryItem gid_Regitem_Sxg
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = ".sxg";
- Value = "loffice.StarWriterGlobalDocument.6";
+ Value = "soffice.StarWriterGlobalDocument.6";
End
RegistryItem gid_Regitem_Sxg_Contenttype
@@ -601,7 +601,7 @@ End
RegistryItem gid_Regitem_sxg_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarWriterGlobalDocument.6";
+ Subkey = "soffice.StarWriterGlobalDocument.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -646,7 +646,7 @@ End
RegistryItem gid_Regitem_StarWriterDocument_6_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "loffice.StarWriterDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "soffice.StarWriterDocument.6\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -654,7 +654,7 @@ RegistryItem gid_Regitem__Sxw
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = ".sxw";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_sxw
@@ -662,14 +662,14 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".sxw";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
Styles = ();
End
RegistryItem gid_Regitem_sxw_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "loffice.StarWriterDocument.6";
+ Subkey = "soffice.StarWriterDocument.6";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -701,7 +701,7 @@ End
RegistryItem gid_Regitem_WriterDocument_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.WriterDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -709,7 +709,7 @@ RegistryItem gid_Regitem__Odt
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = ".odt";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_odt
@@ -717,7 +717,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".odt";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
Styles = ();
End
@@ -726,7 +726,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\MimeAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = "application/vnd.oasis.opendocument.text";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
Styles = ();
End
@@ -749,7 +749,7 @@ End
RegistryItem gid_Regitem_Odt_Openoffice_Writerdocument_1_Shellnew
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = ".odt\libreoffice.WriterDocument.1\ShellNew";
+ Subkey = ".odt\opendocument.WriterDocument.1\ShellNew";
Name = "FileName";
Value = "soffice.odt";
End
@@ -757,14 +757,14 @@ End
RegistryItem gid_Regitem_Openoffice_Writerdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument\CurVer";
- Value = "libreoffice.WriterDocument.1";
+ Subkey = "opendocument.WriterDocument\CurVer";
+ Value = "opendocument.WriterDocument.1";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1";
+ Subkey = "opendocument.WriterDocument.1";
REG_VALUE_LNG(OO_WRITER)
End
@@ -773,7 +773,7 @@ End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\CLSID";
+ Subkey = "opendocument.WriterDocument.1\CLSID";
Value = "{F616B81F-7BB8-4F22-B8A5-47428D59F8AD}";
End
@@ -782,20 +782,20 @@ End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\DefaultIcon";
+ Subkey = "opendocument.WriterDocument.1\DefaultIcon";
Value = "<progpath>\program\soffice.exe,1";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\Insertable";
+ Subkey = "opendocument.WriterDocument.1\Insertable";
End
RegistryItem gid_Regitem_odt_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.WriterDocument.1";
+ Subkey = "opendocument.WriterDocument.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -803,56 +803,56 @@ End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Protocol_Stdfileediting_Server
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\protocol\StdFileEditing\server";
+ Subkey = "opendocument.WriterDocument.1\protocol\StdFileEditing\server";
Value = "<progpath>\program\soffice.exe";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Protocol_Stdfileediting_Verb_0
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\protocol\StdFileEditing\verb\0";
+ Subkey = "opendocument.WriterDocument.1\protocol\StdFileEditing\verb\0";
Value = "&Edit";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Protocol_Stdfileediting_Verb__1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\protocol\StdFileEditing\verb\-1";
+ Subkey = "opendocument.WriterDocument.1\protocol\StdFileEditing\verb\-1";
Value = "&Show";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Protocol_Stdfileediting_Verb__2
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\protocol\StdFileEditing\verb\-2";
+ Subkey = "opendocument.WriterDocument.1\protocol\StdFileEditing\verb\-2";
Value = "&Open";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\shell";
+ Subkey = "opendocument.WriterDocument.1\shell";
Value = "open";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\shell\new";
+ Subkey = "opendocument.WriterDocument.1\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\shell\new\command";
+ Subkey = "opendocument.WriterDocument.1\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\shell\open\command";
+ Subkey = "opendocument.WriterDocument.1\shell\open\command";
Value = "\"<progpath>\program\swriter.exe\" -o \"%1\"";
Styles = ();
End
@@ -860,14 +860,14 @@ End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\shell\print\command";
+ Subkey = "opendocument.WriterDocument.1\shell\print\command";
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Writerdocument_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterDocument.1\shell\printto\command";
+ Subkey = "opendocument.WriterDocument.1\shell\printto\command";
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -875,21 +875,21 @@ End
RegistryItem gid_Regitem_Openoffice_Writerwebdocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterWebDocument\CurVer";
- Value = "libreoffice.WriterWebDocument.1";
+ Subkey = "opendocument.WriterWebDocument\CurVer";
+ Value = "opendocument.WriterWebDocument.1";
End
RegistryItem gid_Regitem_Openoffice_Writerwebdocument_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterWebDocument.1";
+ Subkey = "opendocument.WriterWebDocument.1";
REG_VALUE_LNG(OO_WRITER)
End
RegistryItem gid_Regitem_Openoffice_Writerwebdocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterWebDocument.1\shell\open\command";
+ Subkey = "opendocument.WriterWebDocument.1\shell\open\command";
Value = "\"<progpath>\program\sweb.exe\" -o \"%1\"";
Styles = ();
End
@@ -921,7 +921,7 @@ RegistryItem gid_Regitem__Fodt
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = ".fodt";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_fodt
@@ -929,7 +929,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Root;
Name = ".fodt";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
Styles = (PATCH);
End
@@ -967,7 +967,7 @@ End
RegistryItem gid_Regitem_WriterTemplate_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.WriterTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -975,7 +975,7 @@ RegistryItem gid_Regitem_Ott
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".ott";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Value = "libreoffice.WriterTemplate.1";
+ Value = "opendocument.WriterTemplate.1";
End
RegistryItem gid_Regitem_Ott_Contenttype
@@ -988,14 +988,14 @@ End
RegistryItem gid_Regitem_Soffice_Starwritertemplate_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterTemplate.1";
+ Subkey = "opendocument.WriterTemplate.1";
ModuleID = gid_Module_Prg_Wrt_Bin;
REG_VALUE_LNG(OO_WRITER_TEMPLATE)
End
RegistryItem gid_Regitem_Openoffice_Writertemplate_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterTemplate.1\DefaultIcon";
+ Subkey = "opendocument.WriterTemplate.1\DefaultIcon";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "<progpath>\program\soffice.exe,2";
End
@@ -1003,7 +1003,7 @@ End
RegistryItem gid_Regitem_ott_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.WriterTemplate.1";
+ Subkey = "opendocument.WriterTemplate.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -1011,41 +1011,41 @@ End
RegistryItem gid_Regitem_Openoffice_Writertemplate_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterTemplate.1\shell";
+ Subkey = "opendocument.WriterTemplate.1\shell";
Value = "new";
End
RegistryItem gid_Regitem_Openoffice_Writertemplate_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterTemplate.1\shell\new";
+ Subkey = "opendocument.WriterTemplate.1\shell\new";
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Writertemplate_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterTemplate.1\shell\new\command";
+ Subkey = "opendocument.WriterTemplate.1\shell\new\command";
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Writertemplate_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterTemplate.1\shell\open\command";
+ Subkey = "opendocument.WriterTemplate.1\shell\open\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\swriter.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Writertemplate_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterTemplate.1\shell\print\command";
+ Subkey = "opendocument.WriterTemplate.1\shell\print\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Writertemplate_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterTemplate.1\shell\printto\command";
+ Subkey = "opendocument.WriterTemplate.1\shell\printto\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -1076,7 +1076,7 @@ End
RegistryItem gid_Regitem_WriterGlobalDocument_1_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterGlobalDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.WriterGlobalDocument.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -1084,7 +1084,7 @@ RegistryItem gid_Regitem_Odm
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = ".odm";
- Value = "libreoffice.WriterGlobalDocument.1";
+ Value = "opendocument.WriterGlobalDocument.1";
End
RegistryItem gid_Regitem_Odm_Contenttype
@@ -1105,21 +1105,21 @@ End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterGlobalDocument\CurVer";
+ Subkey = "opendocument.WriterGlobalDocument\CurVer";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Value = "libreoffice.WriterGlobalDocument.1";
+ Value = "opendocument.WriterGlobalDocument.1";
End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterGlobalDocument.1";
+ Subkey = "opendocument.WriterGlobalDocument.1";
ModuleID = gid_Module_Prg_Wrt_Bin;
REG_VALUE_LNG(OO_MASTERDOC)
End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterGlobalDocument.1\DefaultIcon";
+ Subkey = "opendocument.WriterGlobalDocument.1\DefaultIcon";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "<progpath>\program\soffice.exe,10";
End
@@ -1127,49 +1127,49 @@ End
RegistryItem gid_Regitem_odm_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.WriterGlobalDocument.1";
+ Subkey = "opendocument.WriterGlobalDocument.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterGlobalDocument.1\shell";
+ Subkey = "opendocument.WriterGlobalDocument.1\shell";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "open";
End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterGlobalDocument.1\shell\new";
+ Subkey = "opendocument.WriterGlobalDocument.1\shell\new";
ModuleID = gid_Module_Prg_Wrt_Bin;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterGlobalDocument.1\shell\new\command";
+ Subkey = "opendocument.WriterGlobalDocument.1\shell\new\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterGlobalDocument.1\shell\open\command";
+ Subkey = "opendocument.WriterGlobalDocument.1\shell\open\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\swriter.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterGlobalDocument.1\shell\print\command";
+ Subkey = "opendocument.WriterGlobalDocument.1\shell\print\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_Writerglobaldocument_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterGlobalDocument.1\shell\printto\command";
+ Subkey = "opendocument.WriterGlobalDocument.1\shell\printto\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -1200,7 +1200,7 @@ End
RegistryItem gid_Regitem_WriterWebTemplate_Shellex_PropertySheetHandlers_MyPropSheet1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
- Subkey = "libreoffice.WriterWebTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
+ Subkey = "opendocument.WriterWebTemplate.1\shellex\PropertySheetHandlers\MyPropSheet1";
Value = "{63542C48-9552-494A-84F7-73AA6A7C99C1}";
End
@@ -1208,7 +1208,7 @@ RegistryItem gid_Regitem_Oth
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Wrt_Bin;
Subkey = ".oth";
- Value = "libreoffice.WriterWebTemplate.1";
+ Value = "opendocument.WriterWebTemplate.1";
End
RegistryItem gid_Regitem_Oth_Contenttype
@@ -1229,63 +1229,63 @@ End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterWebTemplate\CurVer";
+ Subkey = "opendocument.WriterWebTemplate\CurVer";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Value = "libreoffice.WriterWebTemplate.1";
+ Value = "opendocument.WriterWebTemplate.1";
End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterWebTemplate.1";
+ Subkey = "opendocument.WriterWebTemplate.1";
ModuleID = gid_Module_Prg_Wrt_Bin;
REG_VALUE_LNG(OO_WEBDOC)
End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterWebTemplate.1\DefaultIcon";
+ Subkey = "opendocument.WriterWebTemplate.1\DefaultIcon";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "<progpath>\program\soffice.exe,11";
End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterWebTemplate.1\shell";
+ Subkey = "opendocument.WriterWebTemplate.1\shell";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "open";
End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_Shell_New
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterWebTemplate.1\shell\new";
+ Subkey = "opendocument.WriterWebTemplate.1\shell\new";
ModuleID = gid_Module_Prg_Wrt_Bin;
REG_VALUE_LNG(NEW)
End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_Shell_New_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterWebTemplate.1\shell\new\command";
+ Subkey = "opendocument.WriterWebTemplate.1\shell\new\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterWebTemplate.1\shell\open\command";
+ Subkey = "opendocument.WriterWebTemplate.1\shell\open\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\swriter.exe\" -o \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_Shell_Print_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterWebTemplate.1\shell\print\command";
+ Subkey = "opendocument.WriterWebTemplate.1\shell\print\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
End
RegistryItem gid_Regitem_Openoffice_WriterWebTemplate_1_Shell_Printto_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- Subkey = "libreoffice.WriterWebTemplate.1\shell\printto\command";
+ Subkey = "opendocument.WriterWebTemplate.1\shell\printto\command";
ModuleID = gid_Module_Prg_Wrt_Bin;
Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
End
@@ -1293,7 +1293,7 @@ End
RegistryItem gid_Regitem_oth_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
- Subkey = "libreoffice.WriterWebTemplate.1";
+ Subkey = "opendocument.WriterWebTemplate.1";
Name = "FullDetails";
Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName";
End
@@ -1305,7 +1305,7 @@ RegistryItem gid_Regitem_OpenOffice_ODT_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".odt\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "libreoffice.WriterDocument.1";
+ Name = "opendocument.WriterDocument.1";
Value = " ";
End
@@ -1314,7 +1314,7 @@ RegistryItem gid_Regitem_OpenOffice_OTT_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".ott\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "libreoffice.WriterDocument.1";
+ Name = "opendocument.WriterDocument.1";
Value = " ";
End
@@ -1323,7 +1323,7 @@ RegistryItem gid_Regitem_OpenOffice_OTH_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".oth\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "libreoffice.WriterDocument.1";
+ Name = "opendocument.WriterDocument.1";
Value = " ";
End
@@ -1332,7 +1332,7 @@ RegistryItem gid_Regitem_OpenOffice_ODM_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".odm\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "libreoffice.WriterDocument.1";
+ Name = "opendocument.WriterDocument.1";
Value = " ";
End
@@ -1341,7 +1341,7 @@ RegistryItem gid_Regitem_OpenOffice_SXW_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sxw\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "loffice.StarWriterDocument.6";
+ Name = "soffice.StarWriterDocument.6";
Value = " ";
End
@@ -1350,7 +1350,7 @@ RegistryItem gid_Regitem_OpenOffice_STW_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".stw\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "loffice.StarWriterTemplate.6";
+ Name = "soffice.StarWriterTemplate.6";
Value = " ";
End
@@ -1359,7 +1359,7 @@ RegistryItem gid_Regitem_OpenOffice_TXT_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".txt\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "loffice.StarWriterDocument.6";
+ Name = "soffice.StarWriterDocument.6";
Value = " ";
End
@@ -1368,7 +1368,7 @@ RegistryItem gid_Regitem_OpenOffice_HTM_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".htm\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "loffice.StarWriterDocument.6";
+ Name = "soffice.StarWriterDocument.6";
Value = " ";
End
@@ -1377,7 +1377,7 @@ RegistryItem gid_Regitem_OpenOffice_HTML_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".html\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "loffice.StarWriterDocument.6";
+ Name = "soffice.StarWriterDocument.6";
Value = " ";
End
@@ -1386,7 +1386,7 @@ RegistryItem gid_Regitem_OpenOffice_XML_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".xml\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "loffice.StarWriterDocument.6";
+ Name = "soffice.StarWriterDocument.6";
Value = " ";
End
@@ -1395,7 +1395,7 @@ RegistryItem gid_Regitem_OpenOffice_WPD_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".wpd\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "loffice.StarWriterDocument.6";
+ Name = "soffice.StarWriterDocument.6";
Value = " ";
End
@@ -1404,7 +1404,7 @@ RegistryItem gid_Regitem_OpenOffice_WPS_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".wps\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "libreoffice.WriterDocument.1";
+ Name = "opendocument.WriterDocument.1";
Value = " ";
End
@@ -1413,7 +1413,7 @@ RegistryItem gid_Regitem_OpenOffice_HWP_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".hwp\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "loffice.StarWriterDocument.6";
+ Name = "soffice.StarWriterDocument.6";
Value = " ";
End
@@ -1422,7 +1422,7 @@ RegistryItem gid_Regitem_OpenOffice_SXG_OpenWith_Writer
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sxg\OpenWithProgIDs";
ModuleID = gid_Module_Prg_Wrt_Bin;
- Name = "loffice.StarWriterGlobalDocument.6";
+ Name = "soffice.StarWriterGlobalDocument.6";
Value = " ";
End
@@ -1432,7 +1432,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".ott";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
Styles = ();
End
@@ -1441,7 +1441,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".stw";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
Styles = ();
End
@@ -1450,7 +1450,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".txt";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
Styles = ();
End
@@ -1459,7 +1459,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".htm";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
Styles = ();
End
@@ -1468,7 +1468,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".html";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
Styles = ();
End
@@ -1477,7 +1477,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".xml";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
Styles = ();
End
@@ -1486,7 +1486,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".wpd";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
Styles = ();
End
@@ -1495,7 +1495,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".hwp";
- Value = "loffice.StarWriterDocument.6";
+ Value = "soffice.StarWriterDocument.6";
Styles = ();
End
@@ -1504,7 +1504,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".sxg";
- Name = "loffice.StarWriterGlobalDocument.6";
+ Name = "soffice.StarWriterGlobalDocument.6";
Styles = ();
End
@@ -1513,7 +1513,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".oth";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
Styles = ();
End
@@ -1522,7 +1522,7 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations";
ModuleID = gid_Module_Prg_Wrt_Bin;
Name = ".odm";
- Value = "libreoffice.WriterDocument.1";
+ Value = "opendocument.WriterDocument.1";
Styles = ();
End