summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 13:38:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 13:38:59 +0000
commit9fd5b657632adaaa2322b31444e4c09770b47a5c (patch)
tree1e15a410fb0ee2b8d167daf2b0ac0c313b2e1b8c /scp2
parent50bab061fd2b99a5810365e02f3fd644783b2680 (diff)
INTEGRATION: CWS desktintgr02 (1.3.74); FILE MERGED
2004/08/18 13:26:10 is 1.3.74.1: #i32276# new ooo file types
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/registryitem_ooo.scp76
1 files changed, 74 insertions, 2 deletions
diff --git a/scp2/source/ooo/registryitem_ooo.scp b/scp2/source/ooo/registryitem_ooo.scp
index ef153d22ac27..ba0364cc26b6 100644
--- a/scp2/source/ooo/registryitem_ooo.scp
+++ b/scp2/source/ooo/registryitem_ooo.scp
@@ -2,9 +2,9 @@
*
* $RCSfile: registryitem_ooo.scp,v $
*
-* $Revision: 1.3 $
+* $Revision: 1.4 $
*
-* last change: $Author: kz $ $Date: 2004-06-11 17:54:35 $
+* last change: $Author: hr $ $Date: 2004-09-08 14:38:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -539,3 +539,75 @@ RegistryItem gid_Regitem_Software_Openofficeorg_Uno_Installpath
Value = "<progpath>\program";
End
+// new odb file extension
+
+RegistryItem gid_Regitem_Odb
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ Subkey = ".odb";
+ ModuleID = gid_Module_Root;
+ Value = "openoffice.DatabaseDocument.1";
+End
+
+RegistryItem gid_Regitem_Odb_Contenttype
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ ModuleID = gid_Module_Root;
+ Subkey = ".odb";
+ Name = "Content Type";
+ Value = "application/x-vnd.oasis.openoffice.database";
+End
+
+RegistryItem gid_Regitem_Openoffice_Databasedocument_1
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ Subkey = "openoffice.DatabaseDocument.1";
+ ModuleID = gid_Module_Root;
+ REG_VALUE_LNG(OO_DATABASE)
+End
+
+RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Defaulticon
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ Subkey = "openoffice.DatabaseDocument.1\DefaultIcon";
+ ModuleID = gid_Module_Root;
+ Value = "<progpath>\program\soffice.exe,14";
+End
+
+RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ Subkey = "openoffice.DatabaseDocument.1\shell";
+ ModuleID = gid_Module_Root;
+ Value = "new";
+End
+
+RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_New
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ Subkey = "openoffice.DatabaseDocument.1\shell\new";
+ ModuleID = gid_Module_Root;
+ REG_VALUE_LNG(NEW)
+End
+
+RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_New_Command
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ Subkey = "openoffice.DatabaseDocument.1\shell\new\command";
+ ModuleID = gid_Module_Root;
+ Value = "\"<progpath>\program\soffice.exe\" -n \"%1\"";
+End
+
+RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_Open_Command
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ Subkey = "openoffice.DatabaseDocument.1\shell\open\command";
+ ModuleID = gid_Module_Root;
+ Value = "\"<progpath>\program\soffice.exe\" -o \"%1\"";
+End
+
+RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_Print_Command
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ Subkey = "openoffice.DatabaseDocument.1\shell\print\command";
+ ModuleID = gid_Module_Root;
+ Value = "\"<progpath>\program\soffice.exe\" -p \"%1\"";
+End
+
+RegistryItem gid_Regitem_Openoffice_Databasedocument_1_Shell_Printto_Command
+ ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
+ Subkey = "openoffice.DatabaseDocument.1\shell\printto\command";
+ ModuleID = gid_Module_Root;
+ Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
+End