pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libreoffice libreoffice: Update to 7.1.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e2add38faa3
branches:  trunk
changeset: 446284:8e2add38faa3
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Feb 06 06:47:24 2021 +0000

description:
libreoffice: Update to 7.1.0.3

Changelog:
Writer

General improvements

  * Writer now has support for anchoring shapes relative to the bottom of the
    page content frame. blog post (Miklos Vajna, Collabora)

  * Default anchor for newly added images can be set per Tools ? Options ?
    LibreOffice Writer ? Formatting Aids tdf#99646 (Heiko Tietze, TDF)

  * Writer now supports locale-independent templates blog post (Miklos Vajna,
    Collabora)


Locale-indepentent Writer template

  * Writer can now detect Unicode type even if imported text file does not have
    a BOM tdf#60145 (Tomofumi Yagi)

Outline folding mode

  * Added a new Writer outline folding mode (as experimental feature). You
    should enable experimental features in Tools ? Options ? LibreOffice ?
    Advanced dialog to see "Show outline content visibility button" checkbox in
    Tools ? Options ? LibreOffice Writer ? View dialog. After checking it
    you'll can see a button with arrow near any selected heading in your
    document. Click on it to fold all text from the current heading to next
    heading. Right click on it to fold all text from current heading to next
    the same level heading with all its subheadings tdf#38093 (Jim Raykowski)

Table formulas

  * Added several table formulas for Word interoperability (L??szl?? N??meth,
    NISZ)
      + PRODUCT table formula tdf#123388
      + ABS table formula tdf#123354
      + SIGN table formula tdf#123390
      + COUNT table formula tdf#123356

Style inspector

  * Added Style Inspector for displaying all the attributes of Paragraph
    Styles, Character Styles and manually formatted (Direct Formatting)
    properties. tdf#134554. Read the necessity of this tool here. (Shivam Kumar
    Singh, GSoC; mentors: Mike Kaganski, Heiko Tietze, Tomaz Vajngerl)

Style Inspector

Fields

  * Input fields now can be toggled with View ? Field Names core commit
    926a1a16 (Michael Stahl, CIB)
  * Empty fields can be selected with the mouse core commit 2c7bf354 (Samuel
    Mehrbrodt, CIB)

  * Word compatible Fields can now be toggled to hide either the command or the
    result with View ? Field Names (Michael Stahl, CIB)


Fields Hide Command or Result

Performance

  * Speeded up find/replace operations tdf#119286 (Noel Grandin, Collabora)

ODF subtable conversion

  * Simple cases of subtables in legacy ODF documents initially created by
    OpenOffice.org 2.2 and older can now be converted to modern rowspan tables
    on import, typically improving the quality of a subsequent export to Word
    formats or HTML drastically. core commit e366c928(Michael Stahl, CIB)

Calc

General improvements

  * Added an option to disable paste with Enter key. You can find it in a
    dialog from menu Tools ? Options ? LibreOffice Calc ? General. tdf#34686
    (Martin van Zijl)
  * Now you can select items in Autofilter window clicking by all item's row,
    but not only by checkbox tdf#116675 (Attila Sz?cs, NISZ)

  * Fixed an issue in formula input box when Calc fail to set the formula
    reference if you have freeze rows/columns enabled in a sheet. tdf#47349
    (Justin Luth, Collabora)

  * Added "Reset All" button to Solver dialog tdf#134528 (Rafael Lima)

Fill with merged cells

Fix lost merging and bad linear sequence of numbers during fill with merged
cells (Attila Sz?cs, NISZ):

  * Copy merged cell structure like other spreadsheets do tdf#40993, tdf#59585

  * Select merged area wholly to fix the selection rectangle during fill,
    fixing incomplete attribute copying, bad grid and border tdf#43958

  * Apply correct linear sequence of numbers by skipping empty overlapped
    (invisible, i.e. not top-left) cells of the merged areas tdf#88782

New spreadsheet functions

Changed spreadsheet functions

  * Now INDIRECT function supports sheet-local scoped names tdf#100818 (Eike
    Rathke, Red Hat)

