Test repository to check push and ssh key
Find a file
Stephan Bergmann 58c4457a90 Update to latest Rhino 1.7.14
...at the expense of losing, at least for now, the script editor for it (which
had been hacked into the old upstream sources in a hard-to-maintain way).

rhino-1.7.14.zip is taken from
<https://github.com/mozilla/rhino/releases/download/Rhino1_7_14_Release/rhino-1.7.14.zip>.
Building it would now use Gradle, but instead just hack together an invocation
of javac and jar in external/rhino/ExternalProject_rhino.mk that effectively
generates the same jar as the upstream-built jar available at
<https://github.com/mozilla/rhino/releases/download/Rhino1_7_14_Release/rhino-1.7.14.jar>.

All the various patches are no longer necessary:
* external/rhino/rhino1_5R5.patch and external/rhino/OfficeScriptInfo.java were
  mostly for the hacked-in script editor, which has been abandoned at least for
  now (see above).
* external/rhino/rhino1_5R5-find_swing.patch (originally from
  0a7f934650 "ause109: #i106296# make build.xml
  aware of TARFILE_LOCATION") appears to be obsolete.
* external/rhino/rhino1_5R5-updateToolTip.patch is covered by
  <ab20a73b16>
  "Fix bug 414869: Rhino debugger fails to launch due to updates in mac os x
  leopard".
* external/rhino/rhino-classpath.patch.1 from
  bb58293296 "rhino: unbreak build on Fedora 34"
  was only relevant when building with Ant.

Change-Id: I5fca5915d785716f7aaf313ff2469a20f55f707a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165190
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-04-02 18:56:13 +02:00
.git-hooks Revert "Drop allownonascii check from pre-commit checks" 2023-12-02 21:55:33 +01:00
.github
.vscode vscode-ide-integration: add license-header template (snippet) 2023-11-06 13:55:12 +01:00
accessibility tdf#146619 Drop unused 'using namespace' in: accessibility/ 2024-04-01 10:03:56 +02:00
android android-viewer translated using Weblate 2024-03-13 21:05:38 +01:00
animations tdf#146619 Recheck animations/ with IWYU 2024-03-08 09:13:28 +01:00
apple_remote Drop C/C++ DEBUG macro 2024-03-21 16:30:59 +01:00
avmedia convert PlayerListener to comphelper::WeakComponentImplHelper 2024-03-29 18:00:06 +01:00
basctl Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-free 2024-03-11 04:43:28 +01:00
basegfx tdf#159805 Printing line style dotted lines (horizontal) turns into dashes. 2024-03-26 19:02:42 +01:00
basic tdf#146619 Drop unused 'using namespace' in: basic/ 2024-04-02 08:32:46 +02:00
bean
bin Drop transitional header xmlsecurity/xmlsec-wrapper.h 2024-03-28 12:51:00 +01:00
binaryurp Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
bridges riscv64 bridge: replace some preprocessor directives to macros for debugging 2024-04-02 14:16:01 +02:00
canvas convert CanvasFont to comphelper::WeakComponentImplHelper 2024-03-30 18:01:34 +01:00
chart2 Disable chart modification in readony view mode. 2024-04-02 12:26:18 +02:00
cli_ure Fix warning C4456 when building with MSVC without -Wv:18 2024-02-23 01:34:29 +01:00
codemaker map SAL_DLLPUBLIC_RTTI to visibility:default for gcc 2024-03-05 14:39:06 +01:00
comphelper tdf#42982 Add error messages to thrown exceptions 2024-03-30 13:32:16 +01:00
compilerplugins loplugin:finalmethods 2024-03-26 17:16:47 +01:00
config_host add UNLESS_MERGELIBS_MORE and use to reduce symbol visibility 2024-03-02 09:36:01 +01:00
configmgr configmgr: fix parse error if subelements of <info> used 2024-03-22 08:46:04 +01:00
connectivity tdf#146619 Drop unused 'using namespace' in: connectivity/ 2024-04-01 10:03:42 +02:00
cppcanvas UnoApiTest::loadFromURL -> UnoApiTest::loadFromFile 2024-01-03 07:51:28 +01:00
cppu tdf#146619 Drop unused 'using namespace' in: cppu/ cppuhelper/ 2024-03-29 21:20:50 +01:00
cppuhelper tdf#146619 Drop unused 'using namespace' in: cppu/ cppuhelper/ 2024-03-29 21:20:50 +01:00
cpputools loplugin:external -> loplugin:conststringvar -> loplugin:redundantstatic 2023-11-08 22:49:47 +01:00
cui tdf#145081 Line spacing style type "Fixed" is not on the style sheet dialog 2024-03-30 15:59:26 +01:00
dbaccess simplify SotTempStream and lifetime 2024-04-02 07:53:43 +02:00
desktop tdf#146619 Remove unused #includes from C/C++ files 2024-04-02 17:27:27 +02:00
dictionaries@c5b2a36bde Update git submodules 2024-03-28 10:56:58 +01:00
distro-configs move Windows amd macOS builds to mergelibs=more 2024-03-04 18:04:23 +01:00
docmodel cool#8327 use tools::JsonWriter for theme colors 2024-03-04 11:50:45 +01:00
drawinglayer tdf#146619 Drop unused 'using namespace' in: drawinglayer/ 2024-04-01 11:45:46 +02:00
editeng editeng: combine scaling parameters into ScalingParameters struct 2024-04-02 05:48:41 +02:00
embeddedobj This assert was wrong 2024-03-26 17:14:40 +01:00
embedserv Drop std::as_const from css::uno::Sequence iterations 2024-01-27 12:43:48 +01:00
emfio cid#1545370 COPY_INSTEAD_OF_MOVE 2024-01-08 13:09:02 +01:00
eventattacher tdf#146619 Drop unused 'using namespace' in: eventattacher/ 2024-03-30 10:03:30 +01:00
extensions Drop C/C++ DEBUG macro 2024-03-21 16:30:59 +01:00
external Update to latest Rhino 1.7.14 2024-04-02 18:56:13 +02:00
extras Resolves tdf#159573 and tdf#137931 - WhatsNew or Welcome dialog 2024-03-27 09:41:44 +01:00
filter tdf#147021 Replace SAL_N_ELEMENTS with std::size 2024-04-02 10:38:58 +02:00
forms tdf#42982 Add error messages to thrown exceptions 2024-03-30 13:32:16 +01:00
formula tdf#126573 Add Excel2021 array function SORTBY to Calc 2024-03-26 10:20:38 +01:00
fpicker tdf#146619 Drop unused 'using namespace' in: fpicker/ 2024-03-31 19:22:40 +02:00
framework tdf#146619 Drop unused 'using namespace' in: framework/ 2024-04-01 11:46:16 +02:00
helpcompiler Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
helpcontent2@c2349a58a8 Update git submodules 2024-04-01 15:33:06 +02:00
hwpfilter Drop C/C++ DEBUG macro 2024-03-21 16:30:59 +01:00
i18nlangtag Drop C/C++ DEBUG macro 2024-03-21 16:30:59 +01:00
i18npool tdf#146619 Drop unused 'using namespace' in: i18npool/ 2024-04-02 17:28:22 +02:00
i18nutil Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
icon-themes tdf#50934: Rudimentary UI images for pie-of-pie and bar-of-pie 2024-02-19 12:31:30 +01:00
idl tdf#143148 update all headers in idl/inc to use #pragma once 2024-03-16 20:20:21 +01:00
idlc/test/parser
include Related: tdf#157480 use SSL_CERT_FILE on macOS too 2024-04-02 12:49:25 +02:00
instsetoo_native Hard-code --with-online-update-mar-channel=LOOnlineUpdater 2024-01-02 21:23:39 +01:00
io tdf#146619 Drop unused 'using namespace' in: io/ 2024-03-29 21:21:02 +01:00
ios
javaunohelper enable unchecked lint for our java code 2023-11-09 14:27:47 +01:00
jurt
jvmaccess
jvmfwk Tie javac -g option to --enable-symbols instead of gb_DEBUGLEVEL 2024-03-21 09:41:57 +01:00
l10ntools cid#1546281 COPY_INSTEAD_OF_MOVE 2023-12-10 11:57:12 +01:00
librelogo Revert "tdf#158803 remove some unused imports, unnecessary semicolons and related styling" 2024-03-28 10:10:32 +01:00
libreofficekit LOK: send inner text boundry information of shapes/textbox on change 2024-03-08 10:55:26 +01:00
lingucomponent tdf#146619 Drop unused 'using namespace' in: lingucomponent/ 2024-04-01 20:47:37 +02:00
linguistic tdf#146619 Drop unused 'using namespace' in: linguistic/ 2024-04-01 20:47:27 +02:00
lotuswordpro tdf#141908 - CppUnittests: replace usage of sal_Int32 with colors 2024-03-14 02:33:03 +01:00
m4 Fix typo 2023-04-06 14:15:12 +02:00
msicreator createmsi: retrieve file handle explicitely so we can close it at the end 2023-11-17 17:34:52 +01:00
nlpsolver
o3tl Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
odk Add a notice about "published" to the IDL API documentation main page 2024-03-18 14:09:10 +01:00
offapi Correct typo in comment 2024-03-28 18:10:21 +01:00
officecfg Resolves tdf#159573 and tdf#137931 - WhatsNew or Welcome dialog 2024-03-27 09:41:44 +01:00
oovbaapi tdf#150281: Fix CentimetersToPoints in Calc 2023-03-13 15:16:24 +00:00
oox tdf#157285 PPTX import: fix placeholder height 2024-03-29 23:38:18 +01:00
opencl Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
osx Add all source directories as folder references to the Xcode project 2023-07-05 10:30:37 +02:00
package tdf#146619 Drop unused 'using namespace' in: package/ 2024-03-31 09:41:32 +02:00
pch
postprocess Emscripten: Filter out some configuration 2024-02-23 20:58:56 +01:00
pyuno officehelper.py memory cleanup 2024-03-26 21:01:24 +01:00
qadevOOo Tie javac -g option to --enable-symbols instead of gb_DEBUGLEVEL 2024-03-21 09:41:57 +01:00
readlicense_oo update credits 2024-03-19 12:24:43 +01:00
registry Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
remotebridges
reportbuilder reportbuilder: remove unused config files 2023-12-18 07:57:24 +01:00
reportdesign use std::mutex in StatusbarController 2024-03-29 16:24:29 +01:00
ridljar Allow building with Java 8 2024-03-02 06:29:50 +01:00
sal No need to define ETIME 2024-03-26 14:24:06 +01:00
salhelper Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
sax tdf#146619 Drop unused 'using namespace' in: sax/ 2024-03-31 09:41:18 +02:00
sc fix assert in loading forum-de3-11775.ods 2024-04-02 14:37:44 +02:00
scaddins Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
sccomp convert SolverComponent to comphelper::WeakImplHelper 2024-03-29 07:42:41 +01:00
schema tdf#160356 Add support for hidden named expressions in Calc 2024-04-01 05:56:10 +02:00
scp2 scp2: Take ENABLE_{KF,QT}6 into account 2024-02-14 09:42:53 +01:00
scripting Update to latest Rhino 1.7.14 2024-04-02 18:56:13 +02:00
sd use more concrete UNO types in sd 2024-04-02 13:04:21 +02:00
sdext tdf#146619 Drop unused 'using namespace' in: sdext/ 2024-03-31 19:22:57 +02:00
setup_native Drop C/C++ DEBUG macro 2024-03-21 16:30:59 +01:00
sfx2 tdf#146619 Drop unused 'using namespace' in: sfx2/ 2024-04-02 08:32:20 +02:00
shell tdf#146619 Drop unused 'using namespace' in: shell/ 2024-03-30 20:50:06 +01:00
slideshow tdf#159258 sd: fix to show objects in slideshow if they have 2024-03-22 11:44:16 +01:00
smoketest
solenv remove unused suppression 2024-04-01 10:00:56 +02:00
soltools Drop C/C++ DEBUG macro 2024-03-21 16:30:59 +01:00
sot simplify SotTempStream and lifetime 2024-04-02 07:53:43 +02:00
starmath reduce symbol visibility in --enable-mergelibs=more mode 2024-03-13 08:14:38 +01:00
static Fix cd static && make for emscripten build 2024-03-20 13:01:20 +01:00
stoc tdf#146619 Drop unused 'using namespace' in: stoc/ 2024-03-30 09:49:07 +01:00
store Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
svgio Fix typo 2024-03-28 22:01:58 +01:00
svl crashtesting: crash seen with multiple threads calling GetTheCurrencyTable 2024-03-31 18:03:46 +02:00
svtools use std::mutex in StatusbarController 2024-03-29 16:24:29 +01:00
svx svx: prefix members of XLineEndEntry 2024-04-02 10:28:27 +02:00
sw simplify SotTempStream and lifetime 2024-04-02 07:53:43 +02:00
swext swext: MediaWiki: implement AllowInsecureProtocols 2023-11-09 16:53:55 +01:00
sysui use portable "command -v" to detect installed programs, part 3 2024-01-22 14:11:47 +01:00
test use more string_view 2024-03-08 07:06:13 +01:00
testtools cid#1545177 COPY_INSTEAD_OF_MOVE 2023-12-10 17:41:18 +01:00
toolkit convert SortableGridDataModel to comphelper::WeakComponentImplHelper 2024-03-31 13:03:24 +02:00
tools loplugin:unusedmethods 2024-03-17 13:06:48 +01:00
translations@e36ba06ea7 Update git submodules 2024-04-02 12:46:35 +02:00
ucb ucb: webdav-curl: always set CURLOPT_NOBODY for HEAD 2024-03-14 18:59:16 +01:00
ucbhelper tdf#146619 Drop unused 'using namespace' in: ucbhelper/ 2024-03-29 21:21:23 +01:00
udkapi Add Embind'ing of UNO Any getter for interfaces 2024-03-07 23:13:31 +01:00
uitest fix comparison of UIObject's inside UITests 2024-03-28 17:17:32 +01:00
UnoControls tdf#146619 Drop unused 'using namespace' in: UnoControls/ 2024-03-30 19:54:17 +01:00
unodevtools Don't use boost in code generated by uno-skeletonmaker 2023-12-22 11:17:45 +01:00
unoidl Some improvements to the UNOIDL SourceTreeProvider 2024-02-28 16:01:38 +01:00
unoil
unotest Embind construction of UNO Any sequence/struct/exception/interface 2024-03-11 13:36:24 +01:00
unotools tdf#146619 Drop unused 'using namespace' in: unotools/ 2024-03-30 19:53:58 +01:00
unoxml tdf#146619 Drop unused 'using namespace' in: unoxml/ 2024-03-31 09:41:07 +02:00
ure
uui uui: show what is the unhandled result before asserting 2024-02-15 16:37:52 +01:00
vbahelper tdf#143148 Update Include Guard usage 2024-03-11 05:42:43 +01:00
vcl Related: tdf#157480 use SSL_CERT_FILE on macOS too 2024-04-02 12:49:25 +02:00
winaccessibility Remove unused headers found by bin/find-unusedheaders.sh 2023-12-24 11:50:41 +01:00
wizards Revert "tdf#158803 remove some unused imports, unnecessary semicolons and related styling" 2024-03-28 10:10:32 +01:00
writerfilter tdf#158803 test for membership should be 'not in' 2024-03-28 08:48:35 +01:00
writerperfect reduce symbol visibility in --enable-mergelibs=more mode 2024-03-13 08:14:38 +01:00
xmerge
xmlhelp Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
xmloff tdf#146619 Recheck xmloff/*cxx with IWYU 2024-03-29 21:19:32 +01:00
xmlreader Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
xmlscript tdf#146619 Drop unused 'using namespace' in: xmlscript/ 2024-04-01 10:03:25 +02:00
xmlsecurity tdf#146619 Remove unused #includes from C/C++ files 2024-04-02 17:30:55 +02:00
.buckconfig Add build toolchain to upload LibreOffice API to Maven Central 2015-12-03 23:32:11 +00:00
.buckversion
.clang-format
.editorconfig
.git-blame-ignore-revs tdf#157638 Added to git blame ignore list 2023-12-29 17:01:32 +01:00
.gitattributes SVG is a textual XML format after all 2022-06-24 16:36:36 +02:00
.gitignore add secmod.db files to .gitignore 2024-01-15 08:48:52 +01:00
.gitmodules gitmodules: use relative paths 2020-10-21 21:51:54 +02:00
.gitpod.dockerfile
.gitpod.yml
.gitreview git-review: Use the hostname instead of alias. 2019-05-15 15:13:47 +02:00
antivirusDetection.vbs
autogen.sh
BUCK Adapt buck build to jars merged into libreoffice.jar 2020-11-30 11:27:47 +01:00
config.guess Update config.guess & .sub to latest 2022-12-12 15:46:46 +00:00
config.sub
config_host.mk.in Allow building with Java 8 2024-03-02 06:29:50 +01:00
config_host_lang.mk.in don't export the various language lists and consolidate them 2022-12-15 21:07:37 +00:00
configure.ac Update the Android "enough memory for linking" check 2024-03-21 16:57:37 +01:00
COPYING
COPYING.LGPL
COPYING.MPL
cpp.hint Add SAL_LOPLUGIN_ANNOTATE to cpp.hint 2024-01-30 07:18:32 +01:00
download.lst Update to latest Rhino 1.7.14 2024-04-02 18:56:13 +02:00
g git-hooks: remove hint in './g -z' 2023-04-01 13:28:14 +02:00
install-sh
install_deps.sh
leak-suppress.txt exclude more UNO type and crypto leaks 2021-06-30 13:22:32 +02:00
Library_merged.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
logerrit
Makefile.fetch argon2: add new external library 2023-12-19 17:25:05 +01:00
Makefile.gbuild Create MAR updates from msi rather than from archive 2024-01-22 16:06:42 +01:00
Makefile.in Remove unused make upload-update-info 2024-01-16 19:50:58 +01:00
README.cross Add missing autogen.input entries to README.cross 2020-03-25 16:25:14 +01:00
README.help.md
README.md Building with Clang needs at least libstdc++ 10 2024-03-16 11:53:25 +01:00
README.Solaris
Repository.mk Resolves tdf#159573 and tdf#137931 - WhatsNew or Welcome dialog 2024-03-27 09:41:44 +01:00
RepositoryExternal.mk Revert "make skia into static library" 2024-03-16 16:02:31 +01:00
RepositoryFixes.mk Experimental support for latest Emscripten (and Qt6) 2024-01-29 19:51:57 +01:00
RepositoryModule_build.mk Extract embindmaker from cppumaker into its own tool 2024-01-21 15:51:39 +01:00
RepositoryModule_host.mk add sd to --enable-mergelibs=more 2024-03-05 20:35:30 +01:00
sanitize-ubsan-excludelist
setup.cfg
TEMPLATE.SOURCECODE.HEADER
tsan-suppress.txt update tsan suppressions 2023-12-06 20:27:49 +01:00

LibreOffice

Coverity Scan Build Status CII Best Practices Translation status

LibreOffice is an integrated office suite based on copyleft licenses and compatible with most document formats and standards. Libreoffice is backed by The Document Foundation, which represents a large independent community of enterprises, developers and other volunteers moved by the common goal of bringing to the market the best software for personal productivity. LibreOffice is open source, and free to download, use and distribute.

A quick overview of the LibreOffice code structure.

Overview

You can develop for LibreOffice in one of two ways, one recommended and one much less so. First the somewhat less recommended way: it is possible to use the SDK to develop an extension, for which you can read the API docs and Developers Guide. This re-uses the (extremely generic) UNO APIs that are also used by macro scripting in StarBasic.

The best way to add a generally useful feature to LibreOffice is to work on the code base however. Overall this way makes it easier to compile and build your code, it avoids any arbitrary limitations of our scripting APIs, and in general is far more simple and intuitive - if you are a reasonably able C++ programmer.

The Build Chain and Runtime Baselines

These are the current minimal operating system and compiler versions to run and compile LibreOffice, also used by the TDF builds:

  • Windows:
    • Runtime: Windows 7
    • Build: Cygwin + Visual Studio 2019 version 16.10
  • macOS:
    • Runtime: 10.15
    • Build: 12 (13 for aarch64) + Xcode 14
  • Linux:
    • Runtime: RHEL 8 or CentOS 8 and comparable
    • Build: either GCC 12; or Clang 12 with libstdc++ 10
  • iOS (only for LibreOfficeKit):
    • Runtime: 11.4 (only support for newer i devices == 64 bit)
    • Build: Xcode 9.3 and iPhone SDK 11.4
  • Android:
    • Build: NDK r23 and SDK 30.0.3
  • Emscripten / WASM:
    • Runtime: a browser with SharedMemory support (threads + atomics)
    • Build: Qt 5.15 with Qt supported Emscripten 1.39.8
    • See README.wasm

Java is required for building many parts of LibreOffice. In TDF Wiki article Development/Java, the exact modules that depend on Java are listed.

The baseline for Java is Java Development Kit (JDK) Version 17 or later.

If you want to use Clang with the LibreOffice compiler plugins, the minimal version of Clang is 12.0.1. Since Xcode doesn't provide the compiler plugin headers, you have to compile your own Clang to use them on macOS.

You can find the TDF configure switches in the distro-configs/ directory.

To setup your initial build environment on Windows and macOS, we provide the LibreOffice Development Environment (LODE) scripts.

For more information see the build instructions for your platform in the TDF wiki.

The Important Bits of Code

Each module should have a README.md file inside it which has some degree of documentation for that module; patches are most welcome to improve those. We have those turned into a web page here:

https://docs.libreoffice.org/

However, there are two hundred modules, many of them of only peripheral interest for a specialist audience. So - where is the good stuff, the code that is most useful. Here is a quick overview of the most important ones:

Module Description
sal/ this provides a simple System Abstraction Layer
tools/ this provides basic internal types: Rectangle, Color etc.
vcl/ this is the widget toolkit library and one rendering abstraction
framework/ UNO framework, responsible for building toolbars, menus, status bars, and the chrome around the document using widgets from VCL, and XML descriptions from /uiconfig/ files
sfx2/ legacy core framework used by Writer/Calc/Draw: document model / load/save / signals for actions etc.
svx/ drawing model related helper code, including much of Draw/Impress

Then applications

Module Description
desktop/ this is where the main() for the application lives, init / bootstrap. the name dates back to an ancient StarOffice that also drew a desktop
sw/ Writer
sc/ Calc
sd/ Draw / Impress

There are several other libraries that are helpful from a graphical perspective:

Module Description
basegfx/ algorithms and data-types for graphics as used in the canvas
canvas/ new (UNO) canvas rendering model with various backends
cppcanvas/ C++ helper classes for using the UNO canvas
drawinglayer/ View code to render drawable objects and break them down into primitives we can render more easily.

Rules for #include Directives (C/C++)

Use the "..." form if and only if the included file is found next to the including file. Otherwise, use the <...> form. (For further details, see the mail Re: C[++]: Normalizing include syntax ("" vs <>).)

The UNO API include files should consistently use double quotes, for the benefit of external users of this API.

loplugin:includeform (compilerplugins/clang/includeform.cxx) enforces these rules.

Finding Out More

Beyond this, you can read the README.md files, send us patches, ask on the mailing list libreoffice@lists.freedesktop.org (no subscription required) or poke people on IRC #libreoffice-dev on irc.libera.chat - we're a friendly and generally helpful mob. We know the code can be hard to get into at first, and so there are no silly questions.