office-gobmx/solenv
Tor Lillqvist 0975584540 Add css_comp_Impress_oox_PowerPointExport
Change-Id: I17d95cce0dd69e2ba8b4ebc7045544fc5659a249
(cherry picked from commit df91a0f2b3)
Reviewed-on: https://gerrit.libreoffice.org/79240
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2019-09-20 14:37:34 +02:00
..
bin Add css_comp_Impress_oox_PowerPointExport 2019-09-20 14:37:34 +02:00
buck
clang-cl
clang-format desktop: turn on clang-format for lokclipboard 2019-08-05 21:06:39 -04:00
doc/gbuild
gbuild
gbuildtojson
gcc-wrappers
gdb
inc
lldb/libreoffice
maven
qa/python
sanitizers Added mobile friendly ui design for ConditionalFormattingDialog 2019-09-03 21:42:42 +02:00
vs
CompilerTest_compilerplugins_clang.mk
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in add OpenDyslexic font 2019-09-18 16:55:58 +02:00
Makefile
Module_solenv.mk
PythonTest_solenv_python.mk
README
StaticLibrary_wrapper.mk

Tools and makefile fragments necessary for compilation

This module contains many tools and makefile configuration pieces,
critical for building LibreOffice:

bin/
    contains lots of tools used during the build:

    concat-deps*
        these aggregate, and remove duplicates from module
        dependencies, to accelerate build times.

    make_installer.pl
        this script executes the compiled instructions from
        the scp2/ module to create an installer, and/or to
        do a local install for the smoketest.

gbuild/
    implementation of the LibreOffice build system
    See gbuild/README for more info.

gdb/
    lots of nice python helpers to make debugging -much- easier
    that (eg.) print UCS2 strings as UTF-8 on the console to
    help with debugging.

inc/
    old / increasingly obsolete dmake setup and includes, we are
    trying to entirely rid ourselves of this

src/
    useful standard / re-usable component map files for components
    which shouldn't export anything more than a few registration
    symbols.