LibreOffice 5.3: 发行注记
关于
Writer
“转到页面”对话框
- Writer中新增了tdf#83054 (Akshay Deep, Yousuf Philips) ▸ 对话框,用于快速跳转到其它页面。该对话框也可通过快捷键Ctrl + G访问。
表格样式
Writer中新增了“表格样式”功能,现在可通过“表格样式”功能为表格应用全功能的表格样式。“表格样式”可以在侧边栏的“样式和格式”中创建,并应用给表格。
详细的代码变更,请见这个博客文章. (Jakub Trzebiatowski, GSoC 2016; Miklos Vajna, Collabora; Jan Holešovský, Collabora; Yousuf Philips)
箭头工具箱
- 在Writer中新增了一些之前只在Draw和Impress中才有的新的绘图工具。tdf#101390 (Gülşah Köse)
工具栏的改进
- 现在可以通过工具栏按钮设置小体大写字母字符。博文. (Miklos Vajna, Collabora)
显示无边框边距 (borderless padding)
- 现在即使没有设置边框,页面/段落/字符/页眉/框架/图像等“到内容的距离”仍然会起作用。这是为了保持与其它ODF格式生成软件的兼容。 (Justin Luth, SIL)
- 在5.4版本中将能够定义无边框内边距(padding)。tdf#41542
导航器窗口
- 现在可以在Writer的导航器窗口中一次性选取多个标题级别,然后统一对其进行升级降级等操作。要进行多个选取,您需要在导航器界面中激活“内容导航视图”,并使用SHIFT或者CTRL键。注意,在导航器窗口中可以通过拖放来重新组织章节的顺序(这是很早之前就已经有的功能)。(Michael Stahl) tdf#54834
Calc
箭头工具箱
- 添加了新的绘图工具(这些工具之前只在Draw和Impress中才有)。 tdf#101390 (Gülşah Köse)
选项设置
- 对于全新安装,新建文档将启用“在公式中启用通配符”而不是正则表达式。这是为了更好的与其他电子表格软件兼容,并提升对正则表达式不熟悉的用户的使用体验。 tdf#88581 (Eike Rathke (Red Hat, Inc.)) 另请见5.2版本中有关通配符的发行注记.
更改的电子表格函数
- EFFECTIVE的名称被更改为EFFECT,以与其它电子表格软件保持一致。 tdf#100641 (Eike Rathke (Red Hat, Inc.))
与 ODF 1.2 的兼容性
ISOWEEKNUM 和 WEEKNUM_OOO
LibreOffice 5.1 之前的版本错误地将WEEKNUM在ODF格式中保存为ISOWEEKNUM. 5.1版本中采用了临时的解决方案,而5.3版本彻底解决了该问题。 (见 ReleaseNotes/5.1#Compatibility_with_ODF_1.2). (Eike Rathke (Red Hat, Inc.))
- 当导入ISOWEEKNUM时,如果函数使用一个参数,则保持正确的ISOWEEKNUM.
- 如果函数有两个参数,则决定第二个参数模式是否是数值1. 如果不是数值1,则将其映射为与具有一个参数的ISOWEEKNUM函数相同,因为之前的WEEKNUM函数对于该模式正好是这样对待的。
- 如果第二个参数是其它不同的值,比如是数值1或者是一个表达式,则该函数将被映射到在LibreOffice 5.1中引入的兼容性函数WEEKNUM_OOO.
- 函数WEEKNUM_OOO现在被保存为能被5.1和5.2版本读取的ORG.LIBREOFFICE.WEEKNUM_OOO.
数字格式
- 分数格式 (Laurent BP)
- 格式码
#
,?
或0
中的任何一个均可以被用作任何整数、分子或分母的格式码。
- 格式码
- 例如,格式码
# ?/#00
会将数字3.5显示为3 1/02
, 会将圆周率 PI 显示为3 16/113
tdf#100755 tdf#31449
- 任何字符串均可以被用作整数和分数部分之间的分隔符:
#" plus fraction "?/?
会将圆周率 PI 显示为3 plus fraction 1/7
tdf#100834
- 引入了新的算法,从而能显示更精确的分数值。 tdf#99996 (Wolfgang Jäger)
- 新的强制显示分母的格式。 tdf#100592
- 如果分母的数值中的位数比格式码中的占位符数少,则将被向左对齐 tdf#102507:格式码
# ?/???
会将数值3.5显示为
3 1/2
(分数之后有两个空格), 而不是3 1/ 2
(之前的行为)
- 格式选项现在可在UI界面 ▸ ▸ 和侧边栏中找到
- 例如,格式码
默认的单元格样式
- 默认的单元格样式会从用户配置文件夹中的一个文件中载入 (Jaskaran Singh (GSoC))
- 语法基于ODF,而且是从 orcus 载入
- 现在可以很容易地定义自己的默认单元格样式
- 新的改进的默认单元格样式,tdf#90937 (UX team, Jaskaran Singh)
数据透视表改进
- Median函数已被添加到了数据透视表中的可用函数清单里,这对于数据字段及行列字段(subtotal)很有用。当前这种类型的数据透视表只能在ODS格式的文档中保存和载入。 tdf#61700 (Tamás Zolnai)
其它改进
- 合并非空白单元格 tdf#30456 (Laurent BP)
- 在LibO 5.3之前,如果检测到了内容,可以将其移动到第一个单元格中。如果没有,则内容只是被隐藏了,而没有移除。
▸ ▸ 现在有了一个新选项:
- 从LibO 5.3开始,有了一个新的选项:清空隐藏的单元格,从而引用到这些单元格的公式会被更新。
- 现在可以从函数列表中搜索函数(tdf#67974. ▸ )
Impress
- 通过tdf#65356 (Samuel Mehrbrodt, CIB) ▸ ▸ 插入的图像现在可以选择链接模式,而不是嵌入到文档中。
- 母版幻灯片模式下侧边栏中的幻灯片属性面板。 tdf#89466 (Susobhan Ghosh, GSoC 2016; Katarina Behrens, CIB; Yousuf Philips)
模板选择界面
在启动Impress时,会弹出“模板选择器”对话框,允许您选择一个模板用来创建演示文稿。(Akshay Deep, GSoC; Samuel Mehrbrodt, CIB)
模板
- 新增了两个默认模板: Vivid 和 Pencil:
- 所有现有的模板均已被改进。 (Francisco Adrián Sánchez)
Draw
- 新的箭头结尾形状,包括Crow's foot(鱼尾纹)式的箭头结尾。在其他组件中也可用。 (Yan Pashkovsky, Dipankar Niranjan) tdf#93782 tdf#92152
Base
- Firebird has been upgraded to version 3.0.0. It is unable to read back Firebird 2.5 data, so embedded firebird odb files created in LibreOffice version up to 5.2 cannot be opened with LibreOffice 5.3. Since a future version of firebird will have a backwards compatibility module, some future version of LibreOffice (embedding this future version of firebird) will also be able to open these older files.
- Embedded firebird switched to Firebird's "archive" format, which is version and endianness independent, so this issue won't happen again.
- ODB files created by LibreOffice < 5.3 can be manually converted to LibreOffice 5.3 format by using Firebird 2.5 to convert the data to archive format, and replacing the database data within the ODB by the archive format version. To do this, install a stand-alone Firebird 2.5, and use its "gbak" tool to convert the file "database.fdb" to "database.fbk" within the odb file. Don't forget to remove the .fdb file.
Chart
- 趋势线(回归)等式:
- Y轴的名称(默认是"
f(x)
")以及X轴的名称(默认是"x
")可以由用户自己指定。 tdf#100547 (Laurent BP)
- Y轴的名称(默认是"
Math
- Dynamically-sized integral
intd
now allows sub/superscripts. (Takeshi Abe) tdf#53472 tdf#102268 - New command "Evaluated At" in "Brackets" section of Elements window has been added. (Takeshi Abe) tdf#44839
- Improved MathML import (Takeshi Abe)
- Import MathML's
<mspace>
tdf#76296 - Import stretchy integral symbol from MathML tdf#103500
- Import MathML's
- Improved MathML export (Takeshi Abe)
- Export dynamically-sized integral
intd
to MathML tdf#97049 - Export Greek symbols to MathML with correct
mathvariant
attribute tdf#101022
- Export dynamically-sized integral
核心 / 常规
- 关闭 LibreOffice 将不再结束活动的 UNO 连接 (Samuel Mehrbrodt, CIB)。tdf#102274
文本布局
- 新的跨平台文本排版引擎使用 HarfBuzz 在所有平台呈现一致的文本布局(Akash Jain, GSoC 2016; Khaled Hosny)tdf#89870
- OpenType 排版现在在所有平台上得到支持,并且默认的 OpenType 功能面向所有语言启用。
- Graphite 排版现在在 macOS 上得到很好的支持,而不仅仅是在 Linux 和 Windows。
- OpenType 排版功能可以通过以前仅仅用于 Graphite 字体的句法来控制。
- 改进了阿拉伯文字的 Kashida 对齐方式。
- 使用 HarfBuzz 而非本土化的解决方案改进了中日韩文字竖式文本布局。
- 所有文本排布现在都通过 HarfBuzz,所谓的简单文本和复杂文本之间已不再有分别。
- 许多 Windows 和 macOS 特有的文本排布 bug 已经修复。
调色板的改进
见这个 博客文章
- 修正最近使用的颜色。
- 新增“自定义调色板”,允许用户在区域样式对话框中添加自定义颜色。
- 由于引入了“自定义调色板”,原来的 ▸ ▸ ▸ 已经没有必要存在,因此已将其从选项中移除。
- 调色板 gallery, web, cmyk, 以及 scribus 已被移除,由于其缺乏标准,而且名称起的太随意。
- 对 Tango 和 html 调色板的标签和颜色排列进行了改进。
- 标准 调色板也被更新。The first row starts now with 12 shades of gray followed by 12 basic colors from the HSV color wheel. The next rows are variations of these basic colors in respect to saturation and luminance by 66%, 50%, and 25%. The final 12×8 arrangement fits perfectly into our color picker grid
- breeze 已被加入到了默认调色板集中。It comprises all values known from the KDE human interface guidelines as an alternative to tango
- 新增 tonal 调色板。It aims to provide a set of colors with the same luminance respective color contrast
- 新增 freecolour-hlc 调色板,它基于 CIE LAB 颜色模型。Its purpose is to provide a cross-media safe set of colors targeting expert publishers
文档签名
- The bundled
libxmlsec
library has been upgraded to 1.2.23, including our "OOXML Relationships Transform Algorithm" implementation upstream. blog entry (Miklos Vajna, Collabora)
- Added support for PDF signature import/export. blog entry. (Miklos Vajna, Collabora)
- Added support for PAdES signing of PDF files. blog entry (Miklos Vajna, Collabora)
- Added support for XAdES signing of ODF files. b2318479c8635af8e022ff4f844e85a1f6b9f4de (Tor Lillqvist, Collabora)
安全模式
新增了“安全模式”功能,该模式允许用户暂时以全新的用户配置文件启动 LibreOffide, 并帮助用户恢复已损坏的配置。(Armin Le Grand, CIB; Samuel Mehrbrodt, CIB)
该模式可以通过以下方式之一启动:
- 通过菜单命令: ▸
- 使用
--safe-mode
命令行参数。 - 在 Windows 下: 使用 LibreOffice (安全模式) 开始菜单启动项。
“帮助”内容
- 帮助文档的内容现在会尽可能地使用操作系统的默认字体来渲染。(i.e., Windows下是Segoe UI,Ubuntu下是Ubuntu,Fedora下是Cantarell), 已保持一致性。(Adolfo Jayme Barrientos)
Office URI Schemes 支持
- Libreoffice现在支持以下注册的 Office URI Schemes (Mike Kaganski, Collabora) (commit 1 commit 2):
- ms-word:
- ms-powerpoint:
- ms-excel:
- ms-visio:
- ms-access:
- 另外,新的自定义 Libreoffice-specific scheme 被引入:
- vnd.libreoffice.command:
- 当前,默认的保存文件夹参数被忽略。
- 这些 schemes handler 在 Win 下是通过安装包在系统上注册的。MS-specific schemes 仅在用 LibreOffice 打开微软格式的文件选项被勾选时才会被注册。(commit)
- 这会导致与例如 SharePoint 等的更好集成。
筛选器
对OpenXML筛选器的改进
- 对导入/保存为 .xlsx 或 .xls 格式的筛选器的改进:
- Fix for looses width for hidden/collapsed grouped columns after export to .xlsx or .xls tdf#51524 (Bartosz Kosiorek)
- Landscape orientation are now properly saved after export to .xlsx (MS Excel compatible) tdf#48767 (Bartosz Kosiorek)
- Hidden and empty rows became hidden when export to .XLSX or .XLS file tdf#98106 (Bartosz Kosiorek)
- Outline columns and rows are saved correctly after export to XLSX tdf#100347 (Bartosz Kosiorek)
- During .xlsx export, XML_outlineLevelRow, XML_outlineLevelCol keys are now saved (Office365 compatible) tdf#101135 (Bartosz Kosiorek)
- Fix column width on MS Excel for macOS, after export to XLSX and XLS tdf#100946 (Bartosz Kosiorek; Markus Mohrhard)
- Fix precision of column width according to MS specification tdf#101363 (Bartosz Kosiorek)
- Fix for User Defined Custom Formatting which was not applied during importing XLSX documents tdf#70565 (Bartosz Kosiorek)
- Fix exporting of coloured empty cells to .xlsx and .xls documents tdf#46738 (Bartosz Kosiorek)
- Fix compatibility issue with Excel 2007 after export to .xlsx tdf#101059 (Bartosz Kosiorek)
- Fix slow import of grouped pivot tables in .xlsx tdf#102694 (Tamás Zolnai)
- Number formats:
- preserve escape characters tdf#81939 (Laurent BP)
- fraction format accepts '0' in addition to '#' and '?' tdf#100755 (Laurent BP)
- extended LCID can be imported. Extended LCID is used to export calendar and local numerals tdf#36038 (Laurent BP)
对PDF筛选器的改进
- 现在,“插入 - 图像”对话框中多了一个PDF文档的选项,可以将PDF文档作为图像插入到文档中了 请参考这个博客文章. (Miklos Vajna, Collabora)
对二进制 Microsoft Office筛选器的改进
- 对导入 .doc 和 .xls 格式的筛选器的更改:
- The contemporary Microsoft Office default Binary Document encryption "RC4 CryptoAPI Encryption" is now supported (Caolán McNamara, Red Hat, Inc.)
新的导入筛选器
- .sdc, .sda 以及 .sdw 格式现在又可以通过 libstaroffice 来导入了。目前,这个筛选器是从零开始设计的,正处于前期开发阶段,因此转换简单的文档可能没有问题,但是在转换复杂一些的文档时可能会失败。(Laurent Alonso)
- 对于.sdw 文件:程序将会尝试获取主文本和格式。
- 对于.sda 文件:程序将会尝试获取不同的形状/文本框,以及一些图像...
- 对于.sdc 文件:程序将会尝试获取所有内容,除了图表。
GUI 用户界面
- Keyboard shortcuts now appear in context menus and its visibility can be set in tdf#74377 (Maxim Monastirsky) ▸ ▸ ▸ .
- Document recovery dialog has been simplified; it looks better and less complicated now. tdf#99341 (Muhammet Kara, Pardus)
- Revamped the Extension Manager dialog; replaced the customly-implemented error-prone buttons and behaviours with compatible standard widgets and behaviours, and fixed various bugs in the process. The Extension Manager now provides better user experience and accessibility. tdf#103146 tdf#102004 (Muhammet Kara, Pardus; Yousuf Philips)
- …
图标
- 工具栏支持 32px 图标(特大)。目前仅Breeze图标集含有32px图标。(Tomaž Vajngerl, Collabora)
- 支持 SVG 图标, 然而因为一些小问题的存在,目前还没有内置的图标包含SVG图标,这只是个实验性功能。 (Tomaž Vajngerl, Collabora)
“区域”对话框
- 对颜色、渐变、阴影线及位图选项卡进行了重新设计,并新增了一个“图案”选项卡。 tdf#94551 (Rishabh Kumar, GSoC 2016; Katarina Behrens, CIB; Heiko Tietze; Yousuf Philips)
- 默认的图案集。 tdf#94547 (Yousuf Philips)
工具栏
- “打开模板”命令已被加入到了工具栏中的“打开”下拉列表中。 (Samuel Mehrbrodt, CIB) eb4ad667b
侧边栏
- Introduction of the Page Deck in the sidebar in Writer, housing four panels - Page Format Panel, Styles Panel, Header Panel and Footer Panel (see this blog entry) tdf#83830 (Susobhan Ghosh, GSoC 2016; Katarina Behrens, CIB; Yousuf Philips)
- Added "Import Bitmap" functionality to the Area Content Panel found in the Properties deck. tdf#90078 (Susobhan Ghosh, GSoC 2016; Katarina Behrens, CIB; Yousuf Philips)
- Added Styles Preview checkbox functionality to the Styles & Formatting Sidebar Deck. tdf#93845 (Susobhan Ghosh, GSoC 2016; Katarina Behrens, CIB; Yousuf Philips)
- Introduction of the new "Media Playback Panel" found in Properties deck when Media is selected (see this blog entry). tdf#87794 (Susobhan Ghosh, GSoC 2016; Katarina Behrens, CIB; Yousuf Philips)
- Introduction of the "Default Shapes Panel" in the new Shapes Deck (currently experimental) for Draw (see this blog entry). tdf#87643 (Susobhan Ghosh, GSoC 2016; Katarina Behrens, CIB; Yousuf Philips)
菜单
- New entry ▸ . Direct link to user guides and collateral documentation (Olivier Hallot, Christian Lohmaier, Heiko Tietze, Yousuf Philips, Samuel Mehrbrodt,Katarina Behrens )
- New entry ▸ . Direct link to community-supported forums and knowledge base (Olivier Hallot, Christian Lohmaier, Heiko Tietze, Yousuf Philips)
配置
- Theme Selection dialog has been fixed, and the search box and the category buttons are properly working once again. You can now colorize your LibreOffice environment to your liking by following the tdf#87597 ecc43f06a94587e8808c7edf73eae23e5243dc85 (Muhammet Kara, Pardus) ▸ ▸ ▸ ▸ path.
- Customization dialog is more accessible, and user friendly since it now shows the options which were hidden with the split buttons previously. tdf#82840 tdf#103160 (Muhammet Kara, Pardus; Yousuf Philips)
Basic编辑器
- BASIC IDE编辑器现在将会使用您在tdf#103209 (Takeshi Abe) ▸ ▸ ▸ 中为“字体颜色”和“文档背景”设置的颜色。
辅助功能
- Everyone can now improve accessibility as almost all a11y relations are now easily editable with Glade. tdf#87026 (Muhammet Kara, Pardus)
LibreOffice Online
This release features the first source release of LibreOffice Online - which provides basic collaborative editing of documents in a browser by re-using the LibreOffice core. Rendering fidelity should be excellent, and interoperability match that of LibreOffice. This is however, fundamentally a server service, best installed and configured by someone au-fait with SSL certificate creation, and is most useful when integrated with another solution.
公共 LibreOffice Online Docker 镜像
You can grab the latest docker image from Docker Hub here: https://hub.docker.com/r/libreoffice/online
Or grab it like this:
$ docker pull libreoffice/online $ docker run -t -d -p 127.0.0.1:9980:9980 -e "domain=<your-dot-escaped-domain>" --cap-add MKNOD libreoffice/online
已知问题
This docker image does not work on Ubuntu 14.04 LTS, because Ubuntu 14.04 LTS has missing kernel compile option CONFIG_AUFS_XATTR=y, which is leading to setcap not working on docker’s aufs storage. Upstream bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1557776
帮助文档
- 帮助文档的内容有了很多持续的改进。(Gabor Kelemen, Olivier Hallot, Lera Goncharuk, Adolfo Jayme Barrientos, Jean Spiteri, Andras Timar)
本地化
- The accent mark in Calc function names in the Spanish language (e.g. DÍA(), MÁX()) has been removed in version 5.2.3, as alignment to other spreadsheet implementations tdf#101981 (Adolfo Jayme Barrientos, Johnny_M)
语言列表中的新增语言
Available for text attribution.
- Silesian [szl-PL], tdf#101540 (Eike Rathke (Red Hat, Inc.))
- Hungarian Rovas [hu-Hung-HU], tdf#97406 (Eike Rathke (Red Hat, Inc.))
对校对工具和语言支持的改进
- European Portuguese language auto-correction files were synchronized with Brazilian Portuguese files tdf#97439 (Tiago Santos)
- adds 1936 automatic replacement entries, 11 new two caps word exceptions and 1726 new abbreviations.
- Croatian sentence exception list updated: added 66 new abbreviations.
- Proofing tools for German language (de-AT, de-CH, de-DE) have been largely improved (tdf#105396):
- The spell-check dictionary now contains over 258,000 words. This new version adds over 7,300 new words.
- The hyphenation patterns have been improved. The new version includes 700 corrected and new hyphenation patterns. Hyphenation uses the new COMPOUND feature and contains a list with over 69,000 words and compounds.
- The thesaurus now contains over 146,000 words in over 37,000 meaning groups. The new version adds ~11,000 new words. The thesaurus includes now 11,400 associations and 1,900 antonyms.
脚本: Python和Basic
Access2Base 更新
Access2Base, the Basic library for Base users, is now available in its version 1.6.0 (Jean-Pierre Ledure).
The main improvements are related to the management of (long) binary fields with the GetChunk
and AppendChunk
methods.
Also the scope of the CopyObject
method has been extended to the duplication of complete tables between distinct databases. As an experimental feature, the tables might belong to databases built above distinct database systems (f.i. from HSQLDB to MySql or the opposite).
Additionally a spanish translation of the UI has been provided by Iñigo Zuluaga.
Full documentation is available on the documentation website.
字体
- 在安装程序中集成了 Emoji One 字体,用于显示Emoji表情。(Akshay Deep) 8266787540b64396d6f0864a9d2bced0e40a8f1b
操作系统集成
Windows
- Windows下的LibreOffice安装包 (MSI) 现在支持Windows Vista及更高版本操作系统下的“启动管理器”特性 (commit) (Mike Kaganski, Collabora). 这使得安装程序可以自动关闭并重新启动占用了LibreOffice安装过程中需要更新的文件的进程,由此用户将不再需要在安装完LibreOffice之后重新启动计算机。
实验性功能
These features are not finalized, yet can be tried by early adopters. They can be enabled in
▸ ▸ ▸ ▸ .工具栏
- 加入了四个工具栏模式供用户选择,从而可以轻松地在不同的可见工具栏模式之间切换。对应的工具栏选项是 tdf#101249 (Szymon Kłos, GSoC 2016; Yousuf Philips) ▸ .
- 实现 Extended Toolbar framework (见这个 博客文章) (Szymon Kłos, GSoC 2016; Jan Holešovský, Collabora; Samuel Mehrbrodt, CIB; Yousuf Philips)
- 实现Extended Toolbar中的3个布局。(Szymon Kłos, GSoC 2016; Yousuf Philips; Heiko Tietze)
- 在Impress中,标准(单一工具栏模式) 工具栏被加入,以提供单一工具栏选项,里面包含了一些常用的功能。该模式可以通过 tdf#92218 启用。(Yousuf Philips) ▸ ▸ .
侧边栏
- 在Writer的侧边栏中加入了 管理更改 面板。
其他
- 在工具栏上添加了用于插入 Emoji 表情的控件。默认情况下这个控件是隐藏的,如果需要这个功能,您需要自定义您的标准工具栏,勾选“Emoji表情”从而将其激活。 tdf#100100 (Akshay Deep, GSoC; Samuel Mehrbrodt, CIB)
移除的以及不赞成的功能
常规
- 移除了 'Human' 图标主题 (Samuel Mehrbrodt, CIB) d1f4b84fa
- 移除了Windows下对 bitmap-only 字体的支持 (Khaled Hosny) tdf#103514
- 移除了对 Type 1 字体的支持 (Khaled Hosny) 48304c
Impress
- The #Template_Selector). (Akshay Deep) bb8040595c9b6f0ccde39e6833f27a50abb891d8 ▸ ▸ wizard has been removed. Instead a new template selection dialog is available when launching Impress (see
- The simple gradient templates AbstractGreen, AbstractRed and AbstractYellow have been removed (Yousuf Philips)
Under the Hood
See what changed under the hood.
API更改
已移除的配置选项
/org.openoffice.Office/Substitution
configuration schema 已被移除,而且com.sun.star.util.PathSubstitution
服务已经不支持在/org.openoffice.Office/Substitution/SharePoints
中定义的配置集中的替代选项。 tdf#102630/org.openoffice.Office/Common/View/Localisation/AutoMnemonic
configuration schema 已被移除。 a97d67cd0bf0819d4559fa79d5fcbcd86222fe6a/org.openoffice.Office/Common/View/Localisation/DialogScale
configuration schema 已被移除。 4bc99ab1ac4bed1df66d1df8b1ca3168e7e3d8f4/org.openoffice.Office/Common/View/FontScaling
configuration schema 已被移除。 ec950f8ebb2745ccff2275dcc09d2034cd73dfeb/org.openoffice.Office/Common/FirstStartWizard
configuration schema 已被移除。
860a82766f2c6d4fad340bf6ab283a7cd22a1fd5
UNO API 更改
- 引入了
com.sun.star.frame.status.LeftRightMarginScale
结构 (Szymon Kłos) 723467bd88a50323ccd2e4046d0a36332c664a66 - 文件选择器的新模板 (Interface
com.sun.star.ui.dialogs.TemplateDescription
) (Samuel Mehrbrodt, CIB):- 仅预览 (无链接选项)
FILEOPEN_PREVIEW
e9891e5dd8e9c83a1bf0483aa314e743a1c02e50 - 链接并播放
FILEOPEN_LINK_PLAY
5198c98337882319fae176135dcce1ad375ed2f6
- 仅预览 (无链接选项)
- 现在扩展可以绑定到 XNotifyingDispatch 以获得结果通知(当uno.Save时,是成功还是失败)。(Juergen Funk, CIB) tdf#99815
- TerminationVetoException 不再阻止frame的关闭。如果在关闭时抛出 TerminationVetoException, 所有的frame都会被关闭,但是进程仍然保持活动状态。要恢复到旧的行为,请使用 CloseVetoException. (Samuel Mehrbrodt, CIB) tdf#102288
- 在数据透视表相关的服务中加入了一些新的属性 f8daf04a1d06f870202a1f1868b59ce90adde0e4 (Tamás Zolnai)
DataPilotField
:Function2
,Subtotals2
DataPilotSourceLevel
:Subtotals2
DataPilotSourceDimension
:Function2
- 额外的新的常量被加入为
GeneralFunction2
- 对 NPAPI Plugin 相关的 interface
com.sun.star.mozilla.XRemoteServiceManagerProvider
的移除在LibreOffice 5.2中由于疏忽没有被包含进去。(参见 ReleaseNotes/5.2#UNO_API_changes). b5589970125ae4b8c0a091cfc12d058ca42ce2ab com.sun.star.xml.crypto.sax.XSecurityController
interface 已被移除 9b910bd62eaf000171c669692c40056ff47e4d76 (Miklos Vajna, Collabora)com.sun.star.xml.crypto.sax.XSecuritySAXEventKeeper
interface 已被修改 38dc4ea8992f74e15951cc0bc7e378fe1857c604com.sun.star.security.XDocumentDigitalSignatures
interface 已被修改 8fab6ab36589d0dcd75d45feab43a0b06b7f2a3ecom.sun.star.awt.XStyleSettings
interface 已被修改 2e595954230b3a9ef555b2671699902c68532bdfcom.sun.star.chart2.XRegressionCurveCalculator
interface 已被修改 428711f03c31802e339e57384b9f925a0e4dcc12com.sun.star.xml.sax.XFastParser
interface 已被修改 fdd1c64821a81d653ddc911e35149ff969e2f198com.sun.star.sheet.MemberResult
结构 已被修改 dc6bf6c8ae94fd89f30e39d63dfe02fdb042e98dcom.sun.star.sheet.DataPilotFieldFilter
结构 以及com.sun.star.sheet.XMembersSupplier
interface 已被修改 f88f6bcfce233c336c9025d466c5c2fb0b671de3com.sun.star.awt.XToolkitExperimental
interface 已被修改 30104ff4c76b7f31450f525b4a6d7ebad9823aad 3f98cf32836eb10af7fc673b1fe61421fcb98d3b
Java UNO 语言绑定
- 移除了一些不赞成的 interface 970b0ebb67d4033d70795e586a26c7a695c14194
com.sun.star.uno.IFieldDescription
com.sun.star.uno.IMemberDescription
com.sun.star.uno.IMethodDescription
com.sun.star.uno.ITypeDescription
SDK 更改
- 多个 GCC-based 平台不再在
settings/settings.mk
中定义HAVE_GCC_VISIBILITY_FEATURE
C/C++宏(但是仍然指定-fvisibility=hidden
编译器flag)f255c3e96e25a43a4724d80287554d892d7ffd70