summaryrefslogtreecommitdiff
path: root/scp2/source/math
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-01-20 11:33:12 +0100
committerDirk Voelzke <dv@openoffice.org>2010-01-20 11:33:12 +0100
commitcdf426dc56cda6d9680cf13dde432aee6048766a (patch)
tree0010f46606967dd888473a01dee90e0174c735ff /scp2/source/math
parent867b9406d220830960f79de3021d34445c8a8fcd (diff)
dv17: #i70994#: Use property handler instead of column info for Windows Vista
Diffstat (limited to 'scp2/source/math')
-rwxr-xr-x[-rw-r--r--]scp2/source/math/registryitem_math.scp33
1 files changed, 32 insertions, 1 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp
index 5a55f1bf4b83..8f1c03c12504 100644..100755
--- a/scp2/source/math/registryitem_math.scp
+++ b/scp2/source/math/registryitem_math.scp
@@ -433,6 +433,14 @@ RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabi
Styles = ();
End
+RegistryItem gid_Regitem_sxm_FullDetails
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Math_Bin;
+ 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
+
// new odf file extension
RegistryItem gid_Regitem_Odf_PersistentHandler
@@ -498,7 +506,7 @@ End
RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_MimeAssociations_odf
ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\MimeAssociations";
- ModuleID = gid_Module_Root;
+ ModuleID = gid_Module_Prg_Math_Bin;
Name = "application/vnd.oasis.opendocument.formula";
Value = "opendocument.MathDocument.1";
Styles = ();
@@ -532,6 +540,14 @@ RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Defaulticon
Value = "<progpath>\program\soffice.exe,14";
End
+RegistryItem gid_Regitem_odf_FullDetails
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Prg_Math_Bin;
+ 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
+
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Insertable
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
@@ -668,3 +684,18 @@ RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Smat
Name = "Path";
Value = "<progpath>";
End
+
+// registering the property handler for the supported file types
+RegistryItem gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_odf
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.odf";
+ ModuleID = gid_Module_Prg_Math_Bin;
+ Value = "{AE424E85-F6DF-4910-A6A9-438797986431}";
+End
+
+RegistryItem gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_sxm
+ ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
+ Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.sxm";
+ ModuleID = gid_Module_Prg_Math_Bin;
+ Value = "{AE424E85-F6DF-4910-A6A9-438797986431}";
+End