Test repository to check push and ssh key
Find a file
Tomaž Vajngerl c379168711 pivot: PivotTableFormatOutput to resolve and set PT cell format
This adds the PivotTableFormatOutput, which main responsibility
is to resolve the reference for which the pivot table format is
set to. It first prepares the format data into such a structure
that it is easier to match with the pivot table fields and data.
Then the pivot table data is filled during the output, where we
remember the cell positions of the pivot table output. The last
step is to resolve the pivot table format references with the
filled data, where the cell formats are applied to the output.

PivotTableFormatsImportExport was added to test the correctnes of
the functionality.

Change-Id: Ie67ea15b3aa74739f15937800d03d256b8f68277
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165992
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2024-04-12 08:21:19 +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 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 tdf#147906 Use std::hypot for Pythagorean distance 2024-04-05 13:59:33 +02:00
basic tdf#147132 Flatten Basic function implementations 2024-04-09 10:51:14 +02:00
bean
bin find-unneeded-includes: improve grepping for namespaces 2024-04-09 18:53:11 +02: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 tdf#146619 Drop unused 'using namespace' in: chart2/ 2024-04-09 10:43:12 +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 ofz#67491 avoid direct nss use to support --enable-tls-openssh 2024-04-07 13:45:23 +02:00
compilerplugins -Werror,-Wunused-but-set-variable 2024-04-08 10:48:45 +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 Silence strange -Warray-bounds with recent GCC 14 2024-04-11 08:18:31 +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#132599 cui offapi sw xmloff: add hyphenation-keep-type 2024-04-11 10:20:41 +02:00
dbaccess simplify OGenericUnoController init 2024-04-10 10:18:47 +02:00
desktop Introduce ResettableMutexGuardScopedReleaser 2024-04-04 13:21:09 +02:00
dictionaries@c5b2a36bde Update git submodules 2024-03-28 10:56:58 +01:00
distro-configs Adapt flatpak build to upstream changes 2024-04-10 12:05:32 +02:00
docmodel cool#8327 use tools::JsonWriter for theme colors 2024-03-04 11:50:45 +01:00
drawinglayer loplugin:unusedenumconstants 2024-04-04 19:58:35 +02:00
editeng tdf#132599 cui offapi sw xmloff: add hyphenation-keep-type 2024-04-11 10:20:41 +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 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 tdf#148251 Use std::swap instead of using temporary values 2024-04-08 20:45:39 +02:00
external clean up after removal of patched rhino 2024-04-08 10:48:19 +02:00
extras Resolves tdf#159573 and tdf#137931 - WhatsNew or Welcome dialog 2024-03-27 09:41:44 +01:00
filter Simplify a bit 2024-04-09 21:50:37 +02:00
forms Fix typo: compytibility 2024-04-09 08:46:04 +02: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 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@58350a811a Update git submodules 2024-04-11 17:42:19 +02:00
hwpfilter A number of bogus GCC 13 warnings still hit with recent GCC 14 trunk 2024-04-04 07:06:17 +02:00
i18nlangtag Drop C/C++ DEBUG macro 2024-03-21 16:30:59 +01:00
i18npool i18npool : use OUString literal 2024-04-08 23:18:31 +02:00
i18nutil Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01: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 tdf#33603: sd: rework notes panel 2024-04-11 11:02:01 +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 Silence strange -Wmaybe-uninitialized with recent GCC 14 2024-04-05 20:06:08 +02:00
lotuswordpro tdf#141908 - CppUnittests: replace usage of sal_Int32 with colors 2024-03-14 02:33:03 +01: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 Fix typo in HelloTextTableShape makefile 2024-04-09 22:21:44 +02:00
offapi Move org.libreoffice.embindtest from udkapi to offapi 2024-04-11 15:22:40 +02:00
officecfg New Expert Configuration setting to not offer Safe Mode in the UI 2024-04-10 14:54:41 +02:00
oovbaapi
oox tdf#146619 Drop unused 'using namespace' in: oox/ 2024-04-09 08:45:48 +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 Emscripten: Filter out some configuration 2024-02-23 20:58:56 +01: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 Allow custom "eye catcher" from LO_TESTNAME in tempfiles on Windows 2024-04-03 12:31:33 +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 pivot: PivotTableFormatOutput to resolve and set PT cell format 2024-04-12 08:21:19 +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 scp2: Take ENABLE_{KF,QT}6 into account 2024-02-14 09:42:53 +01:00
scripting tdf#146619 Drop unused 'using namespace' in: scripting/ 2024-04-09 18:53:50 +02:00
sd Resolves tdf#157403 sidebar SdNavigator does not show new slide/page 2024-04-12 06:13:22 +02:00
sdext A small refactor 2024-04-04 09:21:49 +02:00
setup_native Drop C/C++ DEBUG macro 2024-03-21 16:30:59 +01:00
sfx2 tdf#159719 reset SfxPoolItemHolder when Pool changes 2024-04-08 17:16:49 +02:00
shell tdf#146619 Drop unused 'using namespace' in: shell/ 2024-03-30 20:50:06 +01:00
slideshow IASS: Correct Buffering of last Slide 2024-04-11 18:59:46 +02:00
smoketest
solenv Adapt flatpak build to upstream changes 2024-04-10 12:05:32 +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 Fix typo 2024-04-06 03:23:12 +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 Move variables into their usage scope 2024-04-11 16:22:21 +02:00
svl loplugin:unusedmethods 2024-04-04 19:58:14 +02:00
svtools RESTART_REASON_MSCOMPATIBLE_FORMS_MENU is dead 2024-04-04 19:58:23 +02:00
svx tdf#160176 svx: Reset help text when form control has none 2024-04-11 23:54:21 +02:00
sw tdf#132599 cui offapi sw xmloff: add hyphenation-keep-type 2024-04-11 10:20:41 +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 tdf#146619 Drop unused 'using namespace' in: test/ 2024-04-03 19:02:48 +02:00
testtools cid#1545177 COPY_INSTEAD_OF_MOVE 2023-12-10 17:41:18 +01:00
toolkit loplugin:unusedmethods 2024-04-04 19:58:14 +02:00
tools loplugin:unusedmethods 2024-03-17 13:06:48 +01:00
translations@162f2568c0 Update git submodules 2024-04-09 12:38:12 +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 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 Move org.libreoffice.embindtest from udkapi to offapi 2024-04-11 15:22:40 +02:00
unotools ofz#67825 build failure clang frontend command failed with exit code 139 2024-04-04 17:00:14 +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 related tdf#160176 qt: Create dummy Qt widget in main thread 2024-04-11 23:54:14 +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#132599 cui offapi sw xmloff: add hyphenation-keep-type 2024-04-11 10:20:41 +02: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#132599 cui offapi sw xmloff: add hyphenation-keep-type 2024-04-11 10:20:41 +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 tdf#146619 Drop unused 'using namespace' in: xmlsecurity/ 2024-04-09 10:43:32 +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 Allow building with Java 8 2024-03-02 06:29:50 +01:00
config_host_lang.mk.in
configure.ac Avoid -O2 in AC_PROG_CC/CXX, work around occasional Clang 12.0.1 SEGVs 2024-04-09 23:40:49 +02: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 clean up after removal of patched rhino 2024-04-08 10:48:19 +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 clean up after removal of patched rhino 2024-04-08 10:48:19 +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 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.