Automated update

This commit is contained in:
klein panic
2025-02-03 19:57:15 -05:00
parent 13e607f9d6
commit 8e06eb6821
48 changed files with 498 additions and 1 deletions

Binary file not shown.

View File

@@ -0,0 +1,117 @@
Graphics Backend used: gen
Passed Tests: 0
Quirky Tests: 1
Failed Tests: 0
Skipped Tests: 104
---Name of the tests that failed---
No test has been failed.
---Name of the tests that were Quirky---
testFilledAsymmetricalDropShape
---Name of the tests that were Skipped---
testDrawRectWithRectangle
testDrawRectWithPixel
testDrawRectWithLine
testDrawRectWithPolygon
testDrawRectWithPolyLine
testDrawRectWithPolyLineB2D
testDrawRectWithPolyPolygon
testDrawRectWithPolyPolygonB2D
testDrawRectAAWithRectangle
testDrawRectAAWithPixel
testDrawRectAAWithLine
testDrawRectAAWithPolygon
testDrawRectAAWithPolyLine
testDrawRectAAWithPolyLineB2D
testDrawRectAAWithPolyPolygon
testDrawRectAAWithPolyPolygonB2D
testDrawFilledRectWithRectangle
testDrawFilledRectWithPolygon
testDrawFilledRectWithPolyPolygon
testDrawFilledRectWithPolyPolygon2D
testDrawDiamondWithPolygon
testDrawDiamondWithLine
testDrawDiamondWithPolyline
testDrawDiamondWithPolylineB2D
testDrawInvertWithRectangle
testDrawInvertN50WithRectangle
testDrawInvertTrackFrameWithRectangle
testDrawBezierWithPolylineB2D
testDrawBezierAAWithPolylineB2D
testDrawBitmap24bpp
testDrawTransformedBitmap24bpp
testComplexDrawTransformedBitmap24bpp
testDrawBitmapExWithAlpha24bpp
testDrawMask24bpp
testDrawBlend24bpp
testDrawXor
testClipRectangle
testClipPolygon
testClipPolyPolygon
testClipB2DPolyPolygon
testDrawOutDev
testDrawOutDevScaledClipped
testDrawOutDevSelf
testDashedLine
testLinearGradient
testLinearGradientAngled
testLinearGradientBorder
testLinearGradientIntensity
testLinearGradientSteps
testAxialGradient
testRadialGradient
testRadialGradientOfs
testLineJoinBevel
testLineJoinRound
testLineJoinMiter
testLineJoinNone
testLineCapRound
testLineCapSquare
testLineCapButt
testDrawDropShapeWithPolyline
testDrawDropShapeAAWithPolyline
testDrawDropShapeWithPolygon
testDrawDropShapeAAWithPolygon
testHalfEllipseWithPolyLine
testHalfEllipseAAWithPolyLine
testHalfEllipseWithPolyLineB2D
testHalfEllipseAAWithPolyLineB2D
testHalfEllipseWithPolygon
testHalfEllipseAAWithPolygon
testClosedBezierWithPolyline
testClosedBezierWithPolygon
testTextDrawing
testEvenOddRuleInIntersectingRectsWithPolyPolygon
testEvenOddRuleInIntersectingRectsWithPolyPolygonB2D
testDrawBitmap8bppGreyScale
testDrawTransformedBitmap8bppGreyScale
testDrawBitmap32bpp
testDrawTransformedBitmap32bpp
testDrawBitmapExWithAlpha32bpp
testDrawMask32bpp
testDrawBlend32bpp
testDrawRectangleOnSize1028WithRect
testDrawRectangleOnSize4096WithRect
testDrawRectangleOnSize1028WithPixel
testDrawRectangleOnSize4096WithPixel
testDrawRectangleOnSize1028WithLine
testDrawRectangleOnSize4096WithLine
testDrawRectangleOnSize1028WithPolyLine
testDrawRectangleOnSize4096WithPolyLine
testDrawRectangleOnSize1028WithPolygon
testDrawRectangleOnSize4096WithPolygon
testDrawRectangleOnSize1028WithPolyLineB2D
testDrawRectangleOnSize4096WithPolyLineB2D
testDrawRectangleOnSize1028WithPolyPolygon
testDrawRectangleOnSize4096WithPolyPolygon
testDrawRectangleOnSize1028WithPolyPolygonB2D
testDrawRectangleOnSize4096WithPolygonPolygonB2D
testDrawOpenPolygonWithPolyLine
testDrawOpenPolygonWithPolyLineB2D
testDrawOpenPolygonWithPolygon
testDrawOpenPolygonWithPolyPolygon
testDrawOpenPolygonWithPolyPolygonB2D
testDrawOpenBezierWithPolyLine
testDrawOpenBezierWithPolyLineB2D

