mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-20 00:08:38 +00:00
集成OpenOffice替换为LibreOffice
This commit is contained in:
@@ -1,25 +1,20 @@
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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 .
|
||||
-->
|
||||
|
||||
<!ENTITY % fields "text:date |
|
||||
text:time |
|
||||
@@ -27,7 +22,7 @@
|
||||
text:page-continuation |
|
||||
text:sender-firstname |
|
||||
text:sender-lastname |
|
||||
text:sender-initials |
|
||||
text:sender-initials |
|
||||
text:sender-title |
|
||||
text:sender-position |
|
||||
text:sender-email |
|
||||
@@ -674,7 +669,7 @@
|
||||
<!-- Validity constraint: text:footnote and text:endnote elements may not
|
||||
contain other text:footnote or text:endnote elements, even though the DTD
|
||||
allows this (via the %text; in the foot-/endnote-body).
|
||||
Unfortunatetly, this constraint cannot be easily specified in the DTD.
|
||||
Unfortunately, this constraint cannot be easily specified in the DTD.
|
||||
-->
|
||||
<!ELEMENT text:footnote (text:footnote-citation, text:footnote-body)>
|
||||
<!ATTLIST text:footnote text:id ID #IMPLIED>
|
||||
@@ -1046,7 +1041,7 @@ indices, and there may be only one text:index-title element.
|
||||
<!ATTLIST text:linenumbering-configuration text:offset %nonNegativeLength; #IMPLIED>
|
||||
<!ATTLIST text:linenumbering-configuration style:num-format (1|a|A|i|I) "1">
|
||||
<!ATTLIST text:linenumbering-configuration style:num-letter-sync %boolean; "false">
|
||||
<!ATTLIST text:linenumbering-configuration text:number-position (left|rigth|inner|outer) "left">
|
||||
<!ATTLIST text:linenumbering-configuration text:number-position (left|right|inner|outer) "left">
|
||||
<!ATTLIST text:linenumbering-configuration text:increment %nonNegativeInteger; #IMPLIED>
|
||||
|
||||
<!ELEMENT text:linenumbering-separator (#PCDATA)>
|
||||
|
||||
Reference in New Issue
Block a user