mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-20 09:28:38 +00:00
集成OpenOffice替换为LibreOffice
This commit is contained in:
@@ -1,24 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
***********************************************************-->
|
||||
<!--
|
||||
* 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 .
|
||||
-->
|
||||
<anim:seq xmlns:office="urn:oasis:names:tc:openoffice:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:openoffice:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:openoffice:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:openoffice:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:openoffice:xmlns:drawing:1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:openoffice:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:openoffice:xmlns:datastyle:1.0" xmlns:pres="urn:oasis:names:tc:openoffice:xmlns:presentation:1.0" xmlns:svg="http://www.w3.org/2000/svg" xmlns:chart="urn:oasis:names:tc:openoffice:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:openoffice:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:openoffice:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:openoffice:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:smil="http://www.w3.org/2001/SMIL20" xmlns:anim="urn:oasis:names:tc:openoffice:xmlns:animation:1.0" pres:node-type="main-sequence">
|
||||
<anim:par pres:preset-id="wipe-up">
|
||||
<anim:transitionFilter smil:type="barWipe" smil:subtype="topToBottom" smil:direction="reverse"/>
|
||||
@@ -110,6 +107,12 @@
|
||||
<anim:par pres:preset-id="shape-circle">
|
||||
<anim:transitionFilter smil:type="ellipseWipe" smil:subtype="circle"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="shape-oval-horizontal">
|
||||
<anim:transitionFilter smil:type="ellipseWipe" smil:subtype="horizontal"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="shape-oval-vertical">
|
||||
<anim:transitionFilter smil:type="ellipseWipe" smil:subtype="vertical"/>
|
||||
</anim:par>
|
||||
<!-- <anim:par pres:preset-id="circle-in"> -->
|
||||
<!-- <anim:transitionFilter smil:type="ellipseWipe" smil:subtype="circle" smil:direction="reverse"/> -->
|
||||
<!-- </anim:par> -->
|
||||
@@ -131,6 +134,12 @@
|
||||
<anim:par pres:preset-id="fade-through-black">
|
||||
<anim:transitionFilter smil:type="fade" smil:subtype="fadeOverColor" smil:fadeColor="#000000"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="fade-through-white">
|
||||
<anim:transitionFilter smil:type="fade" smil:subtype="fadeOverColor" smil:fadeColor="#FFFFFF"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="cut-through-black">
|
||||
<anim:transitionFilter smil:type="barWipe" smil:subtype="fadeOverColor" smil:fadeColor="#000000"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="cover-down">
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromTop"/>
|
||||
</anim:par>
|
||||
@@ -141,20 +150,20 @@
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromLeft"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="cover-up">
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromBottom"/>
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromBottom"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="cover-left-down">
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromTopRight"/>
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromTopRight"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="cover-left-up">
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromBottomRight"/>
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromBottomRight"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="cover-right-down">
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromTopLeft"/>
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromTopLeft"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="cover-right-up">
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromBottomLeft"/>
|
||||
</anim:par>
|
||||
<anim:transitionFilter smil:type="slideWipe" smil:subtype="fromBottomLeft"/>
|
||||
</anim:par>
|
||||
<anim:par pres:preset-id="dissolve">
|
||||
<anim:transitionFilter smil:type="dissolve" smil:subtype="default"/>
|
||||
</anim:par>
|
||||
|
||||
Reference in New Issue
Block a user