Binary file not shown.

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<!--
* 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 .
-->
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Module1" script:language="StarBasic">REM ***** BASIC *****
Sub Main
End Sub</script:module>

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="Standard" library:readonly="false" library:passwordprotected="false"/>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="Standard" library:readonly="false" library:passwordprotected="false">
<library:element library:name="Module1"/>
</library:library>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library:libraries PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "libraries.dtd">
<library:libraries xmlns:library="http://openoffice.org/2000/library" xmlns:xlink="http://www.w3.org/1999/xlink">
<library:library library:name="Standard" xlink:href="$(USER)/basic/Standard/dialog.xlb/" xlink:type="simple" library:link="false"/>
</library:libraries>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library:libraries PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "libraries.dtd">
<library:libraries xmlns:library="http://openoffice.org/2000/library" xmlns:xlink="http://www.w3.org/1999/xlink">
<library:library library:name="Standard" xlink:href="$(USER)/basic/Standard/script.xlb/" xlink:type="simple" library:link="false"/>
</library:libraries>

Binary file not shown.

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--This is a generated file. Do not alter this file!-->
<java xmlns="http://openoffice.org/2004/java/framework/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<enabled xsi:nil="true"/>
<userClassPath xsi:nil="true"/>
<vmParameters xsi:nil="true"/>
<jreLocations xsi:nil="true"/>
<javaInfo xsi:nil="false" vendorUpdate="2019-07-26" autoSelect="true">
<vendor>Oracle Corporation</vendor>
<location>file:///usr/lib/jvm/jdk-21.0.6-oracle-x64</location>
<version>21.0.6</version>
<features>0</features>
<requirements>1</requirements>
<vendorData>660069006C0065003A002F002F002F007500730072002F006C00690062002F006A0076006D002F006A0064006B002D00320031002E0030002E0036002D006F007200610063006C0065002D007800360034002F006C00690062002F007300650072007600650072002F006C00690062006A0076006D002E0073006F000A002F007500730072002F006C00690062002F006A0076006D002F006A0064006B002D00320031002E0030002E0036002D006F007200610063006C0065002D007800360034002F006C00690062002F0061006D006400360034002F0063006C00690065006E0074003A002F007500730072002F006C00690062002F006A0076006D002F006A0064006B002D00320031002E0030002E0036002D006F007200610063006C0065002D007800360034002F006C00690062002F0061006D006400360034002F007300650072007600650072003A002F007500730072002F006C00690062002F006A0076006D002F006A0064006B002D00320031002E0030002E0036002D006F007200610063006C0065002D007800360034002F006C00690062002F0061006D006400360034002F006E00610074006900760065005F0074006800720065006100640073003A002F007500730072002F006C00690062002F006A0076006D002F006A0064006B002D00320031002E0030002E0036002D006F007200610063006C0065002D007800360034002F006C00690062002F0061006D006400360034000A00</vendorData>
</javaInfo>
</java>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
40(Build:2)

View File

@@ -0,0 +1,5 @@
Pmp1<EFBFBD>com.sun.wiki-publisher
wiki-publisher<65>wiki-publisher<65>application/vnd.sun.star.package-bundle<6C>1.2.0<EFBFBD>0
<EFBFBD>com.sun.star.comp.Calc.NLPSolver
nlpsolver<EFBFBD>nlpsolver<EFBFBD>application/vnd.sun.star.package-bundle<6C>0.9<EFBFBD>0