Performance

  * Improved spell checking performance in Calc core commit bdd149b1 (Dennis
    Francis, Collabora)

  * Improved performance when searching in Autofilter. Previously if the record
    contains a lot of unique values Calc will be very slow if you type-in a
    character in the autofilter search box. Now the search is instant. tdf#
    122419 (Eike Rathke, Red Hat), tdf#133878 (Lubo? Lu????k).

Impress & Draw

  * Adding visible digital signatures to existing PDF files with Draw. Blog
    post (Miklos Vajna, Collabora)
  * Now Impress allows changing animations for several objects at once tdf#
    126394 (Srijan Bhatia)
  * Presentation console has an "Exit" button now tdf#90978 (Srijan Bhatia)
  * Presentation console has a "Pause/Resume" button now tdf#128964 (Srijan
    Bhatia)
  * Added realistic soft blurred shadows for objects tdf#48722 (Ahmad Ganzouri,
    GSoC; mentors: Miklos Vajna (Collabora), Toma? Vajngerl)

New soft blurred shadow

  * Added new physics based animation capabilities and new animation effect
    presets that use them. Namely Fall Simulated, Shoot right/left and return,
    Fall and fade out. Blog post (Sarper Akdemir, GSoC; mentor: Thorsten
    Behrens (CIB))

Physics based animation effects

Base

Chart

Math

  * Math has now a full support of HTML colors. Some of them have been added to
    the UI on Attributes section in Element pane. core commit 0643dab6 (Dante
    Dom??nech)


Math new color on Element pane in 7.1 version

  * New examples in Element pane. core commit 2b29e16e (Dante Dom??nech), core
    commit ad8485eb (Laurent BP)

Scripting

The ScriptForge libraries

An extensible and robust collection of macro scripting resources for
LibreOffice to be invoked from user Basic or Python scripts. (Jean-Pierre
Ledure)

  * about data containers:
      + an extensive set of primitives for array handling, including sorts, set
        operations and interfaces with csv files and Calc sheets
      + an extensive set of primitives for string handling, including
        replacements, regular expressions, encodings, hashing and localization
      + a Dictionary mapping class
  * a coherent error handling for both user and ScriptForge scripts
  * complete FileSystem and TextStream classes for file and directory handling,
    and text files read & write
  * detailed context information: platform, operating system, directories, ...
  * interconnection of Basic and Python modules
  * easy access to and management of actual windows and documents
  * specific modules for
      + automation on Calc sheets
      + management of dialogs and their controls
      + access to data contained in databases

ScriptForge libraries documentation is undergoing review. ScriptForge help
pages will be available from release 7.2 onwards.

BASIC

Python

Core / General

  * Improve finding a matching printer paper size for the printed document tdf#
    134646 (Samuel Mehrbrodt, CIB)
  * Show all supported files by default when adding a new extension in
    Extension Manager core commit 6a32706e (Samuel Mehrbrodt, CIB)
  * Print preview is now updated asynchronously to not block UI when adjusting
    settings in print dialog core commit 93c833e8 (Samuel Mehrbrodt, CIB)

New dialog: additions

In various places, it should be possible to get more content such as macros or
templates from external storage. This requirement is now fulfilled with the
Additions Dialog. blog post (Yusuf Keten, GSoC; mentors: Muhammet Kara
(Collabora), Heiko Tietze)

AdditionsDialog in LibreOffice

What and why?

Without this dialog, when we want to install an extension we need to search it
from the webpage, download and install it using the Extension Manager. With
this dialog, we can now get and install extensions with one-click. This dialog
is appropriate for searching and installing not only general extensions but
also other types of extensions such as templates, macros, icons, etc. The main
purpose of creating this dialog is to improve user experience. Therefore,
nearly every detail of the extensions exist in the user interface. This
simplicity is designed and created thanks to the web API, power of extension
manager, and additions dialog.

    AdditionsDialog usage

    Sorting options in the menu

Note: Please visit the blog post to learn how to link Additions to other
dialogs.

  * Interaction added to Sidebar > Gallery, Templates Manager, Options >
    Dictionaries, Options > Icon Themes (Heiko Tietze, TDF)

Specifications

