Branch data Line data Source code
1 : : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 : : /*
3 : : * This file is part of the LibreOffice project.
4 : : *
5 : : * This Source Code Form is subject to the terms of the Mozilla Public
6 : : * License, v. 2.0. If a copy of the MPL was not distributed with this
7 : : * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 : : *
9 : : * This file incorporates work covered by the following license notice:
10 : : *
11 : : * Licensed to the Apache Software Foundation (ASF) under one or more
12 : : * contributor license agreements. See the NOTICE file distributed
13 : : * with this work for additional information regarding copyright
14 : : * ownership. The ASF licenses this file to you under the Apache
15 : : * License, Version 2.0 (the "License"); you may not use this file
16 : : * except in compliance with the License. You may obtain a copy of
17 : : * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 : : */
19 : :
20 : : #define _SOT_FORMATS_INCLUDE_SYSTEMFORMATS
21 : : #include <tools/debug.hxx>
22 : : #include <tools/solar.h>
23 : : #include <tools/globname.hxx>
24 : : #include <tools/string.hxx>
25 : : #include <sot/sotdata.hxx>
26 : : #include <sot/exchange.hxx>
27 : : #include <sot/formats.hxx>
28 : : #include <sot/clsids.hxx>
29 : : #include <rtl/instance.hxx>
30 : : #include <com/sun/star/uno/Sequence.hxx>
31 : : #include <comphelper/documentconstants.hxx>
32 : :
33 : : #ifdef GetObject
34 : : #undef GetObject
35 : : #endif
36 : :
37 : : using namespace::com::sun::star::uno;
38 : : using namespace::com::sun::star::datatransfer;
39 : :
40 : : /*
41 : : In diesen Tabellen stehen alle im Office verwendeten MimeTypes,
42 : : Format-Bezeichner und Types.
43 : : Die Tabelle ist nach den Formatstring-Ids sortiert und jede Id
44 : : ist um genau 1 groesser als ihre Vorgaenger-Id, damit die Id als
45 : : Tabellenindex benutzt werden kann.
46 : : */
47 : : struct DataFlavorRepresentation
48 : : {
49 : : const char* pMimeType;
50 : : const char* pName;
51 : : const ::com::sun::star::uno::Type* pType;
52 : : };
53 : :
54 : : // -----------------------------------------------------------------------------
55 : :
56 : : namespace
57 : : {
58 : : struct ImplFormatArray_Impl
59 : : {
60 : 158 : const DataFlavorRepresentation* operator()()
61 : : {
62 : : static const DataFlavorRepresentation aInstance[] =
63 : : {
64 [ + - ]: 158 : /* 0 SOT_FORMAT_SYSTEM_START*/ { "", "", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
65 [ + - ]: 158 : /* 1 SOT_FORMAT_STRING*/ { "text/plain;charset=utf-16", "Text", &::getCppuType( (const ::rtl::OUString*) 0 ) },
66 [ + - ]: 158 : /* 2 SOT_FORMAT_BITMAP*/ { "application/x-openoffice-bitmap;windows_formatname=\"Bitmap\"", "Bitmap", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
67 [ + - ]: 158 : /* 3 SOT_FORMAT_GDIMETAFILE*/ { "application/x-openoffice-gdimetafile;windows_formatname=\"GDIMetaFile\"", "GDIMetaFile", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
68 [ + - ]: 158 : /* 4 SOT_FORMAT_PRIVATE*/ { "application/x-openoffice-private;windows_formatname=\"Private\"", "Private", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
69 [ + - ]: 158 : /* 5 SOT_FORMAT_FILE*/ { "application/x-openoffice-file;windows_formatname=\"FileName\"", "FileName", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
70 [ + - ]: 158 : /* 6 SOT_FORMAT_FILE_LIST*/ { "application/x-openoffice-filelist;windows_formatname=\"FileList\"", "FileList", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
71 [ + - ]: 158 : /* 7 EMPTY*/ { "", "", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
72 [ + - ]: 158 : /* 8 EMPTY*/ { "", "", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
73 [ + - ]: 158 : /* 9 EMPTY*/ { "", "", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
74 [ + - ]: 158 : /* 10 SOT_FORMAT_RTF*/ { "text/richtext", "Rich Text Format", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
75 [ + - ]: 158 : /* 11 SOT_FORMATSTR_ID_DRAWING*/ { "application/x-openoffice-drawing;windows_formatname=\"Drawing Format\"", "Drawing Format", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
76 [ + - ]: 158 : /* 12 SOT_FORMATSTR_ID_SVXB*/ { "application/x-openoffice-svxb;windows_formatname=\"SVXB (StarView Bitmap/Animation)\"", "SVXB (StarView Bitmap/Animation)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
77 [ + - ]: 158 : /* 13 SOT_FORMATSTR_ID_SVIM*/ { "application/x-openoffice-svim;windows_formatname=\"SVIM (StarView ImageMap)\"", "SVIM (StarView ImageMap)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
78 [ + - ]: 158 : /* 14 SOT_FORMATSTR_ID_XFA*/ { "application/x-openoffice-xfa;windows_formatname=\"XFA (XOutDev FillAttr)\"", "XFA (XOutDev FillAttr)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
79 [ + - ]: 158 : /* 15 SOT_FORMATSTR_ID_EDITENGINE*/ { "application/x-openoffice-editengine;windows_formatname=\"EditEngineFormat\"", "EditEngineFormat", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
80 [ + - ]: 158 : /* 16 SOT_FORMATSTR_ID_INTERNALLINK_STATE*/ { "application/x-openoffice-internallink-state;windows_formatname=\"StatusInfo vom SvxInternalLink\"", "StatusInfo vom SvxInternalLink", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
81 [ + - ]: 158 : /* 17 SOT_FORMATSTR_ID_SOLK*/ { "application/x-openoffice-solk;windows_formatname=\"SOLK (StarOffice Link)\"", "SOLK (StarOffice Link)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
82 [ + - ]: 158 : /* 18 SOT_FORMATSTR_ID_NETSCAPE_BOOKMARK*/ { "application/x-openoffice-netscape-bookmark;windows_formatname=\"Netscape Bookmark\"", "Netscape Bookmark", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
83 [ + - ]: 158 : /* 19 SOT_FORMATSTR_ID_TREELISTBOX*/ { "application/x-openoffice-treelistbox;windows_formatname=\"SV_LBOX_DD_FORMAT\"", "SV_LBOX_DD_FORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
84 [ + - ]: 158 : /* 20 SOT_FORMATSTR_ID_NATIVE*/ { "application/x-openoffice-native;windows_formatname=\"Native\"", "Native", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
85 [ + - ]: 158 : /* 21 SOT_FORMATSTR_ID_OWNERLINK*/ { "application/x-openoffice-ownerlink;windows_formatname=\"OwnerLink\"", "OwnerLink", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
86 [ + - ]: 158 : /* 22 SOT_FORMATSTR_ID_STARSERVER*/ { "application/x-openoffice-starserver;windows_formatname=\"StarServerFormat\"", "StarServerFormat", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
87 [ + - ]: 158 : /* 23 SOT_FORMATSTR_ID_STAROBJECT*/ { "application/x-openoffice-starobject;windows_formatname=\"StarObjectFormat\"", "StarObjectFormat", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
88 [ + - ]: 158 : /* 24 SOT_FORMATSTR_ID_APPLETOBJECT*/ { "application/x-openoffice-appletobject;windows_formatname=\"Applet Object\"", "Applet Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
89 [ + - ]: 158 : /* 25 SOT_FORMATSTR_ID_PLUGIN_OBJECT*/ { "application/x-openoffice-plugin-object;windows_formatname=\"PlugIn Object\"", "PlugIn Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
90 [ + - ]: 158 : /* 26 SOT_FORMATSTR_ID_STARWRITER_30*/ { "application/x-openoffice-starwriter-30;windows_formatname=\"StarWriter 3.0\"", "StarWriter 3.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
91 [ + - ]: 158 : /* 27 SOT_FORMATSTR_ID_STARWRITER_40*/ { "application/x-openoffice-starwriter-40;windows_formatname=\"StarWriter 4.0\"", "StarWriter 4.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
92 [ + - ]: 158 : /* 28 SOT_FORMATSTR_ID_STARWRITER_50*/ { "application/x-openoffice-starwriter-50;windows_formatname=\"StarWriter 5.0\"", "StarWriter 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
93 [ + - ]: 158 : /* 29 SOT_FORMATSTR_ID_STARWRITERWEB_40*/ { "application/x-openoffice-starwriterweb-40;windows_formatname=\"StarWriter/Web 4.0\"", "StarWriter/Web 4.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
94 [ + - ]: 158 : /* 30 SOT_FORMATSTR_ID_STARWRITERWEB_50*/ { "application/x-openoffice-starwriterweb-50;windows_formatname=\"StarWriter/Web 5.0\"", "StarWriter/Web 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
95 [ + - ]: 158 : /* 31 SOT_FORMATSTR_ID_STARWRITERGLOB_40*/ { "application/x-openoffice-starwriterglob-40;windows_formatname=\"StarWriter/Global 4.0\"", "StarWriter/Global 4.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
96 [ + - ]: 158 : /* 32 SOT_FORMATSTR_ID_STARWRITERGLOB_50*/ { "application/x-openoffice-starwriterglob-50;windows_formatname=\"StarWriter/Global 5.0\"", "StarWriter/Global 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
97 [ + - ]: 158 : /* 33 SOT_FORMATSTR_ID_STARDRAW*/ { "application/x-openoffice-stardraw;windows_formatname=\"StarDrawDocument\"", "StarDrawDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
98 [ + - ]: 158 : /* 34 SOT_FORMATSTR_ID_STARDRAW_40*/ { "application/x-openoffice-stardraw-40;windows_formatname=\"StarDrawDocument 4.0\"", "StarDrawDocument 4.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
99 [ + - ]: 158 : /* 35 SOT_FORMATSTR_ID_STARIMPRESS_50*/ { "application/x-openoffice-starimpress-50;windows_formatname=\"StarImpress 5.0\"", "StarImpress 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
100 [ + - ]: 158 : /* 36 SOT_FORMATSTR_ID_STARDRAW_50*/ { "application/x-openoffice-stardraw-50;windows_formatname=\"StarDraw 5.0\"", "StarDraw 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
101 [ + - ]: 158 : /* 37 SOT_FORMATSTR_ID_STARCALC*/ { "application/x-openoffice-starcalc;windows_formatname=\"StarCalcDocument\"", "StarCalcDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
102 [ + - ]: 158 : /* 38 SOT_FORMATSTR_ID_STARCALC_40*/ { "application/x-openoffice-starcalc-40;windows_formatname=\"StarCalc 4.0\"", "StarCalc 4.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
103 [ + - ]: 158 : /* 39 SOT_FORMATSTR_ID_STARCALC_50*/ { "application/x-openoffice-starcalc-50;windows_formatname=\"StarCalc 5.0\"", "StarCalc 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
104 [ + - ]: 158 : /* 40 SOT_FORMATSTR_ID_STARCHART*/ { "application/x-openoffice-starchart;windows_formatname=\"StarChartDocument\"", "StarChartDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
105 [ + - ]: 158 : /* 41 SOT_FORMATSTR_ID_STARCHART_40*/ { "application/x-openoffice-starchart-40;windows_formatname=\"StarChartDocument 4.0\"", "StarChartDocument 4.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
106 [ + - ]: 158 : /* 42 SOT_FORMATSTR_ID_STARCHART_50*/ { "application/x-openoffice-starchart-50;windows_formatname=\"StarChart 5.0\"", "StarChart 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
107 [ + - ]: 158 : /* 43 SOT_FORMATSTR_ID_STARIMAGE*/ { "application/x-openoffice-starimage;windows_formatname=\"StarImageDocument\"", "StarImageDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
108 [ + - ]: 158 : /* 44 SOT_FORMATSTR_ID_STARIMAGE_40*/ { "application/x-openoffice-starimage-40;windows_formatname=\"StarImageDocument 4.0\"", "StarImageDocument 4.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
109 [ + - ]: 158 : /* 45 SOT_FORMATSTR_ID_STARIMAGE_50*/ { "application/x-openoffice-starimage-50;windows_formatname=\"StarImage 5.0\"", "StarImage 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
110 [ + - ]: 158 : /* 46 SOT_FORMATSTR_ID_STARMATH*/ { "application/x-openoffice-starmath;windows_formatname=\"StarMath\"", "StarMath", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
111 [ + - ]: 158 : /* 47 SOT_FORMATSTR_ID_STARMATH_40*/ { "application/x-openoffice-starmath-40;windows_formatname=\"StarMathDocument 4.0\"", "StarMathDocument 4.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
112 [ + - ]: 158 : /* 48 SOT_FORMATSTR_ID_STARMATH_50*/ { "application/x-openoffice-starmath-50;windows_formatname=\"StarMath 5.0\"", "StarMath 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
113 [ + - ]: 158 : /* 49 SOT_FORMATSTR_ID_STAROBJECT_PAINTDOC*/ { "application/x-openoffice-starobject-paintdoc;windows_formatname=\"StarObjectPaintDocument\"", "StarObjectPaintDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
114 [ + - ]: 158 : /* 50 SOT_FORMATSTR_ID_FILLED_AREA*/ { "application/x-openoffice-filled-area;windows_formatname=\"FilledArea\"", "FilledArea", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
115 [ + - ]: 158 : /* 51 SOT_FORMATSTR_ID_HTML*/ { "text/html", "HTML (HyperText Markup Language)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
116 [ + - ]: 158 : /* 52 SOT_FORMATSTR_ID_HTML_SIMPLE*/ { "application/x-openoffice-html-simple;windows_formatname=\"HTML Format\"", "HTML Format", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
117 [ + - ]: 158 : /* 53 SOT_FORMATSTR_ID_CHAOS*/ { "application/x-openoffice-chaos;windows_formatname=\"FORMAT_CHAOS\"", "FORMAT_CHAOS", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
118 [ + - ]: 158 : /* 54 SOT_FORMATSTR_ID_CNT_MSGATTACHFILE*/ { "application/x-openoffice-cnt-msgattachfile;windows_formatname=\"CNT_MSGATTACHFILE_FORMAT\"", "CNT_MSGATTACHFILE_FORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
119 [ + - ]: 158 : /* 55 SOT_FORMATSTR_ID_BIFF_5*/ { "application/x-openoffice-biff5;windows_formatname=\"Biff5\"", "Biff5", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
120 [ + - ]: 158 : /* 56 SOT_FORMATSTR_ID_BIFF__5*/ { "application/x-openoffice-biff-5;windows_formatname=\"Biff 5\"", "Biff 5", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
121 [ + - ]: 158 : /* 57 SOT_FORMATSTR_ID_SYLK*/ { "application/x-openoffice-sylk;windows_formatname=\"Sylk\"", "Sylk", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
122 [ + - ]: 158 : /* 58 SOT_FORMATSTR_ID_SYLK_BIGCAPS*/ { "application/x-openoffice-sylk-bigcaps;windows_formatname=\"SYLK\"", "SYLK", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
123 [ + - ]: 158 : /* 59 SOT_FORMATSTR_ID_LINK*/ { "application/x-openoffice-link;windows_formatname=\"Link\"", "Link", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
124 [ + - ]: 158 : /* 60 SOT_FORMATSTR_ID_DIF*/ { "application/x-openoffice-dif;windows_formatname=\"DIF\"", "DIF", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
125 [ + - ]: 158 : /* 61 SOT_FORMATSTR_ID_STARDRAW_TABBAR*/ { "application/x-openoffice-stardraw-tabbar;windows_formatname=\"StarDraw TabBar\"", "StarDraw TabBar", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
126 [ + - ]: 158 : /* 62 SOT_FORMATSTR_ID_SONLK*/ { "application/x-openoffice-sonlk;windows_formatname=\"SONLK (StarOffice Navi Link)\"", "SONLK (StarOffice Navi Link)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
127 [ + - ]: 158 : /* 63 SOT_FORMATSTR_ID_MSWORD_DOC*/ { "application/msword", "MSWordDoc", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
128 [ + - ]: 158 : /* 64 SOT_FORMATSTR_ID_STAR_FRAMESET_DOC*/ { "application/x-openoffice-star-frameset-doc;windows_formatname=\"StarFrameSetDocument\"", "StarFrameSetDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
129 [ + - ]: 158 : /* 65 SOT_FORMATSTR_ID_OFFICE_DOC*/ { "application/x-openoffice-office-doc;windows_formatname=\"OfficeDocument\"", "OfficeDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
130 [ + - ]: 158 : /* 66 SOT_FORMATSTR_ID_NOTES_DOCINFO*/ { "application/x-openoffice-notes-docinfo;windows_formatname=\"NotesDocInfo\"", "NotesDocInfo", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
131 [ + - ]: 158 : /* 67 SOT_FORMATSTR_ID_NOTES_HNOTE*/ { "application/x-openoffice-notes-hnote;windows_formatname=\"NoteshNote\"", "NoteshNote", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
132 [ + - ]: 158 : /* 68 SOT_FORMATSTR_ID_NOTES_NATIVE*/ { "application/x-openoffice-notes-native;windows_formatname=\"Native\"", "Native", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
133 [ + - ]: 158 : /* 69 SOT_FORMATSTR_ID_SFX_DOC*/ { "application/x-openoffice-sfx-doc;windows_formatname=\"SfxDocument\"", "SfxDocument", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
134 [ + - ]: 158 : /* 70 SOT_FORMATSTR_ID_EVDF*/ { "application/x-openoffice-evdf;windows_formatname=\"EVDF (Explorer View Dummy Format)\"", "EVDF (Explorer View Dummy Format)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
135 [ + - ]: 158 : /* 71 SOT_FORMATSTR_ID_ESDF*/ { "application/x-openoffice-esdf;windows_formatname=\"ESDF (Explorer Search Dummy Format)\"", "ESDF (Explorer Search Dummy Format)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
136 [ + - ]: 158 : /* 72 SOT_FORMATSTR_ID_IDF*/ { "application/x-openoffice-idf;windows_formatname=\"IDF (Iconview Dummy Format)\"", "IDF (Iconview Dummy Format)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
137 [ + - ]: 158 : /* 73 SOT_FORMATSTR_ID_EFTP*/ { "application/x-openoffice-eftp;windows_formatname=\"EFTP (Explorer Ftp File)\"", "EFTP (Explorer Ftp File)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
138 [ + - ]: 158 : /* 74 SOT_FORMATSTR_ID_EFD*/ { "application/x-openoffice-efd;windows_formatname=\"EFD (Explorer Ftp Dir)\"", "EFD (Explorer Ftp Dir)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
139 [ + - ]: 158 : /* 75 SOT_FORMATSTR_ID_SVX_FORMFIELDEXCH*/ { "application/x-openoffice-svx-formfieldexch;windows_formatname=\"SvxFormFieldExch\"", "SvxFormFieldExch", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
140 [ + - ]: 158 : /* 76 SOT_FORMATSTR_ID_EXTENDED_TABBAR*/ { "application/x-openoffice-extended-tabbar;windows_formatname=\"ExtendedTabBar\"", "ExtendedTabBar", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
141 [ + - ]: 158 : /* 77 SOT_FORMATSTR_ID_SBA_DATAEXCHANGE*/ { "application/x-openoffice-sba-dataexchange;windows_formatname=\"SBA-DATAFORMAT\"", "SBA-DATAFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
142 [ + - ]: 158 : /* 78 SOT_FORMATSTR_ID_SBA_FIELDDATAEXCHANGE*/ { "application/x-openoffice-sba-fielddataexchange;windows_formatname=\"SBA-FIELDFORMAT\"", "SBA-FIELDFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
143 [ + - ]: 158 : /* 79 SOT_FORMATSTR_ID_SBA_PRIVATE_URL*/ { "application/x-openoffice-sba-private-url;windows_formatname=\"SBA-PRIVATEURLFORMAT\"", "SBA-PRIVATEURLFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
144 [ + - ]: 158 : /* 80 SOT_FORMATSTR_ID_SBA_TABED*/ { "application/x-openofficesba-tabed;windows_formatname=\"Tabed\"", "Tabed", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
145 [ + - ]: 158 : /* 81 SOT_FORMATSTR_ID_SBA_TABID*/ { "application/x-openoffice-sba-tabid;windows_formatname=\"Tabid\"", "Tabid", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
146 [ + - ]: 158 : /* 82 SOT_FORMATSTR_ID_SBA_JOIN*/ { "application/x-openoffice-sba-join;windows_formatname=\"SBA-JOINFORMAT\"", "SBA-JOINFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
147 [ + - ]: 158 : /* 83 SOT_FORMATSTR_ID_OBJECTDESCRIPTOR*/ { "application/x-openoffice-objectdescriptor-xml;windows_formatname=\"Star Object Descriptor (XML)\"", "Star Object Descriptor (XML)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
148 [ + - ]: 158 : /* 84 SOT_FORMATSTR_ID_LINKSRCDESCRIPTOR*/ { "application/x-openoffice-linksrcdescriptor-xml;windows_formatname=\"Star Link Source Descriptor (XML)\"", "Star Link Source Descriptor (XML)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
149 [ + - ]: 158 : /* 85 SOT_FORMATSTR_ID_EMBED_SOURCE*/ { "application/x-openoffice-embed-source-xml;windows_formatname=\"Star Embed Source (XML)\"", "Star Embed Source (XML)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
150 [ + - ]: 158 : /* 86 SOT_FORMATSTR_ID_LINK_SOURCE*/ { "application/x-openoffice-link-source-xml;windows_formatname=\"Star Link Source (XML)\"", "Star Link Source (XML)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
151 [ + - ]: 158 : /* 87 SOT_FORMATSTR_ID_EMBEDDED_OBJ*/ { "application/x-openoffice-embedded-obj-xml;windows_formatname=\"Star Embedded Object (XML)\"", "Star Embedded Object (XML)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
152 [ + - ]: 158 : /* 88 SOT_FORMATSTR_ID_FILECONTENT*/ { "application/x-openoffice-filecontent;windows_formatname=\"FileContents\"", "FileContents", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
153 [ + - ]: 158 : /* 89 SOT_FORMATSTR_ID_FILEGRPDESCRIPTOR*/ { "application/x-openoffice-filegrpdescriptor;windows_formatname=\"FileGroupDescriptor\"", "FileGroupDescriptor", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
154 [ + - ]: 158 : /* 90 SOT_FORMATSTR_ID_FILENAME*/ { "application/x-openoffice-filename;windows_formatname=\"FileName\"", "FileName", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
155 [ + - ]: 158 : /* 91 SOT_FORMATSTR_ID_SD_OLE*/ { "application/x-openoffice-sd-ole;windows_formatname=\"SD-OLE\"", "SD-OLE", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
156 [ + - ]: 158 : /* 92 SOT_FORMATSTR_ID_EMBEDDED_OBJ_OLE*/ { "application/x-openoffice-embedded-obj-ole;windows_formatname=\"Embedded Object\"", "Embedded Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
157 [ + - ]: 158 : /* 93 SOT_FORMATSTR_ID_EMBED_SOURCE_OLE*/ { "application/x-openoffice-embed-source-ole;windows_formatname=\"Embed Source\"", "Embed Source", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
158 [ + - ]: 158 : /* 94 SOT_FORMATSTR_ID_OBJECTDESCRIPTOR_OLE*/ { "application/x-openoffice-objectdescriptor-ole;windows_formatname=\"Object Descriptor\"", "Object Descriptor", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
159 [ + - ]: 158 : /* 95 SOT_FORMATSTR_ID_LINKSRCDESCRIPTOR_OLE*/ { "application/x-openoffice-linkdescriptor-ole;windows_formatname=\"Link Source Descriptor\"", "Link Source Descriptor", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
160 [ + - ]: 158 : /* 96 SOT_FORMATSTR_ID_LINK_SOURCE_OLE*/ { "application/x-openoffice-link-source-ole;windows_formatname=\"Link Source\"", "Link Source", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
161 [ + - ]: 158 : /* 97 SOT_FORMATSTR_ID_SBA_CTRLDATAEXCHANGE*/ { "application/x-openoffice-sba-ctrldataexchange;windows_formatname=\"SBA-CTRLFORMAT\"", "SBA-CTRLFORMAT", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
162 [ + - ]: 158 : /* 98 SOT_FORMATSTR_ID_OUTPLACE_OBJ*/ { "application/x-openoffice-outplace-obj;windows_formatname=\"OutPlace Object\"", "OutPlace Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
163 [ + - ]: 158 : /* 99 SOT_FORMATSTR_ID_CNT_OWN_CLIP*/ { "application/x-openoffice-cnt-own-clip;windows_formatname=\"CntOwnClipboard\"", "CntOwnClipboard", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
164 [ + - ]: 158 : /*100 SOT_FORMATSTR_ID_INET_IMAGE*/ { "application/x-openoffice-inet-image;windows_formatname=\"SO-INet-Image\"", "SO-INet-Image", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
165 [ + - ]: 158 : /*101 SOT_FORMATSTR_ID_NETSCAPE_IMAGE*/ { "application/x-openoffice-netscape-image;windows_formatname=\"Netscape Image Format\"", "Netscape Image Format", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
166 [ + - ]: 158 : /*102 SOT_FORMATSTR_ID_SBA_FORMEXCHANGE*/ { "application/x-openoffice-sba-formexchange;windows_formatname=\"SBA_FORMEXCHANGE\"", "SBA_FORMEXCHANGE", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
167 [ + - ]: 158 : /*103 SOT_FORMATSTR_ID_SBA_REPORTEXCHANGE*/ { "application/x-openoffice-sba-reportexchange;windows_formatname=\"SBA_REPORTEXCHANGE\"", "SBA_REPORTEXCHANGE", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
168 [ + - ]: 158 : /*104 SOT_FORMATSTR_ID_UNIFORMRESOURCELOCATOR*/ { "application/x-openoffice-uniformresourcelocator;windows_formatname=\"UniformResourceLocator\"", "UniformResourceLocator", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
169 [ + - ]: 158 : /*105 SOT_FORMATSTR_ID_STARCHARTDOCUMENT_50*/ { "application/x-openoffice-starchartdocument-50;windows_formatname=\"StarChartDocument 5.0\"", "StarChartDocument 5.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
170 [ + - ]: 158 : /*106 SOT_FORMATSTR_ID_GRAPHOBJ*/ { "application/x-openoffice-graphobj;windows_formatname=\"Graphic Object\"", "Graphic Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
171 [ + - ]: 158 : /*107 SOT_FORMATSTR_ID_STARWRITER_60*/ { MIMETYPE_VND_SUN_XML_WRITER_ASCII, "Writer 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
172 [ + - ]: 158 : /*108 SOT_FORMATSTR_ID_STARWRITERWEB_60*/ { MIMETYPE_VND_SUN_XML_WRITER_WEB_ASCII, "Writer/Web 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
173 [ + - ]: 158 : /*109 SOT_FORMATSTR_ID_STARWRITERGLOB_60*/ { MIMETYPE_VND_SUN_XML_WRITER_GLOBAL_ASCII, "Writer/Global 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
174 [ + - ]: 158 : /*110 SOT_FORMATSTR_ID_STARWDRAW_60*/ { MIMETYPE_VND_SUN_XML_DRAW_ASCII, "Draw 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
175 [ + - ]: 158 : /*111 SOT_FORMATSTR_ID_STARIMPRESS_60*/ { MIMETYPE_VND_SUN_XML_IMPRESS_ASCII, "Impress 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
176 [ + - ]: 158 : /*112 SOT_FORMATSTR_ID_STARCALC_60*/ { MIMETYPE_VND_SUN_XML_CALC_ASCII, "Calc 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
177 [ + - ]: 158 : /*113 SOT_FORMATSTR_ID_STARCHART_60*/ { MIMETYPE_VND_SUN_XML_CHART_ASCII, "Chart 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
178 [ + - ]: 158 : /*114 SOT_FORMATSTR_ID_STARMATH_60*/ { MIMETYPE_VND_SUN_XML_MATH_ASCII, "Math 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
179 [ + - ]: 158 : /*115 SOT_FORMATSTR_ID_WMF*/ { "application/x-openoffice-wmf;windows_formatname=\"Image WMF\"", "Windows MetaFile", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
180 [ + - ]: 158 : /*116 SOT_FORMATSTR_ID_DBACCESS_QUERY*/ { "application/x-openoffice-dbaccess-query;windows_formatname=\"Data source Query Object\"", "Data source Query Object", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
181 [ + - ]: 158 : /*117 SOT_FORMATSTR_ID_DBACCESS_TABLE*/ { "application/x-openoffice-dbaccess-table;windows_formatname=\"Data source Table\"", "Data source Table", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
182 [ + - ]: 158 : /*118 SOT_FORMATSTR_ID_DBACCESS_COMMAND*/ { "application/x-openoffice-dbaccess-command;windows_formatname=\"SQL query\"", "SQL query", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
183 [ + - ]: 158 : /*119 SOT_FORMATSTR_ID_DIALOG_60*/ { "application/vnd.sun.xml.dialog", "Dialog 6.0", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
184 [ + - ]: 158 : /*120 SOT_FORMATSTR_ID_EMF*/ { "application/x-openoffice-emf;windows_formatname=\"Image EMF\"", "Windows Enhanced MetaFile", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
185 [ + - ]: 158 : /*121 SOT_FORMATSTR_ID_BIFF_8*/ { "application/x-openoffice-biff-8;windows_formatname=\"Biff8\"", "Biff8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
186 [ + - ]: 158 : /*122 SOT_FORMATSTR_ID_BMP*/ { "image/bmp", "Windows Bitmap", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
187 [ + - ]: 158 : /*123 SOT_FORMATSTR_ID_HTML_NO_COMMENT */ { "application/x-openoffice-html-no-comment;windows_formatname=\"HTML Format\"", "HTML (no comment)", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
188 [ + - ]: 158 : /*124 SOT_FORMATSTR_ID_STARWRITER_8*/ { MIMETYPE_OASIS_OPENDOCUMENT_TEXT_ASCII, "Writer 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
189 [ + - ]: 158 : /*125 SOT_FORMATSTR_ID_STARWRITERWEB_8*/ { MIMETYPE_OASIS_OPENDOCUMENT_TEXT_WEB_ASCII, "Writer/Web 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
190 [ + - ]: 158 : /*126 SOT_FORMATSTR_ID_STARWRITERGLOB_8*/ { MIMETYPE_OASIS_OPENDOCUMENT_TEXT_GLOBAL_ASCII, "Writer/Global 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
191 [ + - ]: 158 : /*127 SOT_FORMATSTR_ID_STARWDRAW_8*/ { MIMETYPE_OASIS_OPENDOCUMENT_DRAWING_ASCII, "Draw 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
192 [ + - ]: 158 : /*128 SOT_FORMATSTR_ID_STARIMPRESS_8*/ { MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_ASCII, "Impress 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
193 [ + - ]: 158 : /*129 SOT_FORMATSTR_ID_STARCALC_8*/ { MIMETYPE_OASIS_OPENDOCUMENT_SPREADSHEET_ASCII, "Calc 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
194 [ + - ]: 158 : /*130 SOT_FORMATSTR_ID_STARCHART_8*/ { MIMETYPE_OASIS_OPENDOCUMENT_CHART_ASCII, "Chart 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
195 [ + - ]: 158 : /*131 SOT_FORMATSTR_ID_STARMATH_8*/ { MIMETYPE_OASIS_OPENDOCUMENT_FORMULA_ASCII, "Math 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
196 [ + - ]: 158 : /*132 SOT_FORMATSTR_ID_XFORMS */ { "application/x-openoffice-xforms;windows_formatname=\"??? Format\"", "???", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
197 [ + - ]: 158 : /*133 SOT_FORMATSTR_ID_STARWRITER_8_TEMPLATE*/ { MIMETYPE_OASIS_OPENDOCUMENT_TEXT_TEMPLATE_ASCII, "Writer 8 Template", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
198 [ + - ]: 158 : /*134 SOT_FORMATSTR_ID_STARWDRAW_8_TEMPLATE*/ { MIMETYPE_OASIS_OPENDOCUMENT_DRAWING_TEMPLATE_ASCII, "Draw 8 Template", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
199 [ + - ]: 158 : /*135 SOT_FORMATSTR_ID_STARIMPRESS_8_TEMPLATE*/ { MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE_ASCII, "Impress 8 Template", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
200 [ + - ]: 158 : /*136 SOT_FORMATSTR_ID_STARCALC_8_TEMPLATE*/ { MIMETYPE_OASIS_OPENDOCUMENT_SPREADSHEET_TEMPLATE_ASCII, "Calc 8 Template", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
201 [ + - ]: 158 : /*137 SOT_FORMATSTR_ID_STARCHART_8_TEMPLATE*/ { MIMETYPE_OASIS_OPENDOCUMENT_CHART_TEMPLATE_ASCII, "Chart 8 Template", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
202 [ + - ]: 158 : /*138 SOT_FORMATSTR_ID_STARMATH_8_TEMPLATE*/ { MIMETYPE_OASIS_OPENDOCUMENT_FORMULA_TEMPLATE_ASCII, "Math 8 Template", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
203 [ + - ]: 158 : /*139 SOT_FORMATSTR_ID_STARBASE_8*/ { MIMETYPE_OASIS_OPENDOCUMENT_DATABASE_ASCII, "StarBase 8", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
204 [ + - ]: 158 : /*140 SOT_FORMAT_GDIMETAFILE*/ { "application/x-openoffice-highcontrast-gdimetafile;windows_formatname=\"GDIMetaFile\"", "High Contrast GDIMetaFile", &::getCppuType( (const Sequence< sal_Int8 >*) 0 ) },
205 [ + - ][ + - ]: 316 : };
[ # # ]
206 : 158 : return &aInstance[0];
207 : : }
208 : : };
209 : :
210 : : struct FormatArray_Impl
211 : : : public rtl::StaticAggregate<
212 : : const DataFlavorRepresentation, ImplFormatArray_Impl > {};
213 : : }
214 : :
215 : : //-----------------------------------------------------------------------
216 : :
217 : 541 : static tDataFlavorList& InitFormats_Impl()
218 : : {
219 : 541 : SotData_Impl * pSotData = SOTDATA();
220 [ + + ]: 541 : if( !pSotData->pDataFlavorList )
221 [ + - ]: 44 : pSotData->pDataFlavorList = new tDataFlavorList();
222 : 541 : return *pSotData->pDataFlavorList;
223 : : }
224 : :
225 : : /*************************************************************************
226 : : |*
227 : : |* SotExchange::RegisterFormatName()
228 : : |*
229 : : |* Beschreibung CLIP.SDW
230 : : *************************************************************************/
231 : 2323 : sal_uLong SotExchange::RegisterFormatName( const String& rName )
232 : : {
233 [ + - ]: 2323 : const DataFlavorRepresentation *pFormatArray_Impl = FormatArray_Impl::get();
234 : : // teste zuerst die Standard - Name
235 : 2323 : sal_uLong i, nMax = SOT_FORMAT_FILE_LIST;
236 [ + + ]: 16261 : for( i = SOT_FORMAT_STRING; i <= nMax; ++i )
237 [ + - ][ - + ]: 13938 : if( COMPARE_EQUAL == rName.CompareToAscii( pFormatArray_Impl[ i ].pName ) )
238 : 0 : return i;
239 : :
240 : : // BM: the chart format 105 ("StarChartDocument 5.0") was written
241 : : // only into 5.1 chart documents - in 5.0 and 5.2 it was 42 ("StarChart 5.0")
242 : : // The registry only contains the entry for the 42 format id.
243 : 2323 : nMax = SOT_FORMATSTR_ID_USER_END;
244 [ + + ]: 232079 : for( i = SOT_FORMAT_RTF; i <= nMax; ++i )
245 [ + - ][ + + ]: 231599 : if( rName.EqualsAscii( pFormatArray_Impl[ i ].pName ) )
246 : : return ( (i == SOT_FORMATSTR_ID_STARCHARTDOCUMENT_50)
247 : : ? SOT_FORMATSTR_ID_STARCHART_50
248 [ + - ]: 1843 : : i );
249 : :
250 : : // dann in der dynamischen Liste
251 [ + - ]: 480 : tDataFlavorList& rL = InitFormats_Impl();
252 [ + + ]: 3715 : for( i = 0, nMax = rL.size(); i < nMax; i++ )
253 : : {
254 : 3235 : DataFlavor* pFlavor = rL[ i ];
255 [ + - ][ + - ]: 3235 : if( pFlavor && rName == String( pFlavor->HumanPresentableName ) )
[ - + ][ + - ]
[ + - ]
[ - + # # ]
[ + - ]
256 : 0 : return i + SOT_FORMATSTR_ID_USER_END + 1;
257 : : }
258 : :
259 : : // nMax ist der neue Platz
260 [ + - ]: 480 : DataFlavor* pNewFlavor = new DataFlavor;
261 : :
262 [ + - ]: 480 : pNewFlavor->MimeType = rName;
263 [ + - ]: 480 : pNewFlavor->HumanPresentableName = rName;
264 [ + - ]: 480 : pNewFlavor->DataType = ::getCppuType( (const ::rtl::OUString*) 0 );
265 : :
266 [ + - ]: 480 : rL.push_back( pNewFlavor );
267 : :
268 : 2323 : return nMax + SOT_FORMATSTR_ID_USER_END + 1;
269 : : }
270 : :
271 : 92 : sal_uLong SotExchange::RegisterFormatMimeType( const String& rMimeType )
272 : : {
273 [ + - ]: 92 : const DataFlavorRepresentation *pFormatArray_Impl = FormatArray_Impl::get();
274 : : // teste zuerst die Standard - Name
275 : 92 : sal_uLong i, nMax = SOT_FORMAT_FILE_LIST;
276 [ + + ]: 548 : for( i = SOT_FORMAT_STRING; i <= nMax; ++i )
277 [ + - ][ + + ]: 504 : if( rMimeType.EqualsAscii( pFormatArray_Impl[ i ].pMimeType ) )
278 : 48 : return i;
279 : :
280 : 44 : nMax = SOT_FORMATSTR_ID_USER_END;
281 [ + - ]: 132 : for( i = SOT_FORMAT_RTF; i <= nMax; ++i )
282 [ + - ][ + + ]: 132 : if( rMimeType.EqualsAscii( pFormatArray_Impl[ i ].pMimeType ) )
283 : 44 : return i;
284 : :
285 : : // dann in der dynamischen Liste
286 [ # # ]: 0 : tDataFlavorList& rL = InitFormats_Impl();
287 [ # # ]: 0 : for( i = 0, nMax = rL.size(); i < nMax; i++ )
288 : : {
289 : 0 : DataFlavor* pFlavor = rL[ i ];
290 [ # # ][ # # ]: 0 : if( pFlavor && rMimeType == String( pFlavor->MimeType ) )
[ # # ][ # # ]
[ # # ]
[ # # # # ]
[ # # ]
291 : 0 : return i + SOT_FORMATSTR_ID_USER_END + 1;
292 : : }
293 : :
294 : : // nMax ist der neue Platz
295 [ # # ]: 0 : DataFlavor* pNewFlavor = new DataFlavor;
296 : :
297 [ # # ]: 0 : pNewFlavor->MimeType = rMimeType;
298 [ # # ]: 0 : pNewFlavor->HumanPresentableName = rMimeType;
299 [ # # ]: 0 : pNewFlavor->DataType = ::getCppuType( (const ::rtl::OUString*) 0 );
300 : :
301 [ # # ]: 0 : rL.push_back( pNewFlavor );
302 : :
303 : 92 : return nMax + SOT_FORMATSTR_ID_USER_END + 1;
304 : : }
305 : :
306 : : /*************************************************************************
307 : : |*
308 : : |* SotExchange::RegisterFormatName()
309 : : |*
310 : : |* Beschreibung CLIP.SDW
311 : : *************************************************************************/
312 : 0 : sal_uLong SotExchange::RegisterFormat( const DataFlavor& rFlavor )
313 : : {
314 : 0 : sal_uLong nRet = GetFormat( rFlavor );
315 : :
316 [ # # ]: 0 : if( !nRet )
317 : : {
318 : 0 : tDataFlavorList& rL = InitFormats_Impl();
319 : 0 : nRet = rL.size() + SOT_FORMATSTR_ID_USER_END + 1;
320 [ # # ]: 0 : rL.push_back( new DataFlavor( rFlavor ) );
321 : : }
322 : :
323 : 0 : return nRet;
324 : : }
325 : :
326 : : /*************************************************************************
327 : : |*
328 : : |* SotExchange::GetFormatDataFlavor()
329 : : |*
330 : : *************************************************************************/
331 : :
332 : 6916 : sal_Bool SotExchange::GetFormatDataFlavor( sal_uLong nFormat, DataFlavor& rFlavor )
333 : : {
334 : : sal_Bool bRet;
335 : :
336 [ + + ]: 6916 : if( SOT_FORMATSTR_ID_USER_END >= nFormat )
337 : : {
338 : 6902 : const DataFlavorRepresentation& rData = FormatArray_Impl::get()[nFormat];
339 : 6902 : rFlavor.MimeType = ::rtl::OUString::createFromAscii( rData.pMimeType );
340 : 6902 : rFlavor.HumanPresentableName = ::rtl::OUString::createFromAscii( rData.pName );
341 : 6902 : rFlavor.DataType = *rData.pType;
342 : :
343 : 6902 : bRet = sal_True;
344 : : }
345 : : else
346 : : {
347 : 14 : tDataFlavorList& rL = InitFormats_Impl();
348 : :
349 : 14 : nFormat -= SOT_FORMATSTR_ID_USER_END + 1;
350 : :
351 [ + - ]: 14 : if( rL.size() > nFormat )
352 : : {
353 : 14 : rFlavor = *rL[ nFormat ];
354 : 14 : bRet = sal_True;
355 : : }
356 : : else
357 : : {
358 : 0 : rFlavor = DataFlavor();
359 : 0 : bRet = sal_False;
360 : : }
361 : : }
362 : :
363 : : DBG_ASSERT( bRet, "SotExchange::GetFormatDataFlavor(): DataFlavor not initialized" );
364 : :
365 : 6916 : return bRet;
366 : : }
367 : :
368 : : /*************************************************************************
369 : : |*
370 : : |* SotExchange::GetFormatMimeType( sal_uLong nFormat )
371 : : |*
372 : : *************************************************************************/
373 : :
374 : 165 : String SotExchange::GetFormatMimeType( sal_uLong nFormat )
375 : : {
376 : 165 : String sMimeType;
377 [ + - ]: 165 : if( SOT_FORMATSTR_ID_USER_END >= nFormat )
378 [ + - ][ + - ]: 165 : sMimeType.AssignAscii( FormatArray_Impl::get()[nFormat].pMimeType );
379 : : else
380 : : {
381 [ # # ]: 0 : tDataFlavorList& rL = InitFormats_Impl();
382 : :
383 : 0 : nFormat -= SOT_FORMATSTR_ID_USER_END + 1;
384 : :
385 [ # # ]: 0 : if( rL.size() > nFormat )
386 [ # # ]: 0 : sMimeType = rL[ nFormat ]->MimeType;
387 : : }
388 : :
389 : : DBG_ASSERT( sMimeType.Len(), "SotExchange::GetFormatMimeType(): DataFlavor not initialized" );
390 : :
391 : 165 : return sMimeType;
392 : : }
393 : :
394 : : /*************************************************************************
395 : : |*
396 : : |* SotExchange::GetFormatIdFromMimeType( const String& rMimeType )
397 : : |*
398 : : *************************************************************************/
399 : :
400 : 103 : sal_uLong SotExchange::GetFormatIdFromMimeType( const String& rMimeType )
401 : : {
402 [ + - ]: 103 : const DataFlavorRepresentation *pFormatArray_Impl = FormatArray_Impl::get();
403 : 103 : sal_uLong i, nMax = SOT_FORMAT_FILE_LIST;
404 [ + + ]: 595 : for( i = SOT_FORMAT_STRING; i <= nMax; ++i )
405 [ + - ][ + + ]: 525 : if( rMimeType.EqualsAscii( pFormatArray_Impl[ i ].pMimeType ) )
406 : 33 : return i;
407 : :
408 : : // BM: the chart format 105 ("StarChartDocument 5.0") was written
409 : : // only into 5.1 chart documents - in 5.0 and 5.2 it was 42 ("StarChart 5.0")
410 : : // The registry only contains the entry for the 42 format id.
411 : 70 : nMax = SOT_FORMATSTR_ID_USER_END;
412 [ + + ]: 2016 : for( i = SOT_FORMAT_RTF; i <= nMax; ++i )
413 [ + - ][ + + ]: 2002 : if( rMimeType.EqualsAscii( pFormatArray_Impl[ i ].pMimeType ) )
414 : : return ( (i == SOT_FORMATSTR_ID_STARCHARTDOCUMENT_50)
415 : : ? SOT_FORMATSTR_ID_STARCHART_50
416 [ + - ]: 56 : : i );
417 : :
418 : : // dann in der dynamischen Liste
419 [ + - ]: 14 : tDataFlavorList& rL = InitFormats_Impl();
420 [ + - ]: 14 : ::rtl::OUString aMimeType( rMimeType );
421 [ + - ]: 14 : for( i = 0, nMax = rL.size(); i < nMax; i++ )
422 : : {
423 : 14 : DataFlavor* pFlavor = rL[ i ];
424 [ + - ][ + - ]: 14 : if( pFlavor && aMimeType == pFlavor->MimeType )
[ + - ]
425 : 14 : return i + SOT_FORMATSTR_ID_USER_END + 1;
426 : : }
427 : :
428 : 103 : return 0;
429 : : }
430 : :
431 : : /*************************************************************************
432 : : |*
433 : : |* SotExchange::GetFormatName()
434 : : |*
435 : : |* Beschreibung CLIP.SDW
436 : : *************************************************************************/
437 : 4406 : sal_uLong SotExchange::GetFormat( const DataFlavor& rFlavor )
438 : : {
439 : : // teste zuerst die Standard - Name
440 : 4406 : const ::rtl::OUString& rMimeType = rFlavor.MimeType;
441 [ + - ]: 4406 : const String aMimeType( rMimeType );
442 : 4406 : sal_uLong i, nMax = SOT_FORMAT_FILE_LIST;
443 [ + - ]: 4406 : const DataFlavorRepresentation *pFormatArray_Impl = FormatArray_Impl::get();
444 [ + + ]: 30842 : for( i = SOT_FORMAT_STRING; i <= nMax; ++i )
445 [ + - ][ - + ]: 26436 : if( aMimeType.EqualsAscii( pFormatArray_Impl[ i ].pMimeType ) )
446 : 0 : return i;
447 : :
448 : : // BM: the chart format 105 ("StarChartDocument 5.0") was written
449 : : // only into 5.1 chart documents - in 5.0 and 5.2 it was 42 ("StarChart 5.0")
450 : : // The registry only contains the entry for the 42 format id.
451 : 4406 : nMax = SOT_FORMATSTR_ID_USER_END;
452 [ + + ]: 533929 : for( i = SOT_FORMAT_RTF; i <= nMax; ++i )
453 [ + - ][ + + ]: 533896 : if( aMimeType.EqualsAscii( pFormatArray_Impl[ i ].pMimeType ) )
454 : : return ( (i == SOT_FORMATSTR_ID_STARCHARTDOCUMENT_50)
455 : : ? SOT_FORMATSTR_ID_STARCHART_50
456 [ + - ]: 4373 : : i );
457 : :
458 : : // dann in der dynamischen Liste
459 [ + - ]: 33 : tDataFlavorList& rL = InitFormats_Impl();
460 [ - + ]: 33 : for( i = 0, nMax = rL.size(); i < nMax; i++ )
461 : : {
462 : 0 : DataFlavor* pFlavor = rL[ i ];
463 [ # # ][ # # ]: 0 : if( pFlavor && rMimeType == pFlavor->MimeType )
[ # # ]
464 : 0 : return i + SOT_FORMATSTR_ID_USER_END + 1;
465 : : }
466 : :
467 [ + - ]: 4406 : return 0;
468 : : }
469 : :
470 : : /*************************************************************************
471 : : |*
472 : : |* SotExchange::GetFormatName()
473 : : |*
474 : : |* Beschreibung CLIP.SDW
475 : : *************************************************************************/
476 : 2293 : String SotExchange::GetFormatName( sal_uLong nFormat )
477 : : {
478 : 2293 : DataFlavor aFlavor;
479 [ + - ]: 2293 : String aRet;
480 : :
481 [ + - ][ + - ]: 2293 : if( GetFormatDataFlavor( nFormat, aFlavor ) )
482 [ + - ]: 2293 : aRet = aFlavor.HumanPresentableName;
483 : :
484 : 2293 : return aRet;
485 : : }
486 : :
487 : 0 : sal_Bool SotExchange::IsInternal( const SvGlobalName& rName )
488 : : {
489 [ # # ][ # # ]: 0 : if ( rName == SvGlobalName(SO3_SW_CLASSID_60) ||
[ # # ][ # # ]
[ # # ][ # # ]
[ # # ][ # # ]
[ # # ][ # # ]
[ # # ]
[ # # # # ]
490 [ # # ][ # # ]: 0 : rName == SvGlobalName(SO3_SC_CLASSID_60) ||
[ # # ][ # # ]
[ # # ]
491 [ # # ][ # # ]: 0 : rName == SvGlobalName(SO3_SIMPRESS_CLASSID_60) ||
[ # # ][ # # ]
[ # # ]
492 [ # # ][ # # ]: 0 : rName == SvGlobalName(SO3_SDRAW_CLASSID_60) ||
[ # # ][ # # ]
[ # # ]
493 [ # # ][ # # ]: 0 : rName == SvGlobalName(SO3_SCH_CLASSID_60) ||
[ # # ][ # # ]
[ # # ]
494 [ # # ][ # # ]: 0 : rName == SvGlobalName(SO3_SM_CLASSID_60) ||
[ # # ][ # # ]
[ # # ]
495 [ # # ][ # # ]: 0 : rName == SvGlobalName(SO3_SWWEB_CLASSID_60) ||
[ # # ][ # # ]
[ # # ]
496 [ # # ][ # # ]: 0 : rName == SvGlobalName(SO3_SWGLOB_CLASSID_60) )
[ # # ][ # # ]
[ # # ]
497 : 0 : return sal_True;
498 : 0 : return sal_False;
499 : : }
500 : :
501 : : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|