diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-12-15 19:31:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-12-19 06:42:39 +0000 |
commit | d640bfe7767292c8a89de57d378dd752a8ec8342 (patch) | |
tree | e4db77faa9bf3d7da528cb1c051e9a3e878021cd /solenv | |
parent | c57d113e9ef8608f5690e8707a97879cb4f6a185 (diff) |
remove dependency from drawinglayer to framework
to try and untangle the dependency mess a little.
This means
(*) tunneling a piece of information from VCLXWindow via
the XWindowPeer::getProperty method, so
we do not need to directly call VCLXWindow.
(*) moving some formpdf code from framework "down" to vcl,
where the drawinglayer code can use it
Change-Id: I2c1ff3e34941b3147e66cf0a2d0fdb13293e3aa2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144341
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index f6a4b822a7c2..0fa8c8402159 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -6129,7 +6129,6 @@ include/toolkit/controls/unocontrolmodel.hxx include/toolkit/controls/unocontrols.hxx include/toolkit/helper/accessiblefactory.hxx include/toolkit/helper/convert.hxx -include/toolkit/helper/formpdfexport.hxx include/toolkit/helper/listenermultiplexer.hxx include/toolkit/helper/macros.hxx include/toolkit/helper/mutexandbroadcasthelper.hxx @@ -6323,6 +6322,7 @@ include/vcl/fntstyle.hxx include/vcl/font.hxx include/vcl/fontcapabilities.hxx include/vcl/fontcharmap.hxx +include/vcl/formpdfexport.hxx include/vcl/gdimtf.hxx include/vcl/gfxlink.hxx include/vcl/gradient.hxx @@ -13670,7 +13670,6 @@ toolkit/source/hatchwindow/ipwin.cxx toolkit/source/hatchwindow/ipwin.hxx toolkit/source/helper/accessibilityclient.cxx toolkit/source/helper/btndlg.cxx -toolkit/source/helper/formpdfexport.cxx toolkit/source/helper/imagealign.cxx toolkit/source/helper/listenermultiplexer.cxx toolkit/source/helper/property.cxx @@ -14766,6 +14765,7 @@ vcl/source/gdi/VerticalOrientationData.cxx vcl/source/gdi/configsettings.cxx vcl/source/gdi/cvtgrf.cxx vcl/source/gdi/embeddedfontshelper.cxx +vcl/source/gdi/formpdfexport.cxx vcl/source/gdi/gdimetafiletools.cxx vcl/source/gdi/gdimtf.cxx vcl/source/gdi/gfxlink.cxx |