User

  * can change the sorting filter according to the desire. Options are download
    number, rating, and comment number.
  * can see which extensions are installed with this feature. Installed
    extensions are disabled on the list.
  * can see the name, description, screenshot, rating, comment number, download
    number of the extensions from the list.
  * can access the extension webpage and the comment section of the extension
    with the links on the UI.

LibreOffice Help

  * Reactivated extended tips in dialogs tdf#118148 (Olivier Hallot, Christian
    Lohmaier)

  * Syntax diagrams exist for all Basic statements, including a new How to Read
    Syntax Diagram page tdf#131416 (Alain Romedenne)

Filters

  * Now detecting 0-byte files based on extension blog post (Miklos Vajna,
    Collabora)

Improvements of DOCX import/export filter

  * Add support for change tracking in floating table tdf#132271 (L??szl?? N??
    meth, NISZ)
  * Add formula import in text tables core commit 68e74bdf (Michael Warner) and
    core commit 782700c6 (L??szl?? N??meth, NISZ)
  * Export formula fields tdf#118682 and formula cells tdf#133163 in text
    tables (L??szl?? N??meth, NISZ)
  * Added a workaround for ABOVE/BELOW/LEFT/RIGHT arguments in SUM, AVERAGE,
    etc. table functions importing. Now Writer converts that arguments into
    cell range like <A1:A10> and saves into DOCX as a cell range. Be careful
    with this new behavior tdf#123355 (L??szl?? N??meth, NISZ)
  * Better handling of cached field results in Writer. a blog post (Miklos
    Vajna, Collabora)
  * Support keeping the spacing below the last paragraph in the header in doc/
    docx files tdf#128195 (Samuel Mehrbrodt, CIB)

Improvements of XLSX import/export filter

Improvements of PPTX import/export filter

  * Several SmartArt improvements when importing from PPTX blog post 1 blog
    post 2 (Miklos Vajna, Collabora)

SmartArt: linear layout with multiple 100% width shapes

SmartArt: Autofit synchronization

GUI

Icon theme

  * elementary icon theme got update to be more closely to upstream's color
    branding. See the blog post here. tdf#139056 (Rizal Muttaqin)

Dialogs

  * New dialog to select the User Interface flavor, aiming to pick the right UI
    at first start tdf#117463 (Heiko Tietze, TDF)

UI Picker

Notebookbar

  * New widget with styles preview was added to the tabbed Notebookbar. core
    commit b982be12 (Szymon K??os, Collabora)


Localization

New languages/locales with locale data

  * English Kenya [en-KE] tdf#115436 (Eike Rathke (Red Hat, Inc.))
  * English (Hong Kong) [en-HK] tdf#135518 (Eike Rathke (Red Hat, Inc.))

Additional languages in the language list

Incorporation of other languages

Improvements to proofing tools and language support

See details on the changes: [1]

  * Albanian. The hyphenation dictionary was added and Hunspell files were
    encoded into UTF-8 (Isah Bllaca).
  * Danish. The spelling dictionary was updated (stavekontrolden.dk)
  * English (GB). The spelling dictionary was updated (Marco A. G. Pinto).
  * French. The spelling dictionary was updated (Olivier R., Grammalecte).
  * Hungarian. The hyphenation dictionary was updated (L??szl?? N??meth,
    magyarispell.sourceforge.net).
  * Italian. The spelling and hyphenation dictionaries were updated (Marina
    Latini, LibreItalia).
  * Korean. New spelling dictionaries was added (Ilkyu Ju,
    spellcheck-ko.github.io).
  * Occitan. The spelling dictionary was updated (Quentin PAG?S, Dicollecte).
  * Portuguese (Brazil). The spelling dictionary was updated (Olivier Hallot,
    VERO/DivSilab).
  * Portuguese (Portugal). The spelling dictionary was updated (Olivier Hallot,
    Onto.PT).
  * Slovenian. The thesaurus was updated (Martin Srebotnjak, OdprtiTezaver).
  * Spanish (all). The spelling dictionaries were updated (Ismael Olea,
    RLA-ES).

Feature Removal / Deprecation

General

Platform Compatibility

Mac

Windows

It's now possible to build LibreOffice native for Windows Arm64. This is
realized as a cross-build from Windows x64. It's in early development and has
some known limitations, documented in tdf#137143. The Windows build
instructions in this Wiki were also updated. There is a daily build available
at https://dev-builds.libreoffice.org/daily/master/

