summaryrefslogtreecommitdiff
path: root/m4
ModeNameSize
-rw-r--r--README106logplain
-rw-r--r--ax_boost_base.m410571logplain
-rw-r--r--ax_boost_date_time.m44525logplain
-rw-r--r--ax_boost_filesystem.m44400logplain
-rw-r--r--ax_boost_iostreams.m44634logplain
-rw-r--r--ax_boost_locale.m44402logplain
-rw-r--r--ax_boost_system.m44195logplain
-rw-r--r--introspection.m43469logplain
-rw-r--r--libgcrypt.m44726logplain
-rw-r--r--libo_check_extension.m4892logplain
-rw-r--r--libo_externals.m41080logplain
-rw-r--r--libo_fuzz_configury.m41804logplain
-rw-r--r--libo_pkg_version.m41543logplain
d---------mac34logplain
llabora.co.uk> 2018-03-05use more Color in ooxNoel Grandin Change-Id: I8fdc6742de5af9101e246411e7208650bae2c4c7 Reviewed-on: https://gerrit.libreoffice.org/50617 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-12-19inline use-once typedefsNoel Grandin Change-Id: I5c3ffc03c26b3428f1f336e6ecba7838a1cf1157 Reviewed-on: https://gerrit.libreoffice.org/46764 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand Decided to keep the migrated/isolated Emf/Wmf reader which are now hidden behind a Uno Api. Had to re-implement WMF_EXTERNALHEADER (now WmfExternal, own file/header) to not break anything. It *seems* to just scale something and could be done after import, but I could not be sure. Also needed a callback hook to allow getting the Metafile out of a MetafilePrimitive in a lower module (vcl relative to drawinglayer) which is needed as long as primitives are not completely on Uno Api. Deleted all Emf/Wmf reader stuff from vcl. Change-Id: Ic5540defa8ec770728280df4df3f12e1f48cfc3a 2017-05-23svtools: add GraphicProvider::queryGraphics()Miklos Vajna This allows moving the for() loop from oox to svtools when importing multiple images. That means in case later we parallelize that loop, then the performance benefit won't be restricted to oox, but also will be available for all clients of the graphic provider. Change-Id: Icd7bd447e7ae623b0a8548e020d8f6ab38da47bb Reviewed-on: https://gerrit.libreoffice.org/37945 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> 2017-05-23oox: add GraphicHelper::importGraphics()Miklos Vajna Similar to GraphicHelper::importGraphic(), but can import multiple streams with one function call. Change-Id: I5fd398bb6649259e86967f8db5cc1e212f50bc8e Reviewed-on: https://gerrit.libreoffice.org/37942 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2017-05-23oox: add GraphicHelper::importEmbeddedGraphics()Miklos Vajna Similar to GraphicHelper::importEmbeddedGraphic(), but it takes a list of image paths to import. Change-Id: I11b670a0b2c693540054c78be2cee3835477b7e6 Reviewed-on: https://gerrit.libreoffice.org/37938 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>