View File

@@ -0,0 +1 @@
1

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<ext:extension-backend-db xmlns:ext="http://openoffice.org/extensionmanager/extension-registry/2010"><ext:extension url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver"><ext:extension-items><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/help</ext:url><ext:media-type>application/vnd.sun.star.help</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/components.rdb</ext:url><ext:media-type>application/vnd.sun.star.uno-components</ext:media-type></ext:item></ext:extension-items></ext:extension><ext:extension url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher"><ext:extension-items><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/help</ext:url><ext:media-type>application/vnd.sun.star.help</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs</ext:url><ext:media-type>application/vnd.sun.star.configuration-schema</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/</ext:url><ext:media-type>application/vnd.sun.star.basic-library</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/components.rdb</ext:url><ext:media-type>application/vnd.sun.star.uno-components</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/OptionsDialog.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Filter.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item><ext:item><ext:url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Paths.xcu</ext:url><ext:media-type>application/vnd.sun.star.configuration-data</ext:media-type></ext:item></ext:extension-items></ext:extension></ext:extension-backend-db>

View File

@@ -0,0 +1,2 @@
ORIGIN=$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend
UNO_SERVICES=?$BUNDLED_EXTENSIONS/wiki-publisher/components.rdb ?$BUNDLED_EXTENSIONS/nlpsolver/components.rdb

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<conf:configuration-backend-db xmlns:conf="http://openoffice.org/extensionmanager/configuration-registry/2010"><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/OptionsDialog.xcu"><conf:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1180085b8480.tmp</conf:data-url><conf:ini-entry>$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1180085b8480.tmp/OptionsDialog.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Filter.xcu"><conf:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1180085b8481.tmp</conf:data-url><conf:ini-entry>$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1180085b8481.tmp/Filter.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu"><conf:ini-entry>$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu</conf:ini-entry></conf:configuration><conf:configuration url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Paths.xcu"><conf:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1180085b8483.tmp</conf:data-url><conf:ini-entry>$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1180085b8483.tmp/Paths.xcu</conf:ini-entry></conf:configuration></conf:configuration-backend-db>

View File

@@ -0,0 +1,2 @@
SCHEMA=$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs
DATA=$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1180085b8483.tmp/Paths.xcu $BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu $BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1180085b8481.tmp/Filter.xcu $BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu1180085b8480.tmp/OptionsDialog.xcu $BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu $BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu $BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu

View File