Linux

Java Support

  * On macOS, when manually adding a Java runtime environment via LibreOffice ?
    Preferences... ? LibreOffice ? Advanced ? Java Options ? Add..., you can
    now also select a JDK that is not installed under /Library/Java/
    JavaVirtualMachines. core commit 7db048f6

API Changes

UNO API changes

  * Added scrollbar properties to AWT tabpage (and added documentation for
    those at AWT dialogs - which were there since LibreOffice 4.0) core commit
    b3f2530a (Thorsten Behrens, CIB)
  * Added a new property SinglePrintJobs to the
    com::sun::star::view::PrintOptions service. Setting this property to true
    will create a separate print job for each collated copy. core commit
    2e2c162b (Samuel Mehrbrodt, CIB)
  * In Writer, SwXFieldEnumeration will now return fieldmarks in addition to
    fields and meta-fields. core commit dd24e21b (Michael Stahl, CIB)
  * XShapeGrouper::group now works with a single shape in Writer (matching
    behavior in Calc, Impress and Draw) tdf#136423 (Samuel Mehrbrodt, CIB)

Configuration changes

  * Renamed config items with unintended meanings (Thorsten Behrens, CIB)
      + OpenCLWhiteList changed to OpenCLAllowList core commit abb6c015
      + DeviceBlacklist changed to DeviceDenylist core commit 493ae7a6
      + BlacklistCurrentDevice changed to DenylistCurrentDevice core commit
        493ae7a6
      + OpenCLBlackList changed to OpenCLDenyList core commit 493ae7a6
  * The ImageIdentifier property of MenuItem and ToolBarItem types from /
    org.openoffice.Office.Addons/ used to accept URLs to internal images, with
    the syntax private:image/<number>. This was broken for a few years, and now
    removed completely. Referencing user-defined images with this property
    should still work, although being obsolete. core commit 3e4968e6

SDK changes

  * Remove OSL_SIGNAL_USER_RESOURCEFAILURE from include/osl/signal.h. Should
    only have been used by internal code anyway. core commit 9951d414
  * Remove OSL_THIS_FUNC from include/osl/diagnose.h. Should only have been
    used by internal code anyway. core commit e5356fb0
  * Remove unused and deprecated sal_Char/sal_sChar/sal_uChar from include/sal/
    types.h. core commit c3634ad6
    details). LibreOffice was based on OpenOffice.org.<br/>If you do not want
    your writing to be edited mercilessly and redistributed at will, then do
    not submit it here.
  * Powered by MediaWiki

diffstat:

 misc/libreoffice/Makefile                                                 |    13 +-
 misc/libreoffice/PLIST                                                    |  1059 +--------
 misc/libreoffice/distinfo                                                 |    62 +-
 misc/libreoffice/patches/patch-autogen.sh                                 |    10 +-
 misc/libreoffice/patches/patch-desktop_unx_source_pagein.c                |    14 -
 misc/libreoffice/patches/patch-external_pdfium_UnpackedTarball__pdfium.mk |    17 +-
 misc/libreoffice/patches/patch-external_skia_UnpackedTarball__skia.mk     |    16 +-
 misc/libreoffice/patches/patch-sc_source_core_tool_math.cxx               |    27 +-
 misc/libreoffice/patches/patch-slideshow_source_engine_box2dtools.cxx     |    15 +
 misc/libreoffice/patches/patch-sw_source_core_bastyp_calc.cxx             |    15 +
 misc/libreoffice/patches/patch-vcl_Executable__visualbackendtest.mk       |    19 -
 11 files changed, 286 insertions(+), 981 deletions(-)

diffs (truncated from 2032 to 300 lines):

diff -r 671bbd614e99 -r 8e2add38faa3 misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Sat Feb 06 06:42:49 2021 +0000
+++ b/misc/libreoffice/Makefile Sat Feb 06 06:47:24 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.250 2021/01/01 13:17:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.251 2021/02/06 06:47:24 ryoon Exp $
 
-VERREL=                7.0.4
-VERRC=         2
+VERREL=                7.1.0
+VERRC=         3
 VER=           ${VERREL}.${VERRC}
 DISTNAME=      libreoffice-${VER}
 CATEGORIES=    misc
