office-gobmx/solenv
Miklos Vajna b38a9a3e59 xmloff: create XMLDrawContentExportOOO instances with an uno constructor
See tdf#74608 for motivation.

Change-Id: Ib63744f720a886cd67b4158399e6bf91c6efb128
Reviewed-on: https://gerrit.libreoffice.org/79660
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-09-27 08:45:50 +02:00
..
bin xmloff: create XMLDrawContentExportOOO instances with an uno constructor 2019-09-27 08:45:50 +02:00
buck
clang-cl
clang-format compiler check for rtl::OUStringConcat instances 2019-09-24 12:53:39 +02:00
doc/gbuild
gbuild the PCH timestamp is actually LinkTarget's, not PCH's 2019-09-23 13:50:00 +02:00
gbuildtojson
gcc-wrappers
gdb
inc
lldb/libreoffice
maven
qa/python
sanitizers weld ORelationDialog and DlgQryJoin 2019-09-26 16:46:22 +02:00
vs
CompilerTest_compilerplugins_clang.mk compiler check for rtl::OUStringConcat instances 2019-09-24 12:53:39 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in Adapt solenv/flatpak-manifest.in to recent download.lst changes 2019-09-11 23:39:04 +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.