Test repository to check push and ssh key
Find a file
Rene Engelhard 69c964bbd5 fix 32bit build in new a11y cppunit tests
/<<PKGBUILDDIR>>/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx: In member function ‘void XAccessibleComponentTester::testBounds()’:
/<<PKGBUILDDIR>>/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx:51:5: error: no matching function for call to ‘assertGreaterEqual(int, sal_Int32&, CppUnit::SourceLine, const char [1])’
   51 |     CPPUNIT_ASSERT_GREATEREQUAL(0, bounds.X);
      |     ^
/usr/include/cppunit/TestAssert.h:251:6: note: candidate: ‘template<class T> void CppUnit::assertGreaterEqual(const T&, const T&, CppUnit::SourceLine, const string&)’
  251 | void assertGreaterEqual( const T& expected,
      |      ^~~~~~~~~~~~~~~~~~
/usr/include/cppunit/TestAssert.h:251:6: note:   template argument deduction/substitution failed:
/<<PKGBUILDDIR>>/toolkit/qa/cppunit/a11y/XAccessibleComponentTester.cxx:51:5: note:   deduced conflicting types for parameter ‘const T’ (‘int’ and ‘sal_Int32’ {aka ‘long int’})
   51 |     CPPUNIT_ASSERT_GREATEREQUAL(0, bounds.X);
      |     ^

etc.

Regression from d2a5b4bc0b

Change-Id: I123894e5ed6d6f3bcf46b1c5b37f1f49cb5f9f99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135630
Tested-by: Jenkins
Tested-by: René Engelhard <rene@debian.org>
Reviewed-by: René Engelhard <rene@debian.org>
2022-06-11 09:07:44 +02:00
.git-hooks
.github rdm#3572 update github-repo lockdown 2022-05-10 10:24:33 +02:00
.vscode
accessibility Accessibility for IconView 2022-06-09 17:49:16 +02:00
android android: Update Android Gradle Plugin to 7.2.1 2022-05-28 13:28:10 +02:00
animations Also assert that nNodeType is non-negative 2022-05-31 22:42:14 +02:00
apple_remote
avmedia clang-tidy modernize-pass-by-value in avmedia 2022-06-02 17:43:58 +02:00
basctl clang-tidy modernize-pass-by-value in basctl 2022-06-06 13:16:12 +02:00
basegfx clang-tidy modernize-pass-by-value in basegfx 2022-05-27 18:20:07 +02:00
basic new loplugin:moveit 2022-06-10 13:13:15 +02:00
bean
bin bin/upload_symbols.py: make pythonic 2022-06-10 13:43:14 +02:00
binaryurp The return value of XConnection::read is guaranteed to be non-negative 2022-06-01 16:02:19 +02:00
bridges clang-tidy modernize-pass-by-value in bridges 2022-05-21 17:29:53 +02:00
canvas clang-tidy modernize-pass-by-value in canvas 2022-05-21 21:55:31 +02:00
chart2 new loplugin:moveit 2022-06-10 13:13:15 +02:00
cli_ure Just use Any ctor instead of makeAny in cli_ure 2022-05-04 22:43:37 +02:00
codemaker clang-tidy modernize-pass-by-value in codemaker 2022-05-18 14:08:28 +02:00
comphelper Fix typo 2022-06-08 12:12:43 +02:00
compilerplugins loplugin:unusedvarsglobal 2022-06-10 21:13:43 +02:00
config_host enable Skia on big-endian too 2022-05-09 09:14:11 +02:00
configmgr clang-tidy modernize-pass-by-value in configmgr 2022-05-23 10:52:11 +02:00
connectivity tdf#149470: Firebird, Clob may need several segments to store a very long input 2022-06-08 21:13:22 +02:00
cppcanvas Remove duplicated include 2022-06-03 14:14:40 +02:00
cppu No need to call resume() on all already running thread 2022-06-01 16:43:29 +02:00
cppuhelper Fix type of cppuhelper::TypeManager::getInterfaceMember separator param 2022-06-02 22:07:35 +02:00
cpputools use more string_view in various 2022-05-01 08:30:18 +02:00
cui Fix English in extended tip 2022-06-11 08:28:26 +02:00
dbaccess cid#1504593 silence Dereference null return value 2022-06-05 18:32:19 +02:00
desktop loplugin:unnecessaryvirtual 2022-06-10 21:14:02 +02:00
dictionaries@68b272ec16 Update git submodules 2022-06-09 11:42:31 +02:00
distro-configs Adapt flatpak build to recently introduced dependencies 2022-05-18 09:10:59 +02:00
drawinglayer new loplugin:moveit 2022-06-10 13:13:15 +02:00
editeng new loplugin:moveit 2022-06-10 13:13:15 +02:00
embeddedobj elide some OUString allocation 2022-05-24 13:13:00 +02:00
embedserv Just use Any ctor instead of makeAny in embedserv 2022-05-04 14:38:29 +02:00
emfio new loplugin:moveit 2022-06-10 13:13:15 +02:00
eventattacher
extensions Use o3tl::make_unsigned in some places 2022-05-24 16:50:03 +02:00
external [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
extras autocorr for da: fx can appear at end of sentence 2022-06-10 13:57:24 +02:00
filter Bump pdfviewpage.ui to latest Glade 2022-06-11 08:26:25 +02:00
forms new loplugin:moveit 2022-06-10 13:13:15 +02:00
formula Add binary operators to ForceArrayReturn handling, tdf#149378 follow-up 2022-06-03 17:21:22 +02:00
fpicker GtkIconView uses a different way to link model and view 2022-06-08 22:24:37 +02:00
framework VCL add vcl::WindowPosSize abstract class 2022-06-08 18:17:17 +02:00
helpcompiler use more o3tl::getToken 2022-05-05 12:57:00 +02:00
helpcontent2@6a94b253ee Update git submodules 2022-06-09 17:46:08 +02:00
hwpfilter No need for a cast here when comparing against const int DATE_SIZE = 40 2022-06-03 13:26:37 +02:00
i18nlangtag Resolves: tdf#147390 tag oc-FR to oc-FR-lengadoc, oc-ES to oc-ES-aranes 2022-06-06 20:35:27 +02:00
i18npool Resolves: tdf#147390 tag oc-FR to oc-FR-lengadoc, oc-ES to oc-ES-aranes 2022-06-06 20:35:27 +02:00
i18nutil Use o3tl::make_unsigned in some places 2022-05-24 16:50:03 +02:00
icon-themes Breeze: tdf#149368 ^ radio & checbox button to follow up latest Plasma UI 2022-05-30 06:44:56 +02:00
idl clang-tidy modernize-pass-by-value in idl/idlc 2022-05-18 18:18:14 +02:00
idlc/test/parser [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
include loplugin:constantparam 2022-06-10 21:14:20 +02:00
instsetoo_native make_installer: convert Win to Unix path for cygwin 2022-05-27 09:33:45 +02:00
io URE Library_io should not depend on Library_comphelper 2022-05-09 17:56:47 +02:00
ios
javaunohelper Just use Any ctor instead of makeAny in javaunohelper 2022-05-04 10:10:41 +02:00
jurt
jvmaccess clang-tidy modernize-pass-by-value in jvmaccess 2022-05-23 11:46:13 +02:00
jvmfwk use more o3tl::getToken 2022-05-05 12:57:00 +02:00
l10ntools use more o3tl::getToken 2022-05-05 12:57:00 +02:00
librelogo
libreofficekit sw content controls, date: add LOK API 2022-06-01 09:09:40 +02:00
lingucomponent LanguageTool Grammar Checker implementation 2022-06-10 13:52:17 +02:00
linguistic Use o3tl::make_unsigned in some places 2022-05-24 16:50:03 +02:00
lotuswordpro use more string_view in various 2022-05-01 08:30:18 +02:00
m4 configure: default to --with-system-nss on Linux 2022-04-29 20:24:58 +02:00
nlpsolver
o3tl remove the o3tl::lru_map "unlimited" hack 2022-05-03 06:54:54 +02:00
odk [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
offapi [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
officecfg LanguageTool Grammar Checker implementation 2022-06-10 13:52:17 +02:00
onlineupdate
oovbaapi
oox tdf148321: convert OOXML inset values to text distance values 2022-06-08 11:36:12 +02:00
opencl
osx tdf#129674 Add GoTo Sheet command 2022-06-07 13:43:20 +02:00
package Use more appropriate return type for ThreadPool::getPreferredConcurrency 2022-06-02 17:13:17 +02:00
pch
postprocess Fix typo 2022-05-14 14:08:53 +02:00
pyuno Just use Any ctor instead of makeAny in pyuno 2022-05-04 08:41:43 +02:00
qadevOOo qa: Fix occlusion check coordinates in _XAccessibleComponent.java 2022-05-10 16:13:03 +02:00
readlicense_oo update credits 2022-06-01 14:23:58 +02:00
registry [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
remotebridges
reportbuilder
reportdesign new loplugin:moveit 2022-06-10 13:13:15 +02:00
ridljar
sal Avoid uninitialized temp_file_handle 2022-05-30 12:48:28 +02:00
salhelper
sax loplugin:unusedmethods 2022-06-09 12:08:15 +02:00
sc find last data row before searching for first data row 2022-06-11 06:22:12 +02:00
scaddins
sccomp remove unnecessary sequenceToContainer 2022-05-06 21:52:00 +02:00
schema tdf#149420 sw offapi xmloff: add hyphenation zone 2022-06-02 09:57:39 +02:00
scp2 ScriptForge - New 'UnitTest' service for Basic 2022-06-04 12:08:36 +02:00
scripting LanguageTool Grammar Checker implementation 2022-06-10 13:52:17 +02:00
sd Bump customslideshow.ui to latest Glade 2022-06-11 08:25:47 +02:00
sdext new loplugin:moveit 2022-06-10 13:13:15 +02:00
setup_native tdf#149106 Remove RenamePrgFolder and RemovePrgFolder custom msi actions 2022-05-18 22:50:53 +02:00
sfx2 loplugin:constantparam 2022-06-10 21:14:20 +02:00
shell tdf#140886: Make "Do you really want to open it?" more reliable 2022-06-09 11:17:14 +02:00
slideshow The return value of std::count_if is guaranteed to be non-negative 2022-05-31 22:03:22 +02:00
smoketest
solenv [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
soltools Revert "Better use size_t for malloc_size" 2022-06-03 15:09:09 +02:00
sot new loplugin:moveit 2022-06-10 13:13:15 +02:00
starmath Accessibility for IconView 2022-06-09 17:49:16 +02:00
static
stoc Use more appropriate index variable types 2022-06-03 10:08:57 +02:00
store store: add unit tests 2022-05-16 18:23:14 +02:00
svgio we can std::move the data out of TextBreakupHelper 2022-05-29 19:15:03 +02:00
svl Related: tdf#149484 Display BOOLEAN literal string text additions 2022-06-08 20:15:19 +02:00
svtools loplugin:constantparam 2022-06-10 21:14:20 +02:00
svx loplugin:constantparam 2022-06-10 21:14:20 +02:00
sw really fix bigendian builds 2022-06-11 08:44:10 +02:00
swext
sysui tdf#140215 Improve the Comment strings in .desktop files 2022-05-23 12:57:52 +02:00
test Just use Any ctor instead of makeAny in test 2022-05-03 20:03:32 +02:00
testtools Just use Any ctor instead of makeAny in testtools 2022-05-03 20:02:54 +02:00
toolkit fix 32bit build in new a11y cppunit tests 2022-06-11 09:07:44 +02:00
tools Use more appropriate type for MultiSelection::nCurSubSel et al 2022-06-03 15:10:12 +02:00
translations@d876aa338f Update git submodules 2022-06-10 14:53:38 +02:00
ucb new loplugin:moveit 2022-06-10 13:13:15 +02:00
ucbhelper elide some OUString allocation 2022-05-24 13:13:00 +02:00
udkapi [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
uitest Use IconView in SmElementsControl 2022-06-02 12:51:41 +02:00
UnoControls
unodevtools
unoidl [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
unoil
unotest unotest: fix NSS initialization for CentOS7 system NSS 2022-04-29 20:23:02 +02:00
unotools tdf#146988 Opening at cursor position doesn't work in large documents 2022-06-03 23:03:07 +02:00
unoxml new loplugin:moveit 2022-06-10 13:13:15 +02:00
ure [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
uui clang-tidy modernize-pass-by-value in uui 2022-06-01 14:18:05 +02:00
vbahelper Use a range-based for loop 2022-05-31 19:14:49 +02:00
vcl Entry may have no text 2022-06-10 14:08:49 +02:00
winaccessibility Just use Any ctor instead of makeAny in winaccessibility 2022-05-03 10:07:33 +02:00
wizards ScriptForge - (scriptforge.py) modify URL to help page 2022-06-08 12:22:46 +02:00
writerfilter new loplugin:moveit 2022-06-10 13:13:15 +02:00
writerperfect modernize and improve PropertySetInfo 2022-05-24 14:02:09 +02:00
xmerge
xmlhelp Just use Any ctor instead of makeAny in xmlhelp 2022-05-02 20:02:03 +02:00
xmloff new loplugin:moveit 2022-06-10 13:13:15 +02:00
xmlreader
xmlscript new loplugin:unnecessary locking 2022-05-20 08:03:27 +02:00
xmlsecurity Use more appropriate index variable types 2022-06-02 20:32:00 +02:00
.buckconfig
.buckversion
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore Add mold linker temp files to .gitignore 2022-05-13 15:15:12 +02:00
.gitmodules
.gitpod.dockerfile
.gitpod.yml
.gitreview
antivirusDetection.vbs
autogen.sh
BUCK
config.guess
config.sub
config_host.mk.in [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
config_host_lang.mk.in
configure.ac [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
COPYING
COPYING.LGPL
COPYING.MPL
download.lst [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
g g: we are not, in fact, in the BUILDDIR 2022-05-31 10:29:45 +02:00
hardened_runtime.xcent.in
install-sh
install_deps.sh
leak-suppress.txt
Library_merged.mk
lo.xcent
logerrit
Makefile.fetch [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
Makefile.gbuild
Makefile.in Drop --with-iwyu option 2022-05-04 16:48:25 +02:00
README.cross
README.help.md
README.md Add information on Java baseline in README.md 2022-06-10 08:21:57 +02:00
README.Solaris
Repository.mk [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
RepositoryExternal.mk [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
RepositoryFixes.mk
RepositoryModule_build.mk
RepositoryModule_host.mk [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
sanitize-ubsan-excludelist
setup.cfg
TEMPLATE.SOURCECODE.HEADER
tsan-suppress.txt

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.13
    • Build: 11.0 + Xcode 12.5
  • Linux:
    • Runtime: RHEL 7 or CentOS 7
    • Build: either GCC 7.0.0; or Clang 8.0.1 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

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 11 or later. It is possible to build LibreOffice with JDK version 9, but it is no longer supported by the JDK vendors, thus it should be avoided.

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.