@@ -116,15 +116,15 @@
        ReemKufi-0.7.zip \
        pdfium-4306.tar.bz2 \
        dtoa-20180411.tgz \
-       skia-m85-e684c6daef6bfb774a325a069eda1f76ca6ac26c.tar.xz
+       skia-m88-59bafeeaa7de9eb753e3778c414e01dcf013dcd8.tar.xz
 
 .for md in ${MORE_DISTFILES}
 DISTFILES+=            ${md}
 SITES.${md}=           https://dev-www.libreoffice.org/src/
 .endfor
 
-MORE_DISTFILES2+=              884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf
-SITES.884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf=   https://dev-www.libreoffice.org/extern/
+MORE_DISTFILES2+=      f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf
+SITES.f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf=   https://dev-www.libreoffice.org/extern/
 
 .include "../../graphics/librsvg/available.mk"
 .if ${LIBRSVG_TYPE} == "c" || make(distinfo) || make(mdi)
@@ -345,6 +345,7 @@
 #BUILDLINK_API_DEPENDS.harfbuzz+=      harfbuzz>=1.4.2
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .include "../../fonts/harfbuzz-icu/buildlink3.mk"
+.include "../../graphics/box2d/buildlink3.mk"
 .include "../../graphics/graphite2/buildlink3.mk"
 .endif
 # Requires JCS_EXT_BGRA
diff -r 671bbd614e99 -r 8e2add38faa3 misc/libreoffice/PLIST
--- a/misc/libreoffice/PLIST    Sat Feb 06 06:42:49 2021 +0000
+++ b/misc/libreoffice/PLIST    Sat Feb 06 06:47:24 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2020/11/01 12:17:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.42 2021/02/06 06:47:24 ryoon Exp $
 bin/libreoffice
 bin/lobase
 bin/localc
@@ -108,7 +108,6 @@
 ${PKGNAME}/lib/libreoffice/program/libdict_zh.so
 ${PKGNAME}/lib/libreoffice/program/libdlgprovlo.so
 ${PKGNAME}/lib/libreoffice/program/libdrawinglayerlo.so
-${PLIST.gtk3}${PKGNAME}/lib/libreoffice/program/liblibreofficekitgtk.so
 ${PKGNAME}/lib/libreoffice/program/libeditenglo.so
 ${PKGNAME}/lib/libreoffice/program/libembobj.so
 ${PKGNAME}/lib/libreoffice/program/libemboleobj.so
@@ -123,11 +122,7 @@
 ${PKGNAME}/lib/libreoffice/program/libfps_officelo.so
 ${PKGNAME}/lib/libreoffice/program/libfrmlo.so
 ${PKGNAME}/lib/libreoffice/program/libfsstoragelo.so
-${PKGNAME}/lib/libreoffice/program/libfwelo.so
-${PKGNAME}/lib/libreoffice/program/libfwilo.so
 ${PKGNAME}/lib/libreoffice/program/libfwklo.so
-${PKGNAME}/lib/libreoffice/program/libfwllo.so
-${PKGNAME}/lib/libreoffice/program/libfwmlo.so
 ${PKGNAME}/lib/libreoffice/program/libgcc3_uno.so
 ${PKGNAME}/lib/libreoffice/program/libgielo.so
 ${PKGNAME}/lib/libreoffice/program/libgraphicfilterlo.so
@@ -146,6 +141,7 @@
 ${PKGNAME}/lib/libreoffice/program/libinvocationlo.so
 ${PKGNAME}/lib/libreoffice/program/libiolo.so
 ${PLIST.ldap}${PKGNAME}/lib/libreoffice/program/libldapbe2lo.so
+${PLIST.gtk3}${PKGNAME}/lib/libreoffice/program/liblibreofficekitgtk.so
 ${PKGNAME}/lib/libreoffice/program/liblnglo.so
 ${PKGNAME}/lib/libreoffice/program/liblnthlo.so
 ${PKGNAME}/lib/libreoffice/program/liblocalebe1lo.so
