office-gobmx/bin
Bartosz Kosiorek 71c6897d97 tdf#163170 Add support for MS Visio Template format with .vstx extension
libvisio is already supporting .vstx template format.
With this patch the LibreOffice is recognizing such file types,
and successfully opening it.

More information about format:
https://learn.microsoft.com/en-us/office/client-developer/visio/introduction-to-the-visio-file-formatvsdx

Change-Id: Ibee01288cdb2cd6a0ac3f371a22604d7bb5b471c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173997
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
(cherry picked from commit 529dfc741a)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174013
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-09-30 03:26:54 +02:00
..
text_cat
update mar: allow parallel creation of diff packages 2024-06-06 16:00:43 +02:00
attachment_mimetypes.py tdf#163170 Add support for MS Visio Template format with .vstx extension 2024-09-30 03:26:54 +02:00
bash-completion.in
benchmark-document-loading
bffvalidator.sh.in
check-autocorr.py
check-elf-dynamic-objects configure,curl: enable GSSAPI on Linux/MacOS/etc. 2024-07-23 14:07:21 +02:00
check-icon-sizes.py
check-implementer-notes.py
check-missing-export-asserts.py
check-missing-unittests.py
compare-crashreport-stats.py
convwatch.py
crashreportScraper.py
create-dmg-from-merged-app-bundle
diff-pdf-page.py
distro-install-clean-up
distro-install-desktop-integration
distro-install-file-lists
distro-install-sdk
dump-poolitems-values.py
extract-tooltip.py
fake_pom.xml
find-can-be-private-symbols.classes.results
find-can-be-private-symbols.functions.results
find-can-be-private-symbols.py
find-clang-format.py
find-duplicated-files.py
find-duplicated-sids.py
find-files-not-referenced-by-makefile.py
find-german-comments
find-headers-to-move-inside-modules.py
find-mergedlib-can-be-private-symbols.classes.results
find-mergedlib-can-be-private-symbols.functions.results Add arguments to Last 4 UNO Commands in CrashReport Dump 2024-09-25 22:31:34 +02:00
find-mergedlib-can-be-private.py
find-most-common-warn-messages.py
find-most-repeated-functions.py
find-undocumented-classes
find-unneeded-includes
find-unused-configkeys.sh
find-unused-data.sh
find-unused-defines.py
find-unused-sid-commands.py
find-unused-typedefs.py
find-unused-using.sh
find-unusedheaders.sh
fixincludeguards.sh
flat-odf-cleanup.py
fuzzfiles
gbuild-to-ide
gen-boost-headers
generate-bash-completion.py tdf#163170 Add support for MS Visio Template format with .vstx extension 2024-09-30 03:26:54 +02:00
get-bugzilla-attachments-by-mimetype
get-forum-attachments.py
get_config_variables
git-ps1
gla11y
includebloat.awk
ios-mapfile-statistics
java-set-classpath.in
lint-ui.py
list-dispatch-commands.py
list-uitest.py
lo-all-static-libs
lo-commit-stat
lo-pack-sources
lo-xlate-lang
lolcat
merge-app-bundles merge-app-bundles: fix _ctypes.cpython path 2024-07-11 18:03:26 +02:00
module-deps.pl
moveglobalheaders.sh
odfvalidator.sh.in
officeotron.sh.in
oss-fuzz-build.sh
oss-fuzz-setup.sh
parse-perfcheck.py
README.md
refcount_leak.py
removetooltip_markups.sh
rename-sw-abbreviations.sh
replace_missing_fonts.sh
run
sanitize-excludelist.txt
sanitize-image-links
striplanguagetags.sh
stubify.pl
symbolstore.py
symstore.sh
test-hid-vs-ui.py
ui-rules-enforcer.py
ui-translatable.sh
unpack-sources
update_pch
update_pch.sh
update_pch_autotune.sh
update_pch_bisect
upload_symbols.py
verify-custom-widgets-libs

Tools and Non-Build Scripts

Tools and scripts mostly not used during the build

This direction has a number of key pieces (?) that are used during the build, or are simply generally useful. One example is bin/run.

This utility can be used to run the executables in this folder:

workdir/LinkTarget/Executable

Format of the usage is:

./bin/run application [parameters]|--list|--help

Use --list (same as -list or -l) to get the list of executables Use --help (same as -help or -h) to get this help

Another example is:

bin/find-german-comments <directory>

which will try to detect and extract all the German comments in a given source code hierarchy / directory.

Please note that the associated issue tdf#39468 is now marked as RESOLVED/FIXED, so don't expect many German comments.