diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2021-09-14 00:17:06 +1000 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-10-08 19:22:59 +0200 |
commit | 3f5fb07565d0e08773ddfcda4d5acbb1446aa2f2 (patch) | |
tree | c0830ab69aac8f1424e6788448bb68690883ab9e /solenv | |
parent | 677434a572b8f07a386937b2f7edf2e9b801bbd0 (diff) |
vcl: test PhysicalFontCollection and move to vcl::font namespace
- tested PhysicalFontCollection, noted odd behaviour with search names
and normalization
- moved PhysicalFontCollection.hxx to vcl/inc/font
- moved PhysicalFontCollection into vcl::font namespace
Note that I needed to regenerate the pch file otherwise errors were
generated.
Change-Id: Ifa0c7b871c40687bd15002565d2f7a3e408218f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122036
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
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 9240bffc7064..92219dba46ae 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -14419,7 +14419,6 @@ vcl/headless/svptext.cxx vcl/headless/svpvd.cxx vcl/inc/IconThemeSelector.hxx vcl/inc/IPrioritable.hxx -vcl/inc/PhysicalFontCollection.hxx vcl/inc/PhysicalFontFamily.hxx vcl/inc/ResampleKernel.hxx vcl/inc/WidgetThemeLibraryTypes.hxx @@ -14439,6 +14438,7 @@ vcl/inc/dndlistenercontainer.hxx vcl/inc/factory.hxx vcl/inc/fltcall.hxx vcl/inc/font/FontSelectPattern.hxx +vcl/inc/font/PhysicalFontCollection.hxx vcl/inc/font/PhysicalFontFace.hxx vcl/inc/fontattributes.hxx vcl/inc/fontinstance.hxx @@ -14484,7 +14484,6 @@ vcl/inc/osx/salprn.h vcl/inc/osx/salsys.h vcl/inc/osx/saltimer.h vcl/inc/osx/vclnsapp.h -vcl/inc/outdev.h vcl/inc/pdf/pdffontcache.hxx vcl/inc/pdf/pdfwriter_impl.hxx vcl/inc/ppdparser.hxx @@ -14940,6 +14939,7 @@ vcl/source/filter/wmf/emfwr.hxx vcl/source/filter/wmf/wmf.cxx vcl/source/filter/wmf/wmfwr.cxx vcl/source/filter/wmf/wmfwr.hxx +vcl/source/font/DirectFontSubstitution.cxx vcl/source/font/FontSelectPattern.cxx vcl/source/font/PhysicalFontCollection.cxx vcl/source/font/PhysicalFontFace.cxx |