@@ -156,7 +152,6 @@
 ${PKGNAME}/lib/libreoffice/program/liblog_uno_uno.so
 ${PKGNAME}/lib/libreoffice/program/libloglo.so
 ${PKGNAME}/lib/libreoffice/program/liblwpftlo.so
-${PKGNAME}/lib/libreoffice/program/libmcnttype.so
 ${PKGNAME}/lib/libreoffice/program/libmigrationoo2lo.so
 ${PKGNAME}/lib/libreoffice/program/libmigrationoo3lo.so
 ${PKGNAME}/lib/libreoffice/program/libmorklo.so
@@ -4265,6 +4260,8 @@
 ${PKGNAME}/lib/libreoffice/program/services/services.rdb
 ${PKGNAME}/lib/libreoffice/program/setuprc
 ${PKGNAME}/lib/libreoffice/program/shell/about.svg
+${PKGNAME}/lib/libreoffice/program/shell/logo-sc.svg
+${PKGNAME}/lib/libreoffice/program/shell/logo-sc_inverted.svg
 ${PKGNAME}/lib/libreoffice/program/shell/logo.svg
 ${PKGNAME}/lib/libreoffice/program/shell/logo_inverted.svg
 ${PKGNAME}/lib/libreoffice/program/simpress
@@ -4602,27 +4599,10 @@
 ${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_zh_CN.properties
 ${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_zh_TW.properties
 ${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_zu.properties
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.circular-arrow.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.circular-leftarrow.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.down-arrow.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.up-arrow.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_basicstop.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_editglossary.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_navigationbarleft.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_newdoc.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_runbasic.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.circular-arrow.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.circular-leftarrow.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.down-arrow.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.up-arrow.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_basicstop.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_editglossary.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_navigationbarleft.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_newdoc.png
-${PKGNAME}/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_runbasic.png
 ${PKGNAME}/lib/libreoffice/share/Scripts/python/NamedRanges.py
+${PKGNAME}/lib/libreoffice/share/Scripts/python/ScriptForgeHelper.py
 ${PKGNAME}/lib/libreoffice/share/Scripts/python/SetCellColor.py
-${PKGNAME}/lib/libreoffice/share/Scripts/python/pythonSamples/TableSample.py
+${PKGNAME}/lib/libreoffice/share/Scripts/python/TableSample.py
 ${PKGNAME}/lib/libreoffice/share/autocorr/acor_af-ZA.dat
 ${PKGNAME}/lib/libreoffice/share/autocorr/acor_bg-BG.dat
 ${PKGNAME}/lib/libreoffice/share/autocorr/acor_ca-ES.dat
@@ -4934,9 +4914,50 @@
 ${PKGNAME}/lib/libreoffice/share/basic/ImportWizard/Main.xba
 ${PKGNAME}/lib/libreoffice/share/basic/ImportWizard/dialog.xlb
 ${PKGNAME}/lib/libreoffice/share/basic/ImportWizard/script.xlb
+${PKGNAME}/lib/libreoffice/share/basic/SFDatabases/SF_Database.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDatabases/SF_Register.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDatabases/__License.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDatabases/dialog.xlb
+${PKGNAME}/lib/libreoffice/share/basic/SFDatabases/script.xlb
+${PKGNAME}/lib/libreoffice/share/basic/SFDialogs/SF_Dialog.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDialogs/SF_DialogControl.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDialogs/SF_Register.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDialogs/__License.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDialogs/dialog.xlb
+${PKGNAME}/lib/libreoffice/share/basic/SFDialogs/script.xlb
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Base.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Calc.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Document.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/SF_Register.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/__License.xba
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/dialog.xlb
+${PKGNAME}/lib/libreoffice/share/basic/SFDocuments/script.xlb
 ${PKGNAME}/lib/libreoffice/share/basic/ScriptBindingLibrary/Highlight.xdl
 ${PKGNAME}/lib/libreoffice/share/basic/ScriptBindingLibrary/dialog.xlb
 ${PKGNAME}/lib/libreoffice/share/basic/ScriptBindingLibrary/script.xlb
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_Array.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_Dictionary.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_Exception.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_FileSystem.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_L10N.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_Platform.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_Root.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_Services.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_Session.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_String.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_TextStream.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_Timer.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_UI.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/SF_Utils.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/_CodingConventions.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/_ModuleModel.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/__License.xba
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/dialog.xlb
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/dlgConsole.xdl
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/dlgProgress.xdl
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/po/ScriptForge.pot
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/po/en.po
+${PKGNAME}/lib/libreoffice/share/basic/ScriptForge/script.xlb
 ${PKGNAME}/lib/libreoffice/share/basic/Template/Autotext.xba
 ${PKGNAME}/lib/libreoffice/share/basic/Template/Correspondence.xba
 ${PKGNAME}/lib/libreoffice/share/basic/Template/DialogStyles.xdl
@@ -4998,6 +5019,8 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/acorexceptpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/acoroptionspage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/acorreplacepage.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/additionsdialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/additionsfragment.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/agingdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/applyautofmtpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/applylocalizedpage.ui
@@ -5033,8 +5056,6 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/dbregisterpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/diagramdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/dimensionlinestabpage.ui
-${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/distributiondialog.ui
-${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/distributionpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/editdictionarydialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/editmodulesdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/effectspage.ui
@@ -5184,6 +5205,7 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/textflowpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/thesaurus.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/tipofthedaydialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/toolbarmodedialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/transparencytabpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/tsaurldialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/twolinespage.ui
@@ -5191,16 +5213,21 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/cui/ui/zoomdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/admindialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/advancedsettingsdialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/appborderwindow.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/appdetailwindow.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/applycolpage.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/appswapwindow.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/authentificationpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/autocharsetpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/choosedatasourcedialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/colcontrolbox.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/collectionviewdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/colwidthdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/connectionpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/copytablepage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/dbaseindexdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/dbasepage.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/dbtreelist.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/dbwizconnectionpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/dbwizmysqlintropage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/dbwizmysqlnativepage.ui
@@ -5208,9 +5235,11 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/dbwiztextpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/deleteallrowsdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/designsavemodifieddialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/detailwindow.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/directsqldialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/emptypage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/fielddescpage.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/fielddescpanel.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/fielddialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/finalpagewizard.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/generalpagedialog.ui
@@ -5237,6 +5266,7 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/queryfilterdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/queryfuncmenu.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/querypropertiesdialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/queryview.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/relationdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/rowheightdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/savedialog.ui
@@ -5246,13 +5276,17 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/specialjdbcconnectionpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/specialsettingspage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/sqlexception.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/tableborderwindow.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/tabledesignrowmenu.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/tabledesignsavemodifieddialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/tablelistbox.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/tablesfilterdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/tablesfilterpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/tablesjoindialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/taskwindow.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/textconnectionsettings.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/textpage.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/titlewindow.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/typeselectpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/useradmindialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/dbaccess/ui/useradminpage.ui
@@ -5319,6 +5353,7 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/BasicIDE/ui/modulepage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/BasicIDE/ui/newlibdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/BasicIDE/ui/organizedialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/BasicIDE/ui/sortmenu.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/StartModule/menubar/menubar.xml
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/dbapp/menubar/menubar.xml
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/dbapp/popupmenu/edit.xml
@@ -5348,6 +5383,7 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/dbreport/toolbar/arrowshapes.xml
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/dbreport/toolbar/basicshapes.xml
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/dbreport/toolbar/calloutshapes.xml
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/dbreport/toolbar/distributebar.xml
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/dbreport/toolbar/drawbar.xml
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/dbreport/toolbar/flowchartshapes.xml
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/dbreport/toolbar/reportcontrols.xml
@@ -5499,10 +5535,12 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/descriptivestatisticsdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/doubledialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/dropmenu.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/erroralerttabpage-mobile.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/erroralerttabpage.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/exponentialsmoothingdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/externaldata.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/filldlg.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/filterdropdown.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/filterlist.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/floatingborderstyle.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/floatinglinestyle.ui
@@ -5519,6 +5557,7 @@
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/headerfootercontent.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/headerfooterdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/imoptdialog.ui
+${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/inputbar.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/inputstringdialog.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/insertcells.ui
 ${PKGNAME}/lib/libreoffice/share/config/soffice.cfg/modules/scalc/ui/insertname.ui
@@ -5526,6 +5565,7 @@



Home | Main Index | Thread Index | Old Index