mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-04-05 07:47:33 +00:00
集成OpenOffice替换为LibreOffice
This commit is contained in:
@@ -1,26 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--***********************************************************
|
||||
*
|
||||
* 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 % boolean "(true|false)">
|
||||
<!ENTITY % numeric "CDATA">
|
||||
@@ -64,7 +59,9 @@
|
||||
dlg:formattedfield|
|
||||
dlg:fixedline|
|
||||
dlg:progressmeter|
|
||||
dlg:scrollbar
|
||||
dlg:scrollbar|
|
||||
dlg:table|
|
||||
dlg:linklabel
|
||||
)">
|
||||
|
||||
<!ELEMENT dlg:window (dlg:styles*, (%event;)*, dlg:bulletinboard*)>
|
||||
@@ -227,6 +224,17 @@
|
||||
dlg:tabstop %boolean; #IMPLIED
|
||||
>
|
||||
|
||||
|
||||
<!ELEMENT dlg:linklabel ((%event;)*)>
|
||||
<!ATTLIST dlg:linklabel %default-attributes;
|
||||
dlg:value CDATA #IMPLIED
|
||||
dlg:url CDATA #IMPLIED
|
||||
dlg:align (left|center|right) #IMPLIED
|
||||
dlg:valign (top|center|bottom) #IMPLIED
|
||||
dlg:multiline %boolean; #IMPLIED
|
||||
dlg:tabstop %boolean; #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT dlg:textfield ((%event;)*)>
|
||||
<!ATTLIST dlg:textfield %default-attributes;
|
||||
dlg:tabstop %boolean; #IMPLIED
|
||||
@@ -247,6 +255,7 @@
|
||||
<!ATTLIST dlg:img %default-attributes;
|
||||
dlg:src CDATA #IMPLIED
|
||||
dlg:scale-image %boolean; #IMPLIED
|
||||
dlg:scale-mode (none|isotropic|anisotropic) #IMPLIED
|
||||
dlg:tabstop %boolean; #IMPLIED
|
||||
>
|
||||
|
||||
@@ -399,3 +408,20 @@
|
||||
dlg:value-min %numeric; #IMPLIED
|
||||
dlg:value-max %numeric; #IMPLIED
|
||||
>
|
||||
|
||||
<!ELEMENT dlg:table ((%event;)*)>
|
||||
<!ATTLIST dlg:table %default-attributes;
|
||||
dlg:showcolumnheader %boolean; #IMPLIED
|
||||
dlg:showrowheader %boolean; #IMPLIED
|
||||
dlg:gridline-color %numeric; #IMPLIED
|
||||
dlg:usegridlines %boolean; #IMPLIED
|
||||
dlg:headerbackground-color %numeric; #IMPLIED
|
||||
dlg:headertext-color %numeric; #IMPLIED
|
||||
dlg:activeselectionbackground-color %numeric; #IMPLIED
|
||||
dlg:activeselectiontext-color %numeric; #IMPLIED
|
||||
dlg:inactiveselectionbackground-color %numeric; #IMPLIED
|
||||
dlg:inactiveselectiontext-color %numeric; #IMPLIED
|
||||
dlg:selectiontype CDATA #IMPLIED
|
||||
dlg:valign (top|center|bottom) #IMPLIED
|
||||
dlg:tabstop %boolean; #IMPLIED
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user