Test repository to check push and ssh key
Find a file
Stephan Bergmann af9ae2d6a9 There was a typo in the AdoptOpenJDK java.vendor property value
...ever since 61c4f96d6a "Support AdoptOpenJDK":
At least the old AdoptOpenJDK 1.8.0_275 I had lying around on macOS reported it
as "AdoptOpenJDK", not "AdoptOpenJdk".  But instead of fixing all occurences of
"AdoptOpenJdk", we can just as well get rid of that vendor listing completely
now after 3d27b2fa9c "tdf#124503: Support JRE
installations with unknown java.vendor property" and
3460c16d7f "Make getVersionInformation always
return a VersionInfo ...even for JREs not listed in javavendors.xml, making it
default to a VersionInfo with sMinVersion = "1.8.0".  (For a rationale for not
updating the <updated> elements of the modified
jvmfwk/distributions/OpenOfficeorg/javavendors_*.xml see the commit message of
95c38f6d77 "Drop support for dead GNU Java".)

Change-Id: Iea34914201f604a0665a86dd07724628fa021c90
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125402
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-11-18 09:48:53 +01:00
.git-hooks
.github
.vscode
accessibility Prepare for removal of non-const operator[] from Sequence in accessibility 2021-10-28 20:09:41 +02:00
android LOK: maintain blocked command list per view 2021-10-22 17:49:20 +02:00
animations loplugin:moveparam in various 2021-10-12 09:50:31 +02:00
apple_remote Add support for macOS SDK 12.0 2021-10-27 16:32:04 +02:00
avmedia loplugin:stringliteraldefine in avmedia 2021-11-17 11:52:43 +01:00
basctl Resolves tdf#143462 - Fixes black row number on dark backgroud in Basic IDE 2021-11-18 07:02:26 +01:00
basegfx improve mergeToSinglePolyPolygon 2021-11-12 12:11:36 +01:00
basic Resolves: tdf#110003 tdf#143128 handle lowercase ß vs uppercase ẞ folding 2021-11-11 01:27:47 +01:00
bean
bin add a rule to enforce not sharing adjustments between widgets 2021-11-15 12:35:08 +01:00
binaryurp Prepare for removal of non-const operator[] from Sequence in binaryurp 2021-10-29 06:50:43 +02:00
bridges Revert broken optimization attempt 2021-10-28 14:35:26 +02:00
canvas stop vclcanvas from ruining alpha of bitmaps in Skia mode 2021-11-17 14:12:48 +01:00
chart2 chart2: disambiguate ShiftedCategoryPosition 2021-11-16 08:05:42 +01:00
cli_ure drop 'using namespace std' in cli_ure 2021-10-07 13:38:06 +02:00
codemaker Prepare for removal of non-const operator[] from Sequence in codemaker 2021-10-29 10:31:18 +02:00
comphelper rtl::Static to thread-safe static 2021-11-09 08:28:56 +01:00
compilerplugins drop unused PopupMenuFlags::NoHorzPlacement 2021-11-17 20:49:02 +01:00
config_host qt6: Add a qt6 VCL plugin 2021-09-29 13:50:58 +02:00
configmgr Prepare for removal of non-const operator[] from Sequence in configmgr 2021-10-29 10:33:14 +02:00
connectivity Replace GET_PARAM in ado/ACallableStatement.cxx (connectivity) 2021-11-14 13:36:40 +01:00
cppcanvas add o3tl::span ctor from std::vector 2021-10-31 15:52:02 +01:00
cppu BaseList doesn't need set member after the constructor is done 2021-11-09 09:17:34 +01:00
cppuhelper Prepare for removal of non-const operator[] from Sequence in cppuhelper 2021-10-29 13:15:15 +02:00
cpputools drop 'using namespace std' in cpputools 2021-10-03 19:27:37 +02:00
cui Related tdf#139031: add missing colons 2021-11-16 14:51:50 +01:00
dbaccess Clear also m_aDestTypeInfo in dtor like m_aTypeInfo (dbaccess/WCopyTable) 2021-11-17 07:05:40 +01:00
desktop make it explicit whether to ignore the result of getLOKPayload() 2021-11-12 13:02:08 +01:00
dictionaries@5cf23af85b Update git submodules 2021-11-12 14:13:11 +01:00
distro-configs --enable-lto for distro-configs/* that already use --enable-mergelibs 2021-10-14 15:58:07 +02:00
drawinglayer Removed useless semicolons 2021-11-10 20:51:39 +01:00
editeng WrtStt->WrdStt for consistency with the other word start abbrevs 2021-11-16 22:14:33 +01:00
embeddedobj Use o3tl::convert 2021-11-13 23:38:37 +01:00
embedserv Use o3tl::convert 2021-11-13 23:38:37 +01:00
emfio Use basegfx::rad2deg() instead of *57.29577951308 2021-11-15 07:56:51 +01:00
eventattacher Prepare for removal of non-const operator[] from Sequence in eventattacher 2021-10-30 08:02:12 +02:00
extensions Simplify m_aAppId initialization 2021-11-13 15:55:54 +01:00
external support ccache for MSVC too 2021-11-17 15:21:44 +01:00
extras [pt-PT] Added ~94 words to autocorrect 2021-10-02 08:38:09 +02:00
filter Use basegfx::deg2rad instead of *0.01745329251994 2021-11-16 15:54:30 +01:00
forms tdf#145731: fix crash closing document 2021-11-17 21:45:29 +01:00
formula Prepare for removal of non-const operator[] from Sequence in formula 2021-10-30 08:02:43 +02:00
fpicker Fix (mis-)uses of temporary O[U]StringLiteral 2021-11-12 11:23:14 +01:00
framework tdf#143971 Removes pop-up dialog for read-only documents 2021-11-17 10:51:00 +01:00
helpcompiler Revert "Simplify vector initialization in helpcompiler" 2021-10-22 19:30:32 +02:00
helpcontent2@890b11c7e3 Update git submodules 2021-11-17 11:48:49 +01:00
hwpfilter Use M_PI instead of defined value; use rad2deg() 2021-11-14 08:14:15 +01:00
i18nlangtag initialization-order-fiasco, again 2021-11-10 18:15:22 +01:00
i18npool Update to ICU 70.1 2021-11-16 20:23:45 +01:00
i18nutil Add script codes to standalone {mis} tags 2021-11-17 01:51:05 +01:00
icon-themes Sifr: tdf#144036 add UNO Object Inspector 2021-11-17 07:11:56 +01:00
idl tdf#114441:Convert use of sal_uLong to better integer types 2021-08-13 10:43:58 +02:00
idlc forward decls go after #include 2021-11-07 19:20:17 +01:00
include introduce XColorSetsManager interface 2021-11-18 09:00:59 +01:00
instsetoo_native Split overly long line into multiple logically separate pieces for sanity 2021-10-29 14:09:14 +02:00
io drop 'using namespace std' in h* i* j* 2021-10-05 22:22:55 +02:00
ios
javaunohelper
jurt
jvmaccess drop 'using namespace std' in h* i* j* 2021-10-05 22:22:55 +02:00
jvmfwk There was a typo in the AdoptOpenJDK java.vendor property value 2021-11-18 09:48:53 +01:00
l10ntools new loplugin:stringliteraldefine 2021-11-10 19:10:31 +01:00
librelogo Resolves: tdf#97046 ensure build system variables start with gb_ 2021-11-04 10:48:24 +01:00
libreofficekit Use o3tl::convert 2021-11-13 23:38:37 +01:00
lingucomponent Prepare for removal of non-const operator[] from Sequence in lingucomponent 2021-10-30 18:27:34 +02:00
linguistic rtl::Static->thread-safe static in linguistic 2021-11-15 09:25:13 +01:00
lotuswordpro Use M_PI instead of defined value; use rad2deg() 2021-11-14 08:14:15 +01:00
m4 Fix macro "AC_HELP_STRING" is obsolete (m4) 2021-10-29 16:36:00 +02:00
nlpsolver cid#1489772 UR: Uninitialized read of field in constructor 2021-08-06 15:22:37 +02:00
o3tl Some more o3tl::starts/ends_with overloads 2021-09-21 23:32:02 +02:00
odk Clean C++ SDK example "counter" 2021-11-15 08:24:42 +01:00
offapi tdf#145718 sw, DOCX import: complete tracked text moving 2021-11-17 20:05:46 +01:00
officecfg make Skia the default now on Mac too (again) 2021-11-16 12:59:44 +01:00
onlineupdate drop 'using namespace std' in o* r* x* 2021-10-05 23:09:56 +02:00
oovbaapi
oox implement color tint or shade import for pptx 2021-11-18 08:08:14 +01:00
opencl Prepare for removal of non-const operator[] from Sequence in opencl 2021-10-30 21:55:44 +02:00
osx Add source files from fpicker/source/aqua 2021-10-21 10:04:17 +02:00
package Prepare for removal of non-const operator[] from Sequence in package 2021-10-30 20:17:13 +02:00
pch Clean up remaining uses of boost::logic::tribool 2021-08-10 21:39:50 +02:00
postprocess Resolves: tdf#97046 ensure build system variables start with gb_ 2021-11-04 10:48:24 +01:00
pyuno Prepare for removal of non-const operator[] from Sequence in pyuno 2021-10-30 20:16:57 +02:00
qadevOOo cid#1492820 WMI: Inefficient Map Iterator 2021-10-11 11:37:40 +02:00
readlicense_oo update credits 2021-11-17 16:28:54 +01:00
registry Repurpose regcompare test as unoidl-check test 2021-10-15 07:59:25 +02:00
remotebridges
reportbuilder
reportdesign add a rule to enforce always-show-image of True if an image is used 2021-11-15 11:20:49 +01:00
ridljar ridljar: check that UnoClassLoader is used for NativeLibraryLoader 2021-08-19 12:20:57 +02:00
sal Use C++17 hex-exponent floating point literals 2021-11-17 19:28:05 +01:00
salhelper rtl::Static->thread-safe static 2021-11-16 19:53:51 +01:00
sax Prepare for removal of non-const operator[] from Sequence in sax 2021-10-30 21:12:29 +02:00
sc uitest: sc: remove sleep 2021-11-17 21:52:25 +01:00
scaddins Use M_PI instead of defined value; use rad2deg() 2021-11-14 08:14:15 +01:00
sccomp Prepare for removal of non-const operator[] from Sequence in sccomp 2021-10-30 21:55:34 +02:00
schema tdf#141193 Added support for bar codes in qrcode dialog box[API Change]. 2021-10-29 13:46:12 +02:00
scp2 ScriptForge - new SFWidgets library, new PopupMenu service 2021-10-15 16:39:48 +02:00
scripting use more OUStringLiteral in MediaDescriptor 2021-11-08 11:31:36 +01:00
sd introduce XColorSetsManager interface 2021-11-18 09:00:59 +01:00
sdext loplugin:finalclasses 2021-11-03 07:54:27 +01:00
setup_native Fix misuses of NULL across Windows-only code 2021-10-29 13:26:12 +02:00
sfx2 tdf#143971 Removes pop-up dialog for read-only documents 2021-11-17 10:51:00 +01:00
shell Prepare for removal of non-const operator[] from Sequence in shell 2021-10-30 23:18:51 +02:00
slideshow Prepare for removal of non-const operator[] from Sequence in slideshow 2021-10-31 06:57:10 +01:00
smoketest Prepare for removal of non-const operator[] from Sequence in smoketest 2021-10-31 06:57:21 +01:00
solenv support ccache for MSVC too 2021-11-17 15:21:44 +01:00
soltools loplugin:indentation check for indent inside block 2021-10-20 15:39:38 +02:00
sot Prepare for removal of non-const operator[] from Sequence in sot 2021-10-31 10:30:32 +01:00
starmath Fix (mis-)uses of temporary O[U]StringLiteral 2021-11-12 11:23:14 +01:00
stoc test_corefl: Fix OSL_ENSURE bracketing 2021-11-15 14:44:07 +01:00
store clang-tidy:readability-redundant-member-init 2021-09-02 13:05:05 +02:00
svgio improve mergeToSinglePolyPolygon 2021-11-12 12:11:36 +01:00
svl svl: use std::rotate() in SfxUndoManager::ImplUndo() 2021-11-15 11:39:56 +01:00
svtools Remove newly redundant break 2021-11-17 12:22:41 +01:00
svx introduce XColorSetsManager interface 2021-11-18 09:00:59 +01:00
sw tdf#81507: word content control support for w:multiLine 2021-11-18 08:42:43 +01:00
swext
sysui uses of icon_filename are gone 2021-10-12 12:27:19 +02:00
test make it explicit whether to ignore the result of getLOKPayload() 2021-11-12 13:02:08 +01:00
testtools coverity: annotate with markup so they will stay silenced 2021-11-12 09:36:29 +01:00
toolkit adapt to Sequence::operator[] non-const removal 2021-11-12 13:18:36 +01:00
tools Prepare for removal of non-const operator[] from Sequence in tools 2021-10-31 18:41:42 +01:00
translations@2bc84baf3c Update git submodules 2021-11-17 08:59:29 +01:00
ucb fix typo in comment 2021-11-15 19:32:01 +01:00
ucbhelper Prepare for removal of non-const operator[] from Sequence in ucbhelper 2021-10-31 21:28:26 +01:00
udkapi [API CHANGE] Remove unused css.resource.XLocale 2021-10-14 16:27:32 +02:00
uitest uitest: pos must be of type str 2021-11-09 19:10:10 +01:00
UnoControls Remove non-const Sequence::begin()/end() in internal code 2021-10-15 10:36:36 +02:00
unodevtools Extend loplugin:stringviewparam to starts/endsWith: unodevtools 2021-09-22 19:59:35 +02:00
unoidl loplugin:flatten 2021-10-21 14:58:51 +02:00
unoil
unotest Fix (mis-)uses of temporary O[U]StringLiteral 2021-11-12 11:23:14 +01:00
unotools new loplugin:stringliteraldefine 2021-11-10 19:10:31 +01:00
unoxml Prepare for removal of non-const operator[] from Sequence in unoxml 2021-10-31 21:36:50 +01:00
ure Adapt to cppu-/javamaker's idiosyncratic relative URL notation 2021-08-31 07:44:09 +02:00
uui tdf#143971 Removes pop-up dialog for read-only documents 2021-11-17 10:51:00 +01:00
vbahelper use more OUStringLiteral in MediaDescriptor 2021-11-08 11:31:36 +01:00
vcl handle also curved lines for nojoin skia polylines (tdf#143837) 2021-11-18 08:01:12 +01:00
wasm-qt Move README.wasm -> wasm-qt/README.md 2021-10-12 15:04:08 +02:00
winaccessibility Prepare for removal of non-const operator[] from Sequence in winaccessibility 2021-11-01 06:07:00 +01:00
wizards ScriptForge - (SF_Calc) new OpenRangeSelector() method 2021-11-15 13:47:26 +01:00
writerfilter tdf#81507: word content control support for w:multiLine 2021-11-18 08:42:43 +01:00
writerperfect use more OUStringLiteral in MediaDescriptor 2021-11-08 11:31:36 +01:00
xmerge
xmlhelp Prepare for removal of non-const operator[] from Sequence in xmlhelp 2021-11-01 07:44:25 +01:00
xmloff move xmloff chart tables into cxx file 2021-11-15 10:08:14 +01:00
xmlreader
xmlscript Prepare for removal of non-const operator[] from Sequence in xmlscript 2021-11-01 07:31:06 +01:00
xmlsecurity forward decls go after #include 2021-11-07 19:20:17 +01:00
.buckconfig
.buckversion
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.gitpod.dockerfile
.gitpod.yml
.gitreview
antivirusDetection.vbs
autogen.sh
BUCK
config.guess
config.sub
config_host.mk.in support ccache for MSVC too 2021-11-17 15:21:44 +01:00
config_host_lang.mk.in
configure.ac support ccache for MSVC too 2021-11-17 15:21:44 +01:00
COPYING
COPYING.LGPL
COPYING.MPL
download.lst Update to ICU 70.1 2021-11-16 20:23:45 +01:00
g
hardened_runtime.xcent.in Fix typos 2021-08-16 23:34:24 +02:00
install-sh
install_deps.sh Make some scripts more portable 2021-08-20 12:32:22 +02:00
leak-suppress.txt
Library_merged.mk
lo.xcent Fix typos 2021-08-16 23:34:24 +02:00
logerrit Use ed25519 as default for ssh key pair generation 2021-09-29 09:34:21 +02:00
Makefile.fetch tdf#130795 use concurrent hashmap in SharedStringPool 2021-09-09 09:06:45 +02:00
Makefile.gbuild
Makefile.in add generate-flatpak-manifest.sh to generate FlatPak manifest 2021-11-10 11:02:02 +01:00
README.cross
README.help.md
README.md Bump minimum macOS to 10.12 2021-11-03 12:30:18 +01:00
README.Solaris
Repository.mk ScriptForge - new SFWidgets library, new PopupMenu service 2021-10-15 16:39:48 +02:00
RepositoryExternal.mk tdf#141709 Register poppler_data for install 2021-11-15 16:27:54 +01:00
RepositoryFixes.mk
RepositoryModule_build.mk
RepositoryModule_host.mk
sanitize-ubsan-excludelist
setup.cfg
TEMPLATE.SOURCECODE.HEADER
tsan-suppress.txt more TSAN suppressions 2021-08-05 12:28:40 +02: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 here and here. 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.5
  • macOS:
    • Runtime: 10.12
    • Build: 10.14.4 + Xcode 11.3
  • Linux:
    • Runtime: RHEL 7 or CentOS 7
    • Build: either GCC 7.0.0; or Clang 5.0.2 with libstdc++ 7.3.0
  • 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 r19c and SDK 22.6.2
  • Emscripten / WASM:
    • Runtime: a browser with SharedMemory support (threads + atomics)
    • Build: Qt 5.15 with Qt supported Emscripten 1.39.8
    • See README.wasm

If you want to use Clang with the LibreOffice compiler plugins, the minimal version of Clang is 5.0.2. 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.