From 94e967478950915c0c019bad85e2b66f6a646d0b Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 16 Jul 2008 14:55:31 +0000 Subject: INTEGRATION: CWS sysui26 (1.4.2); FILE MERGED 2008/06/24 11:55:41 obr 1.4.2.1: #i89966# cloned OOXML definitions from Leopard --- sysui/desktop/macosx/Info.plist | 316 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 316 insertions(+) (limited to 'sysui') diff --git a/sysui/desktop/macosx/Info.plist b/sysui/desktop/macosx/Info.plist index 4219db3d24f9..029e479a3ffc 100644 --- a/sysui/desktop/macosx/Info.plist +++ b/sysui/desktop/macosx/Info.plist @@ -527,6 +527,309 @@ + + UTImportedTypeDeclarations + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + + UTTypeDescription + Office Open XML word processing document + UTTypeIdentifier + org.openxmlformats.wordprocessingml.document + UTTypeTagSpecification + + public.filename-extension + + docx + + public.mime-type + + application/vnd.openxmlformats-officedocument.wordprocessingml.document + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + public.executable + + UTTypeDescription + Office Open XML word processing document (macros enabled) + UTTypeIdentifier + org.openxmlformats.wordprocessingml.document.macroenabled + UTTypeTagSpecification + + public.filename-extension + + docm + + public.mime-type + + application/vnd.ms-word.document.macroEnabled.12 + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + + UTTypeDescription + Office Open XML word processing template + UTTypeIdentifier + org.openxmlformats.wordprocessingml.template + UTTypeTagSpecification + + public.filename-extension + + dotx + + public.mime-type + + application/vnd.openxmlformats-officedocument.wordprocessingml.template + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + public.executable + + UTTypeDescription + Office Open XML word processing template (macros enabled) + UTTypeIdentifier + org.openxmlformats.wordprocessingml.template.macroenabled + UTTypeTagSpecification + + public.filename-extension + + dotm + + public.mime-type + + application/vnd.ms-word.template.macroEnabled.12 + + + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + + UTTypeDescription + Office Open XML spreadsheet template + UTTypeIdentifier + org.openxmlformats.spreadsheetml.template + UTTypeTagSpecification + + public.filename-extension + + xltx + + public.mime-type + + application/vnd.openxmlformats-officedocument.spreadsheetml.template + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + public.executable + + UTTypeDescription + Office Open XML spreadsheet template (macros enabled) + UTTypeIdentifier + org.openxmlformats.spreadsheetml.template.macroenabled + UTTypeTagSpecification + + public.filename-extension + + xltm + + public.mime-type + + application/vnd.ms-excel.template.macroEnabled.12 + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + + UTTypeDescription + Office Open XML spreadsheet + UTTypeIdentifier + org.openxmlformats.spreadsheetml.sheet + UTTypeTagSpecification + + public.filename-extension + + xlsx + + public.mime-type + + application/vnd.openxmlformats-officedocument.spreadsheetml.sheet + + + + + UTTypeConformsTo + + public.zip-archive + public.composite-content + public.executable + + UTTypeDescription + Microsoft Excel 2007 spreadsheet (macros enabled) + UTTypeIdentifier + com.microsoft.excel.sheet.binary.macroenabled + UTTypeTagSpecification + + public.filename-extension + + xlsb + + public.mime-type + + application/vnd.ms-excel.sheet.binary.macroEnabled.12 + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.composite-content + public.executable + + UTTypeDescription + Office Open XML spreadsheet (macros enabled) + UTTypeIdentifier + org.openxmlformats.spreadsheetml.sheet.macroenabled + UTTypeTagSpecification + + public.filename-extension + + xlsm + + public.mime-type + + application/vnd.ms-excel.sheet.macroEnabled.12 + + + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.presentation + + UTTypeDescription + Office Open XML presentation + UTTypeIdentifier + org.openxmlformats.presentationml.presentation + UTTypeTagSpecification + + public.filename-extension + + pptx + + public.mime-type + + application/vnd.openxmlformats-officedocument.presentationml.presentation + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.presentation + public.executable + + UTTypeDescription + Office Open XML presentation (macros enabled) + UTTypeIdentifier + org.openxmlformats.presentationml.presentation.macroenabled + UTTypeTagSpecification + + public.filename-extension + + pptm + + public.mime-type + + application/vnd.ms-powerpoint.presentation.macroEnabled.12 + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.presentation + public.executable + + UTTypeDescription + Office Open XML presentation template + UTTypeIdentifier + org.openxmlformats.presentationml.template + UTTypeTagSpecification + + public.filename-extension + + potx + + public.mime-type + + application/vnd.openxmlformats-officedocument.presentationml.template + + + + + UTTypeConformsTo + + org.openxmlformats.openxml + public.presentation + public.executable + + UTTypeDescription + Office Open XML presentation template (macros enabled) + UTTypeIdentifier + org.openxmlformats.presentationml.template.macroenabled + UTTypeTagSpecification + + public.filename-extension + + potm + + public.mime-type + + application/vnd.ms-powerpoint.template.macroEnabled.12 + + + + CFBundleDocumentTypes @@ -1042,6 +1345,19 @@ com.microsoft.word.doc com.microsoft.excel.xls com.microsoft.powerpoint.ppt + org.openxmlformats.wordprocessingml.document + org.openxmlformats.wordprocessingml.document.macroenabled + org.openxmlformats.wordprocessingml.template + org.openxmlformats.wordprocessingml.template.macroenabled + org.openxmlformats.spreadsheetml.sheet + org.openxmlformats.spreadsheetml.sheet.macroenabled + com.microsoft.excel.sheet.binary.macroenabled + org.openxmlformats.spreadsheetml.template + org.openxmlformats.spreadsheetml.template.macroenabled + org.openxmlformats.presentationml.presentation + org.openxmlformats.presentationml.presentation.macroenabled + org.openxmlformats.presentationml.template + org.openxmlformats.presentationml.template.macroenabled CFBundleTypeRole Editor -- cgit