merge libmwaw format specs (draw)
Change-Id: Ia0dfe1e1ce1ab2b1ef266d1aa0950fd6670b0c50
This commit is contained in:
parent
a1c8857294
commit
83d30fdbcb
@ -583,18 +583,10 @@ $(eval $(call filter_Configuration_add_types,fcfg_langpack,fcfg_draw_types.xcu,f
|
||||
draw_Corel_Presentation_Exchange \
|
||||
draw_Freehand_Document \
|
||||
draw_Visio_Document \
|
||||
draw_Beagle_Works \
|
||||
draw_ClarisDraw \
|
||||
draw_ClarisWorks \
|
||||
draw_Great_Works \
|
||||
draw_MacDraft \
|
||||
draw_MacDraw \
|
||||
draw_MacDrawPro \
|
||||
draw_Mac_Works \
|
||||
draw_MacPaint \
|
||||
draw_PixelPaint \
|
||||
draw_SuperPaint \
|
||||
draw_PageMaker_Document \
|
||||
MWAW_Bitmap \
|
||||
MWAW_Drawing \
|
||||
))
|
||||
|
||||
$(eval $(call filter_Configuration_add_filters,fcfg_langpack,fcfg_draw_filters.xcu,filter/source/config/fragments/filters,\
|
||||
@ -610,18 +602,10 @@ $(eval $(call filter_Configuration_add_filters,fcfg_langpack,fcfg_draw_filters.x
|
||||
CorelDrawDocument \
|
||||
CorelPresentationExchange \
|
||||
FreehandDocument \
|
||||
Beagle_Works_Draw \
|
||||
ClarisDraw \
|
||||
ClarisWorks_Draw \
|
||||
Great_Works_Draw \
|
||||
MacDraft \
|
||||
MacDraw_Draw \
|
||||
MacDrawPro_Draw \
|
||||
Mac_Works_Draw \
|
||||
MacPaint_Draw \
|
||||
PixelPaint_Draw \
|
||||
SuperPaint_Draw \
|
||||
PageMakerDocument \
|
||||
MWAW_Bitmap \
|
||||
MWAW_Drawing \
|
||||
))
|
||||
|
||||
# fcfg_impress
|
||||
|
@ -1,30 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="ClarisDraw" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="UserData"><value></value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">ClarisDraw</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>draw_ClarisDraw</value></prop>
|
||||
<prop oor:name="TemplateName"/>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
|
||||
</node>
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
-->
|
||||
|
||||
<node oor:name="Great_Works_Draw" oor:op="replace">
|
||||
<node oor:name="MWAW_Bitmap" oor:op="replace">
|
||||
<prop oor:name="Flags">
|
||||
<value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value>
|
||||
</prop>
|
||||
@ -15,13 +15,13 @@
|
||||
<value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value>
|
||||
</prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">GreatWorks Drawing</value>
|
||||
<value xml:lang="en-US">Legacy Mac Bitmap</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="Type">
|
||||
<value>draw_Great_Works</value>
|
||||
<value>MWAW_Bitmap</value>
|
||||
</prop>
|
||||
<prop oor:name="DocumentService">
|
||||
<value>com.sun.star.drawing.DrawingDocument</value>
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
-->
|
||||
|
||||
<node oor:name="Beagle_Works_Draw" oor:op="replace">
|
||||
<node oor:name="MWAW_Drawing" oor:op="replace">
|
||||
<prop oor:name="Flags">
|
||||
<value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value>
|
||||
</prop>
|
||||
@ -15,13 +15,13 @@
|
||||
<value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value>
|
||||
</prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">BeagleWorks/WordPerfect Works v1 Drawing</value>
|
||||
<value xml:lang="en-US">Legacy Mac Drawing</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion">
|
||||
<value>0</value>
|
||||
</prop>
|
||||
<prop oor:name="Type">
|
||||
<value>draw_Beagle_Works</value>
|
||||
<value>MWAW_Drawing</value>
|
||||
</prop>
|
||||
<prop oor:name="DocumentService">
|
||||
<value>com.sun.star.drawing.DrawingDocument</value>
|
@ -1,30 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="MacDraft" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="UserData"><value></value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">MacDraft</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>draw_MacDraft</value></prop>
|
||||
<prop oor:name="TemplateName"/>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
|
||||
</node>
|
@ -1,30 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="MacDrawPro_Draw" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="UserData"><value></value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">MacDraw II</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>draw_MacDrawPro</value></prop>
|
||||
<prop oor:name="TemplateName"/>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
|
||||
</node>
|
@ -1,30 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="MacDraw_Draw" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="UserData"><value></value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">MacDraw (v0-v1)</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>draw_MacDraw</value></prop>
|
||||
<prop oor:name="TemplateName"/>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
|
||||
</node>
|
@ -1,30 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="MacPaint_Draw" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="UserData"><value></value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">MacPaint (v1)</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>draw_MacPaint</value></prop>
|
||||
<prop oor:name="TemplateName"/>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
|
||||
</node>
|
@ -1,30 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="Mac_Works_Draw" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="UserData"><value></value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">Microsoft Works for Mac Drawing (v1 - v4)</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>draw_Mac_Works</value></prop>
|
||||
<prop oor:name="TemplateName"/>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
|
||||
</node>
|
@ -1,30 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="PixelPaint_Draw" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="UserData"><value></value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">PixelPaint (v1)</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>draw_PixelPaint</value></prop>
|
||||
<prop oor:name="TemplateName"/>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
|
||||
</node>
|
@ -1,30 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="SuperPaint_Draw" oor:op="replace">
|
||||
<prop oor:name="Flags"><value>IMPORT ALIEN 3RDPARTYFILTER PREFERRED</value></prop>
|
||||
<prop oor:name="UIComponent"/>
|
||||
<prop oor:name="FilterService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="UserData"><value></value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value xml:lang="en-US">SuperPaint (v1)</value>
|
||||
</prop>
|
||||
<prop oor:name="FileFormatVersion"><value>0</value></prop>
|
||||
<prop oor:name="Type"><value>draw_SuperPaint</value></prop>
|
||||
<prop oor:name="TemplateName"/>
|
||||
<prop oor:name="DocumentService"><value>com.sun.star.drawing.DrawingDocument</value></prop>
|
||||
</node>
|
@ -7,23 +7,21 @@
|
||||
*
|
||||
-->
|
||||
|
||||
<node oor:name="draw_Great_Works" oor:op="replace">
|
||||
<node oor:name="MWAW_Bitmap" oor:op="replace">
|
||||
<prop oor:name="DetectService">
|
||||
<value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value>
|
||||
</prop>
|
||||
<prop oor:name="Extensions">
|
||||
<value>dummy</value>
|
||||
</prop>
|
||||
<prop oor:name="MediaType">
|
||||
<value></value>
|
||||
<value>*</value>
|
||||
</prop>
|
||||
<prop oor:name="MediaType"/>
|
||||
<prop oor:name="Preferred">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="PreferredFilter">
|
||||
<value>Great_Works_Draw</value>
|
||||
<value>MWAW_Bitmap</value>
|
||||
</prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>GreatWorks Document</value>
|
||||
<value>Legacy Mac Bitmap</value>
|
||||
</prop>
|
||||
</node>
|
@ -7,23 +7,21 @@
|
||||
*
|
||||
-->
|
||||
|
||||
<node oor:name="draw_Beagle_Works" oor:op="replace">
|
||||
<node oor:name="MWAW_Drawing" oor:op="replace">
|
||||
<prop oor:name="DetectService">
|
||||
<value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value>
|
||||
</prop>
|
||||
<prop oor:name="Extensions">
|
||||
<value>dummy</value>
|
||||
</prop>
|
||||
<prop oor:name="MediaType">
|
||||
<value></value>
|
||||
<value>*</value>
|
||||
</prop>
|
||||
<prop oor:name="MediaType"/>
|
||||
<prop oor:name="Preferred">
|
||||
<value>true</value>
|
||||
</prop>
|
||||
<prop oor:name="PreferredFilter">
|
||||
<value>Beagle_Works_Draw</value>
|
||||
<value>MWAW_Drawing</value>
|
||||
</prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>BeagleWorks/WordPerfect Works Document</value>
|
||||
<value>Legacy Mac Drawing</value>
|
||||
</prop>
|
||||
</node>
|
@ -1,29 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="draw_ClarisDraw" oor:op="replace" >
|
||||
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="URLPattern"/>
|
||||
<prop oor:name="Extensions"><value>dummy</value></prop>
|
||||
<prop oor:name="MediaType"></prop>
|
||||
<prop oor:name="Preferred"><value>true</value></prop>
|
||||
<prop oor:name="PreferredFilter"><value>ClarisDraw</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>ClarisDraw</value>
|
||||
</prop>
|
||||
<prop oor:name="ClipboardFormat"/>
|
||||
</node>
|
@ -1,29 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="draw_MacDraft" oor:op="replace" >
|
||||
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="URLPattern"/>
|
||||
<prop oor:name="Extensions"><value>dummy</value></prop>
|
||||
<prop oor:name="MediaType"></prop>
|
||||
<prop oor:name="Preferred"><value>true</value></prop>
|
||||
<prop oor:name="PreferredFilter"><value>MacDraft</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>MacDraft</value>
|
||||
</prop>
|
||||
<prop oor:name="ClipboardFormat"/>
|
||||
</node>
|
@ -1,29 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="draw_MacDraw" oor:op="replace" >
|
||||
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="URLPattern"/>
|
||||
<prop oor:name="Extensions"><value>dummy</value></prop>
|
||||
<prop oor:name="MediaType"></prop>
|
||||
<prop oor:name="Preferred"><value>true</value></prop>
|
||||
<prop oor:name="PreferredFilter"><value>MacDraw_Draw</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>MacDraw (v0-v1)</value>
|
||||
</prop>
|
||||
<prop oor:name="ClipboardFormat"/>
|
||||
</node>
|
@ -1,29 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="draw_MacDrawPro" oor:op="replace" >
|
||||
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="URLPattern"/>
|
||||
<prop oor:name="Extensions"><value>dummy</value></prop>
|
||||
<prop oor:name="MediaType"></prop>
|
||||
<prop oor:name="Preferred"><value>true</value></prop>
|
||||
<prop oor:name="PreferredFilter"><value>MacDrawPro_Draw</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>MacDraw II</value>
|
||||
</prop>
|
||||
<prop oor:name="ClipboardFormat"/>
|
||||
</node>
|
@ -1,29 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="draw_MacPaint" oor:op="replace" >
|
||||
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="URLPattern"/>
|
||||
<prop oor:name="Extensions"><value>dummy</value></prop>
|
||||
<prop oor:name="MediaType"></prop>
|
||||
<prop oor:name="Preferred"><value>true</value></prop>
|
||||
<prop oor:name="PreferredFilter"><value>MacPaint_Draw</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>MacPaint (v1)</value>
|
||||
</prop>
|
||||
<prop oor:name="ClipboardFormat"/>
|
||||
</node>
|
@ -1,29 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="draw_Mac_Works" oor:op="replace" >
|
||||
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="URLPattern"/>
|
||||
<prop oor:name="Extensions"><value>dummy</value></prop>
|
||||
<prop oor:name="MediaType"></prop>
|
||||
<prop oor:name="Preferred"><value>true</value></prop>
|
||||
<prop oor:name="PreferredFilter"><value>Mac_Works_Draw</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>Microsoft Works for Mac Document (v1 - v4)</value>
|
||||
</prop>
|
||||
<prop oor:name="ClipboardFormat"/>
|
||||
</node>
|
@ -1,29 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="draw_PixelPaint" oor:op="replace" >
|
||||
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="URLPattern"/>
|
||||
<prop oor:name="Extensions"><value>dummy</value></prop>
|
||||
<prop oor:name="MediaType"></prop>
|
||||
<prop oor:name="Preferred"><value>true</value></prop>
|
||||
<prop oor:name="PreferredFilter"><value>PixelPaint_Draw</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>PixelPaint (v1)</value>
|
||||
</prop>
|
||||
<prop oor:name="ClipboardFormat"/>
|
||||
</node>
|
@ -1,29 +0,0 @@
|
||||
<!--
|
||||
* This file is part of the LibreOffice project.
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*
|
||||
* This file incorporates work covered by the following license notice:
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed
|
||||
* with this work for additional information regarding copyright
|
||||
* ownership. The ASF licenses this file to you under the Apache
|
||||
* License, Version 2.0 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
-->
|
||||
<node oor:name="draw_SuperPaint" oor:op="replace" >
|
||||
<prop oor:name="DetectService"><value>com.sun.star.comp.Draw.MWAWDrawImportFilter</value></prop>
|
||||
<prop oor:name="URLPattern"/>
|
||||
<prop oor:name="Extensions"><value>dummy</value></prop>
|
||||
<prop oor:name="MediaType"></prop>
|
||||
<prop oor:name="Preferred"><value>true</value></prop>
|
||||
<prop oor:name="PreferredFilter"><value>SuperPaint_Draw</value></prop>
|
||||
<prop oor:name="UIName">
|
||||
<value>SuperPaint (v1)</value>
|
||||
</prop>
|
||||
<prop oor:name="ClipboardFormat"/>
|
||||
</node>
|
@ -55,99 +55,32 @@ bool MWAWDrawImportFilter::doDetectFormat(librevenge::RVNGInputStream &rInput, O
|
||||
|
||||
if (confidence == MWAWDocument::MWAW_C_EXCELLENT)
|
||||
{
|
||||
if (docKind == MWAWDocument::MWAW_K_DRAW || docKind == MWAWDocument::MWAW_K_PAINT)
|
||||
switch (docKind)
|
||||
{
|
||||
case MWAWDocument::MWAW_K_DRAW:
|
||||
switch (docType)
|
||||
{
|
||||
case MWAWDocument::MWAW_T_BEAGLEWORKS:
|
||||
rTypeName = "draw_Beagle_Works";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_CLARISWORKS:
|
||||
rTypeName = "draw_ClarisWorks";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_GREATWORKS:
|
||||
rTypeName = "draw_Great_Works";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_MACDRAFT:
|
||||
rTypeName = "draw_MacDraft";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_MACDRAW:
|
||||
rTypeName = "draw_MacDraw";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_MACDRAWPRO:
|
||||
rTypeName = "draw_MacDrawPro";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_MACPAINT:
|
||||
rTypeName = "draw_MacPaint";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_MICROSOFTWORKS:
|
||||
rTypeName = "draw_Mac_Works";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_PIXELPAINT:
|
||||
rTypeName = "draw_PixelPaint";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_SUPERPAINT:
|
||||
rTypeName = "draw_SuperPaint";
|
||||
break;
|
||||
case MWAWDocument::MWAW_T_RESERVED1: // also MWAWDocument::MWAW_T_CLARISDRAW
|
||||
rTypeName = "draw_ClarisDraw";
|
||||
break;
|
||||
|
||||
case MWAWDocument::MWAW_T_ACTA:
|
||||
case MWAWDocument::MWAW_T_ADOBEILLUSTRATOR:
|
||||
case MWAWDocument::MWAW_T_CLARISRESOLVE:
|
||||
case MWAWDocument::MWAW_T_DBASE:
|
||||
case MWAWDocument::MWAW_T_DOCMAKER:
|
||||
case MWAWDocument::MWAW_T_EDOC:
|
||||
case MWAWDocument::MWAW_T_FAMILYTREEMAKER:
|
||||
case MWAWDocument::MWAW_T_FILEMAKER:
|
||||
case MWAWDocument::MWAW_T_FOXBASE:
|
||||
case MWAWDocument::MWAW_T_FRAMEMAKER:
|
||||
case MWAWDocument::MWAW_T_FULLIMPACT:
|
||||
case MWAWDocument::MWAW_T_FULLPAINT:
|
||||
case MWAWDocument::MWAW_T_FULLWRITE:
|
||||
case MWAWDocument::MWAW_T_INFOGENIE:
|
||||
case MWAWDocument::MWAW_T_KALEIDAGRAPH:
|
||||
case MWAWDocument::MWAW_T_HANMACWORDJ:
|
||||
case MWAWDocument::MWAW_T_HANMACWORDK:
|
||||
case MWAWDocument::MWAW_T_LIGHTWAYTEXT:
|
||||
case MWAWDocument::MWAW_T_MACDOC:
|
||||
case MWAWDocument::MWAW_T_MACWRITE:
|
||||
case MWAWDocument::MWAW_T_MACWRITEPRO:
|
||||
case MWAWDocument::MWAW_T_MARINERWRITE:
|
||||
case MWAWDocument::MWAW_T_MINDWRITE:
|
||||
case MWAWDocument::MWAW_T_MICROSOFTFILE:
|
||||
case MWAWDocument::MWAW_T_MICROSOFTMULTIPLAN:
|
||||
case MWAWDocument::MWAW_T_MICROSOFTWORD:
|
||||
case MWAWDocument::MWAW_T_MORE:
|
||||
case MWAWDocument::MWAW_T_NISUSWRITER:
|
||||
case MWAWDocument::MWAW_T_OVERVUE:
|
||||
case MWAWDocument::MWAW_T_PAGEMAKER:
|
||||
case MWAWDocument::MWAW_T_RAGTIME:
|
||||
case MWAWDocument::MWAW_T_READYSETGO:
|
||||
case MWAWDocument::MWAW_T_SYMPOSIUM:
|
||||
case MWAWDocument::MWAW_T_TEACHTEXT:
|
||||
case MWAWDocument::MWAW_T_TEXEDIT:
|
||||
case MWAWDocument::MWAW_T_TRAPEZE:
|
||||
case MWAWDocument::MWAW_T_WINGZ:
|
||||
case MWAWDocument::MWAW_T_WRITENOW:
|
||||
case MWAWDocument::MWAW_T_WRITERPLUS:
|
||||
case MWAWDocument::MWAW_T_XPRESS:
|
||||
case MWAWDocument::MWAW_T_ZWRITE:
|
||||
case MWAWDocument::MWAW_T_4DIMENSION:
|
||||
|
||||
case MWAWDocument::MWAW_T_RESERVED2:
|
||||
case MWAWDocument::MWAW_T_RESERVED3:
|
||||
case MWAWDocument::MWAW_T_RESERVED4:
|
||||
case MWAWDocument::MWAW_T_RESERVED5:
|
||||
case MWAWDocument::MWAW_T_RESERVED6:
|
||||
case MWAWDocument::MWAW_T_RESERVED7:
|
||||
case MWAWDocument::MWAW_T_RESERVED8:
|
||||
case MWAWDocument::MWAW_T_RESERVED9:
|
||||
case MWAWDocument::MWAW_T_UNKNOWN:
|
||||
default:
|
||||
rTypeName = "MWAW_Drawing";
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case MWAWDocument::MWAW_K_PAINT:
|
||||
switch (docType)
|
||||
{
|
||||
case MWAWDocument::MWAW_T_CLARISWORKS:
|
||||
rTypeName = "draw_ClarisWorks";
|
||||
break;
|
||||
default:
|
||||
rTypeName = "MWAW_Bitmap";
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user