diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-30 15:23:01 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-30 15:23:01 +0200 |
commit | a75f1d394ca5a2d628c2e5318b93d9044fbe3889 (patch) | |
tree | f22278b0f026d6096da3314ac52a6c17d9b94b30 /scp2/source/impress | |
parent | e389104699c6ef8e8bccf9ca568a2fec49ad0a28 (diff) |
odf-flatxml-import-export.diff: load and save documents in flat xml
load and save also odf documents in flat xml format as opposed to the compressed ones (conforming to the odf specifications)
Notes
Notes:
split repo tag: bootstrap_linux-build-fridrich-20100930
Diffstat (limited to 'scp2/source/impress')
-rw-r--r-- | scp2/source/impress/registryitem_impress.scp | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/scp2/source/impress/registryitem_impress.scp b/scp2/source/impress/registryitem_impress.scp index cce7f1d85ad3..1f07ec9c1e31 100644 --- a/scp2/source/impress/registryitem_impress.scp +++ b/scp2/source/impress/registryitem_impress.scp @@ -767,6 +767,53 @@ RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Shell_Show_Command Value = "\"<progpath>\program\soffice.exe\" -show \"%1\""; End +// .fodp + +RegistryItem gid_Regitem_Fodp_PersistentHandler + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Impress_Bin; + Subkey = ".fodp\PersistentHandler"; + Value = "{7BC0E713-5703-45BE-A29D-5D46D8B39262}"; +End + +RegistryItem gid_Regitem_Fodp_Shellex_00021500_0000_0000_C000_000000000046 + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Impress_Bin; + Subkey = ".fodp\shellex\{00021500-0000-0000-C000-000000000046}"; + Value = "{087B3AE3-E237-4467-B8DB-5A38AB959AC9}"; +End + +RegistryItem gid_Regitem_Fodp_Shellex_BB2E617C_0920_11D1_9A0B_00C04FC2D6C1 + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Impress_Bin; + Subkey = ".fodp\shellex\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}"; + Value = "{3B092F0C-7696-40E3-A80F-68D74DA84210}"; +End + +RegistryItem gid_Regitem__Fodp + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Impress_Bin; + Subkey = ".fodp"; + Value = "opendocument.ImpressDocument.1"; +End + +RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Capabilities_FileAssociations_fodp + ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; + Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\Capabilities\FileAssociations"; + ModuleID = gid_Module_Root; + Name = ".fodp"; + Value = "opendocument.ImpressDocument.1"; + Styles = (PATCH); +End + +RegistryItem gid_Regitem_Fodp_Contenttype + ParentID = PREDEFINED_HKEY_CLASSES_ROOT; + ModuleID = gid_Module_Prg_Impress_Bin; + Subkey = ".fodp"; + Name = "Content Type"; + Value = "application/vnd.oasis.opendocument.presentation"; +End + // new otp file extension RegistryItem gid_Regitem_Otp_PersistentHandler |