office-gobmx/solenv
Grzegorz Araminowicz c61b75eede SmartArt: regenerate diagram command
It removes diagram content and rebuilds shape tree from diagram markup.
Diagram should appear unchanged - editing will be added in future commits.

Change-Id: I6bfc21956a1a23e55d3c7a74384db71d957d690d
Reviewed-on: https://gerrit.libreoffice.org/71584
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-05-14 16:02:26 +02:00
..
bin weld conditional formatting 2019-05-11 18:34:23 +02:00
buck
clang-cl
clang-format SmartArt: regenerate diagram command 2019-05-14 16:02:26 +02:00
doc/gbuild Fix TRANPARENT -> TRANSPARENT 2018-09-28 10:21:02 +02:00
gbuild disable ccache for PCH generation 2019-05-11 19:19:26 +02:00
gbuildtojson
gcc-wrappers
gdb fix gdb helper for Color 2019-04-21 21:19:20 +02:00
inc add Lower Serbian (dsb) language pack 2018-10-22 00:58:41 +02:00
lldb/libreoffice fix gdb pretty printing 2018-10-25 16:12:29 +02:00
maven Rename Mac OS X to official name macOS in comments and documentation 2018-11-29 14:08:26 +01:00
qa/python Moving mysqlc into connectivity as a library 2018-08-24 17:19:51 +02:00
sanitizers gla11y: whitelist GtkTreeViewColumn as not needing labelling 2019-05-13 16:06:50 +02:00
vs Natvis: VS has trouble showing sequence of signed char 2018-12-18 13:59:05 +01:00
CompilerTest_compilerplugins_clang.mk tdf#89522 PERF FILEOPEN xlsx, part 1 2019-04-24 16:09:08 +02:00
CustomTarget_gbuildtesttools.mk
Executable_concat-deps.mk
Executable_g++-wrapper.mk
Executable_gbuildtojson.mk
Executable_gcc-wrapper.mk
flatpak-manifest.in upload libmwaw 0.3.15 2019-04-21 09:44:57 +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.