Test repository to check push and ssh key
Find a file
Christian Lohmaier 3c54cb2a9d add MSYS_NO_PATHCONV=1 to prevent MSYS auto-magic
git-bash/MSYS tries to resolve anything that looks like a path (i.e.
anything starting with a /) - if the "target" doesn't exists, it just
prepends the MSYS installation dir and breaks all kind of stuff.
You could escape those with double-slash at the beginning, but that
would mean lots of noise/unnecessary changes in pretty much every
makefile, so just getting rid of that behavior is much better.

ant and some externals however rely on MSYS path-conversion, so unset
MSYS_NO_PATHCONV for those. Ant does its own checks whether it
runs under cygwin or msys, and easier to please externals using the
autoconversion than to add patches to force them into compliance…

Change-Id: Ie80964e40c53ace80adb4707aae0db63ebc4ee4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166330
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-26 14:00:35 +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 [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
android Update translation files for android-viewer 2024-04-22 08:15:38 +02: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 loplugin:unusedmethods 2024-04-04 19:58:14 +02:00
basctl tdf#146619 Drop unused 'using namespace' in: basctl/ 2024-04-08 10:06:39 +02:00
basegfx loplugin:constantparam 2024-04-19 21:26:52 +02:00
basic Use Windows dllmgr-x64 also for aarch64 2024-04-26 12:43:59 +02:00
bean
bin move writerfilter inside sw 2024-04-18 09:16:12 +02:00
binaryurp Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
bridges Adapt queryInterface in fixed msvc_win32_arm64 UNO bridge 2024-04-25 18:27:24 +02:00
canvas Generalize basegfx::fround for templated return type 2024-04-15 06:34:33 +02:00
chart2 Return double from OutputDevice::GetTextArray 2024-04-20 08:53:26 +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 loplugin:constantparam 2024-04-22 13:26:38 +02:00
compilerplugins loplugin:singlevalfields 2024-04-23 11:28:55 +02: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#150082: LO Base MariaDB/MySQL connector don't accept auth via gssapi 2024-04-22 19:56:48 +02:00
cppcanvas Generalize basegfx::fround for templated return type 2024-04-15 06:34:33 +02: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#94535 Update a Tip of the Day with new command name 2024-04-22 23:42:33 +02:00
dbaccess [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
desktop thesauri list can be empty at preload 2024-04-22 22:02:07 +02:00
dictionaries@8c5b63124f Update git submodules 2024-04-18 07:54:26 +02:00
distro-configs add --enable-hardening-flags to enable compiler hardening flags 2024-04-19 21:01:53 +02:00
docmodel cool#8327 use tools::JsonWriter for theme colors 2024-03-04 11:50:45 +01:00
drawinglayer tdf#157240: also set font color together with font 2024-04-26 05:50:27 +02:00
editeng tdf#156955 Properly align text when tabstop is outside of textbox 2024-04-26 11:36:35 +02:00
embeddedobj Use osl::ResettableMutexGuardScopedReleaser instead of ad-hoc guards 2024-04-04 13:21:14 +02:00
embedserv tdf#148251 Use std::swap instead of using temporary values 2024-04-08 20:45:39 +02:00
emfio ofz#68234 emf XForm isnan members 2024-04-23 13:20:54 +02:00
eventattacher tdf#146619 Drop unused 'using namespace' in: eventattacher/ 2024-03-30 10:03:30 +01:00
extensions tdf#148251 Use std::swap instead of using temporary values 2024-04-08 20:45:39 +02:00
external add MSYS_NO_PATHCONV=1 to prevent MSYS auto-magic 2024-04-26 14:00:35 +02:00
extras tdf#160567 Replace duplicate style A4 with A0 2024-04-13 12:31:58 +02:00
filter Return double from OutputDevice::GetTextArray 2024-04-20 08:53:26 +02:00
forms Fix typo: compytibility 2024-04-09 08:46:04 +02:00
formula tdf#126573 Add Excel2021 array function SEQUENCE to Calc 2024-04-26 09:33:23 +02:00
fpicker tdf#146619 Drop unused 'using namespace' in: fpicker/ 2024-03-31 19:22:40 +02:00
framework New Expert Configuration setting to not offer Safe Mode in the UI 2024-04-10 14:54:41 +02:00
helpcompiler Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
helpcontent2@db688bf5d4 Update git submodules 2024-04-25 18:23:35 +02:00
hwpfilter Use more o3tl::convert 2024-04-13 18:48:38 +02:00
i18nlangtag Drop C/C++ DEBUG macro 2024-03-21 16:30:59 +01:00
i18npool Resolves: tdf#159829 DecimalSeparator '.' period, ThousandSeparator ',' comma 2024-04-24 22:40:02 +02:00
i18nutil Remove duplicate include 2024-04-14 10:30:49 +02:00
icon-themes tdf#50998 tdf#87892 Add sinusoid shape 2024-04-08 09:54:55 +02: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 annot: moved more of Annotation and dependencies into svx 2024-04-26 10:44:05 +02:00
instsetoo_native MSI: Fix use of undefined TextStyle 2024-04-24 20:22:23 +02: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 Silence strange -Wmaybe-uninitialized with recent GCC 14 2024-04-05 20:06:08 +02:00
lotuswordpro Use more o3tl::convert in lotuswordpro 2024-04-14 06:57:06 +02:00
m4
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 tdf#97448 Add helper script to generate Addons.xcu 2024-04-25 10:58:49 +02:00
offapi [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
officecfg Related tdf#87676 Enable text formatting toolbar when in a text box 2024-04-25 18:23:40 +02:00
oovbaapi
oox mStyleIdMap can be static const 2024-04-26 12:09:27 +02:00
opencl Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
osx
package tdf#146619 Drop unused 'using namespace' in: package/ 2024-03-31 09:41:32 +02:00
pch
postprocess fix mismatching gb_Trace_StartRange and gb_Trace_EndRage 2024-04-25 21:49:11 +02:00
pyuno minor fixes to officehelper.py 2024-04-03 17:50:11 +02: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 simplify OGenericUnoController init 2024-04-10 10:18:47 +02:00
ridljar Allow building with Java 8 2024-03-02 06:29:50 +01:00
sal lok: provide global random symbol to find random device. 2024-04-15 15:28:41 +02: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 tdf#126573 Add Excel2021 array function SEQUENCE to Calc 2024-04-26 09:33:23 +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#132599 cui offapi sw xmloff: add hyphenation-keep-type 2024-04-11 10:20:41 +02:00
scp2 MSI: Fix use of illegal character in table Binary 2024-04-26 13:11:34 +02:00
scripting tdf#146619 Drop unused 'using namespace' in: scripting/ 2024-04-09 18:53:50 +02:00
sd Drop now unused sdiocmpt.cxx 2024-04-26 12:24:27 +02:00
sdext use more OUString literal 2024-04-22 12:10:18 +02:00
setup_native MSI: Fix use of illegal character in table Binary 2024-04-26 13:11:34 +02:00
sfx2 Move ObjectInspectorWidgets code into cxx file 2024-04-25 20:36:19 +02:00
shell tdf#146619 Drop unused 'using namespace' in: shell/ 2024-03-30 20:50:06 +01:00
slideshow Fix typo 2024-04-25 21:47:32 +02:00
smoketest
solenv drop some unused suppressions 2024-04-26 13:36:39 +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 tdf#146619 Drop unused 'using namespace' in: starmath/ 2024-04-09 18:53:23 +02:00
static gb_Trace_EndRange MOC instead of CXX (CustomTarget_wasm-qt5-mandelbrot_moc) 2024-04-26 07:29:53 +02: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 CppunitTest_svgio: fix mid-air collision 2024-04-25 09:21:03 +02:00
svl ITEM: Add measurements for SfxItemSet usages (debug only) 2024-04-23 09:39:47 +02:00
svtools loplugin:constantparam 2024-04-20 12:14:50 +02:00
svx annot: moved more of Annotation and dependencies into svx 2024-04-26 10:44:05 +02:00
sw use more concrete UNO in writerfilter 2024-04-26 13:19:35 +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 [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
testtools cid#1545177 COPY_INSTEAD_OF_MOVE 2023-12-10 17:41:18 +01:00
toolkit [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
tools loplugin:singlevalfields 2024-04-23 11:28:55 +02:00
translations@b2b2c286fe Update git submodules 2024-04-22 13:59:11 +02:00
ucb loplugin:constantparam in ucb,unotools 2024-04-20 10:01:23 +02:00
ucbhelper tdf#146619 Drop unused 'using namespace' in: ucbhelper/ 2024-03-29 21:21:23 +01:00
udkapi Move org.libreoffice.embindtest from udkapi to offapi 2024-04-11 15:22:40 +02: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: Test and Fix out-param handling 2024-04-20 11:57:28 +02:00
unotools loplugin:constantparam in ucb,unotools 2024-04-20 10:01:23 +02:00
unoxml tdf#146619 Drop unused 'using namespace' in: unoxml/ 2024-03-31 09:41:07 +02:00
ure Add a FunctionBasedURPConnection and a websocket URP connector 2023-09-01 16:55:37 +02:00
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 gtk4: Ignore "input-purpose" for GtkSpinButton 2024-04-25 18:00:35 +02:00
winaccessibility [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
wizards Revert "tdf#158803 remove some unused imports, unnecessary semicolons and related styling" 2024-03-28 10:10:32 +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#114287 tdf#159366 xmloff: ODF import: revert text:list override 2024-04-26 13:08:35 +02: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 xmlsecurity: Change spelling from "Certification" to "Certificate" 2024-04-18 11:16:22 +02:00
.buckconfig
.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
.gitignore add secmod.db files to .gitignore 2024-01-15 08:48:52 +01:00
.gitmodules
.gitpod.dockerfile
.gitpod.yml
.gitreview
antivirusDetection.vbs
autogen.sh
BUCK
config.guess
config.sub
config_host.mk.in add MSYS_NO_PATHCONV=1 to prevent MSYS auto-magic 2024-04-26 14:00:35 +02:00
config_host_lang.mk.in
configure.ac add undefining FORTIFY_SOURCE to the gcc no-opt flags 2024-04-22 20:44:23 +02:00
COPYING
COPYING.LGPL
COPYING.MPL
cpp.hint Add some entries into cpp.hint 2024-04-24 09:43:42 +02:00
download.lst libgpg-error: Upgrade to 1.49 2024-04-26 12:47:24 +02:00
g
install-sh
install_deps.sh
leak-suppress.txt
Library_merged.mk
logerrit When no branch is specified, fallback to the tracked branch first 2024-04-11 14:08:29 +02:00
Makefile.fetch Fail early when external tarball can't be fetched 2024-04-26 10:46:04 +02: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
README.help.md
README.md fix broken link to OSI image in README.md 2024-04-22 23:26:08 +02:00
README.Solaris
Repository.mk tdf#97448 Add helper script to generate Addons.xcu 2024-04-25 10:58:49 +02: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 move writerfilter inside sw 2024-04-18 09:16:12 +02: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.