@@ -0,0 +1,134 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--
* 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 .
-->
<oor:component-data oor:name="OptionsDialog" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry">
<node oor:name="Nodes">
<node oor:name="Internet" oor:op="replace">
<node oor:name="Leaves">
<node oor:name="com.sun.star.wiki.options" oor:op="replace">
<prop oor:name="Id">
<value>com.sun.wiki-publisher</value>
</prop>
<prop oor:name="Label">
<value xml:lang="en-US">MediaWiki</value>
<value xml:lang="af">MediaWiki</value>
<value xml:lang="am">MediaWiki</value>
<value xml:lang="ar">ميدياويكي</value>
<value xml:lang="as">MediaWiki</value>
<value xml:lang="ast">MediaWiki</value>
<value xml:lang="be">MediaWiki</value>
<value xml:lang="bg">MediaWiki</value>
<value xml:lang="bn">মিডিয়া-উইকি</value>
<value xml:lang="br">MediaWiki</value>
<value xml:lang="bs">MediaWiki</value>
<value xml:lang="ca">MediaWiki</value>
<value xml:lang="ca-valencia">MediaWiki</value>
<value xml:lang="cs">MediaWiki</value>
<value xml:lang="cy">MediaWiki</value>
<value xml:lang="da">MediaWiki</value>
<value xml:lang="de">MediaWiki</value>
<value xml:lang="dz">MediaWiki</value>
<value xml:lang="el">ΜέσαΒίκι</value>
<value xml:lang="en-GB">MediaWiki</value>
<value xml:lang="en-ZA">MediaWiki</value>
<value xml:lang="eo">MediVikio</value>
<value xml:lang="es">MediaWiki</value>
<value xml:lang="et">MediaWiki</value>
<value xml:lang="eu">MediaWiki</value>
<value xml:lang="fa">مدیاویکی</value>
<value xml:lang="fi">MediaWiki</value>
<value xml:lang="fr">MediaWiki</value>
<value xml:lang="ga">MediaWiki</value>
<value xml:lang="gd">MediaWiki</value>
<value xml:lang="gl">MediaWiki</value>
<value xml:lang="gu">મીડિયાવિકી</value>
<value xml:lang="gug">MediaWiki</value>
<value xml:lang="he">מדיה־ויקי</value>
<value xml:lang="hi">MediaWiki</value>
<value xml:lang="hr">MediaWiki</value>
<value xml:lang="hu">MediaWiki</value>
<value xml:lang="id">MediaWiki</value>
<value xml:lang="is">MediaWiki</value>
<value xml:lang="it">MediaWiki</value>
<value xml:lang="ja">MediaWiki</value>
<value xml:lang="ka">MediaWiki</value>
<value xml:lang="kk">MediaWiki</value>
<value xml:lang="km">MediaWiki</value>
<value xml:lang="kmr-Latn">MediaWiki</value>
<value xml:lang="kn">ಮೀಡಿಯಾವಿಕಿ</value>
<value xml:lang="ko">미디어위키</value>
<value xml:lang="lt">MediaWiki</value>
<value xml:lang="lv">MediaWiki</value>
<value xml:lang="mk">MediaWiki</value>
<value xml:lang="ml">മീഡിയാ വിക്കി</value>
<value xml:lang="mn">МэдиаВики</value>
<value xml:lang="mr">मिडिया विकी</value>
<value xml:lang="nb">MediaWiki</value>
<value xml:lang="ne">MediaWiki</value>
<value xml:lang="nl">MediaWiki</value>
<value xml:lang="nn">MediaWiki</value>
<value xml:lang="nr">MediaWiki</value>
<value xml:lang="nso">MediaWiki</value>
<value xml:lang="oc">MediaWiki</value>
<value xml:lang="om">MiidiyaaWiki</value>
<value xml:lang="or">ମାଧ୍ଯମ ୱିକି</value>
<value xml:lang="pa-IN">ਮੀਡਿਆ-ਵਿਕਿ</value>
<value xml:lang="pl">MediaWiki</value>
<value xml:lang="pt">MediaWiki</value>
<value xml:lang="pt-BR">MediaWiki</value>
<value xml:lang="ro">MediaWiki</value>
<value xml:lang="ru">MediaWiki</value>
<value xml:lang="rw">MediaWiki</value>
<value xml:lang="si">MediaWiki</value>
<value xml:lang="sk">MediaWiki</value>
<value xml:lang="sl">MediaWiki</value>
<value xml:lang="sr">Медија Вики</value>
<value xml:lang="sr-Latn">Medija Viki</value>
<value xml:lang="ss">MediaWiki</value>
<value xml:lang="st">MediaWiki</value>
<value xml:lang="sv">MediaWiki</value>
<value xml:lang="szl">MediaWiki</value>
<value xml:lang="ta">MediaWiki</value>
<value xml:lang="te">మీడియావికీ</value>
<value xml:lang="tg">MediaWiki</value>
<value xml:lang="th">MediaWiki</value>
<value xml:lang="tn">MediaWiki</value>
<value xml:lang="tr">MediaWiki</value>
<value xml:lang="ts">MediaWiki</value>
<value xml:lang="ug">MediaWiki</value>
<value xml:lang="uk">MediaWiki</value>
<value xml:lang="uz">MediaWiki</value>
<value xml:lang="ve">MediaWiki</value>
<value xml:lang="vi">MediaWiki</value>
<value xml:lang="xh">MediaWiki</value>
<value xml:lang="zh-CN">MediaWiki</value>
<value xml:lang="zh-TW">MediaWiki</value>
<value xml:lang="zu">MediaWiki</value>
</prop>
<prop oor:name="OptionsPage">
<value>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/Settings.xdl</value>
</prop>
<prop oor:name="EventHandlerService">
<value>com.sun.star.wiki.WikiOptionsEventHandlerImpl</value>
</prop>
</node>
</node>
</node>
</node>
</oor:component-data>

View File

@@ -0,0 +1,47 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--
* 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 .
-->
<!DOCTYPE oor:component-data SYSTEM "../../../../../../../../officecfg/registry/component-update.dtd">
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:package="org.openoffice.TypeDetection" oor:name="Filter">
<node oor:name="Filters">
<node oor:name="MediaWiki" oor:op="replace">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>MediaWiki</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.text.TextDocument</value></prop>
<prop oor:name="UIComponent"/>
<prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/filter/odt2mediawiki.xsl</value></prop>
<prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop>
<prop oor:name="UIName">
<value xml:lang="x-default">MediaWiki</value>
</prop>
<prop oor:name="Flags"><value>EXPORT ALIEN 3RDPARTYFILTER</value></prop>
</node>
<node oor:name="MediaWiki_Web" oor:op="replace">
<prop oor:name="FileFormatVersion"><value>0</value></prop>
<prop oor:name="Type"><value>MediaWiki</value></prop>
<prop oor:name="DocumentService"><value>com.sun.star.text.WebDocument</value></prop>
<prop oor:name="UIComponent"/>
<prop oor:name="UserData"><value oor:separator=",">com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/filter/odt2mediawiki.xsl</value></prop>
<prop oor:name="FilterService"><value>com.sun.star.comp.Writer.XmlFilterAdaptor</value></prop>
<prop oor:name="UIName">
<value xml:lang="x-default">MediaWiki</value>
</prop>
<prop oor:name="Flags"><value>EXPORT ALIEN 3RDPARTYFILTER</value></prop>
</node>
</node>
</oor:component-data>

View File

@@ -0,0 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--
* 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 .
-->
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Paths" oor:package="org.openoffice.Office">
<node oor:name="Paths">
<node oor:name="Template" oor:op="fuse">
<node oor:name="InternalPaths">
<node oor:name="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/templates" oor:op="fuse"/>
</node>
</node>
</node>
</oor:component-data>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<help:help-backend-db xmlns:help="http://openoffice.org/extensionmanager/help-registry/2010"><help:help url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/help"><help:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/help</help:data-url></help:help><help:help url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/help"><help:data-url>vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/help</help:data-url></help:help></help:help-backend-db>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<script:script-backend-db xmlns:script="http://openoffice.org/extensionmanager/script-registry/2010"><script:script url="vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/"/></script:script-backend-db>

View File

@@ -0,0 +1 @@
1

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<conf:configuration-backend-db xmlns:conf="http://openoffice.org/extensionmanager/configuration-registry/2010"/>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<help:help-backend-db xmlns:help="http://openoffice.org/extensionmanager/help-registry/2010"/>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<conf:configuration-backend-db xmlns:conf="http://openoffice.org/extensionmanager/configuration-registry/2010"/>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<help:help-backend-db xmlns:help="http://openoffice.org/extensionmanager/help-registry/2010"/>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<conf:configuration-backend-db xmlns:conf="http://openoffice.org/extensionmanager/configuration-registry/2010"/>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0"?>
<help:help-backend-db xmlns:help="http://openoffice.org/extensionmanager/help-registry/2010"/>

View File

@@ -52,7 +52,7 @@ config.set("content.cookies.accept", "all")
config.set("content.headers.accept_language", "en-US,en;q=0.5")
config.set("content.plugins", True)
config.set("content.webgl", True)
config.set("content.pdfjs", True)
#config.set("content.pdfjs", True)
#c.statusbar.show = 'in-mode' # show statusbar in insert mode
#c.scrolling.bar = 'never' # hide scrollbar
#c.tabs.show = 'multiple' # only show tabs when there are more than one