From 2e11a3e03ed37eb86cd87f68191c48d2a6e442cb Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Thu, 7 Jan 2016 17:48:34 +1100 Subject: [PATCH] vcl: rename outfont.hxx to fontentry.hxx Change-Id: I174a7a87d68958d0a5dd7c3e0f35294f0d020eb1 Reviewed-on: https://gerrit.libreoffice.org/21189 Tested-by: Jenkins Reviewed-by: Chris Sherlock --- vcl/generic/fontmanager/fontconfig.cxx | 2 +- vcl/generic/fontmanager/fontsubst.cxx | 2 +- vcl/generic/glyphs/gcach_ftyp.cxx | 2 +- vcl/generic/glyphs/glyphcache.cxx | 2 +- vcl/generic/print/genpspgraphics.cxx | 2 +- vcl/inc/PhysicalFontCollection.hxx | 2 +- vcl/inc/PhysicalFontFace.hxx | 2 +- vcl/inc/{outfont.hxx => fontentry.hxx} | 6 +++--- vcl/inc/generic/glyphcache.hxx | 2 +- vcl/inc/impfont.hxx | 2 +- vcl/inc/outdev.h | 2 +- vcl/inc/pch/precompiled_vcl.hxx | 11 ++++++++--- vcl/inc/quartz/salgdi.h | 2 +- vcl/inc/win/salgdi.h | 2 +- vcl/quartz/ctfonts.cxx | 2 +- vcl/source/app/svmain.cxx | 2 +- vcl/source/font/PhysicalFontCollection.cxx | 2 +- vcl/source/font/PhysicalFontFace.cxx | 2 +- vcl/source/gdi/embeddedfontshelper.cxx | 2 +- vcl/source/gdi/font.cxx | 2 +- vcl/source/gdi/impfont.cxx | 2 +- vcl/source/gdi/pdffontcache.cxx | 2 +- vcl/source/gdi/textlayout.cxx | 2 +- vcl/source/outdev/font.cxx | 2 +- vcl/source/window/accessibility.cxx | 2 +- vcl/source/window/window2.cxx | 2 +- 26 files changed, 35 insertions(+), 30 deletions(-) rename vcl/inc/{outfont.hxx => fontentry.hxx} (96%) diff --git a/vcl/generic/fontmanager/fontconfig.cxx b/vcl/generic/fontmanager/fontconfig.cxx index 2e8622b6becc..6170ee8d991b 100644 --- a/vcl/generic/fontmanager/fontconfig.cxx +++ b/vcl/generic/fontmanager/fontconfig.cxx @@ -24,7 +24,7 @@ #include #include #include -#include "outfont.hxx" +#include "fontentry.hxx" #include #include #include diff --git a/vcl/generic/fontmanager/fontsubst.cxx b/vcl/generic/fontmanager/fontsubst.cxx index 6a187de91602..d4d2ba885a25 100644 --- a/vcl/generic/fontmanager/fontsubst.cxx +++ b/vcl/generic/fontmanager/fontsubst.cxx @@ -22,7 +22,7 @@ #include "generic/glyphcache.hxx" #include "vcl/sysdata.hxx" -#include "outfont.hxx" +#include "fontentry.hxx" #include "generic/printergfx.hxx" #include "salbmp.hxx" diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx index f29399834330..c4c5754a05df 100644 --- a/vcl/generic/glyphs/gcach_ftyp.cxx +++ b/vcl/generic/glyphs/gcach_ftyp.cxx @@ -23,7 +23,7 @@ #include "gcach_ftyp.hxx" #include "vcl/svapp.hxx" -#include +#include #include #include "fontattributes.hxx" diff --git a/vcl/generic/glyphs/glyphcache.cxx b/vcl/generic/glyphs/glyphcache.cxx index 2b4054f5a1d5..798b3e29305f 100644 --- a/vcl/generic/glyphs/glyphcache.cxx +++ b/vcl/generic/glyphs/glyphcache.cxx @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include diff --git a/vcl/generic/print/genpspgraphics.cxx b/vcl/generic/print/genpspgraphics.cxx index a6e1e837ef7a..d35816f11701 100644 --- a/vcl/generic/print/genpspgraphics.cxx +++ b/vcl/generic/print/genpspgraphics.cxx @@ -50,7 +50,7 @@ #include "generic/printergfx.hxx" #include "impfont.hxx" #include "langboost.hxx" -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "PhysicalFontCollection.hxx" #include "PhysicalFontFace.hxx" diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index 44956731e267..f283278c46bf 100644 --- a/vcl/inc/PhysicalFontCollection.hxx +++ b/vcl/inc/PhysicalFontCollection.hxx @@ -22,7 +22,7 @@ #include -#include "outfont.hxx" +#include "fontentry.hxx" #include "PhysicalFontFamily.hxx" class ImplGlyphFallbackFontSubstitution; diff --git a/vcl/inc/PhysicalFontFace.hxx b/vcl/inc/PhysicalFontFace.hxx index 6af79d7f4002..1f4857714b71 100644 --- a/vcl/inc/PhysicalFontFace.hxx +++ b/vcl/inc/PhysicalFontFace.hxx @@ -22,7 +22,7 @@ #include -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "fontselect.hxx" diff --git a/vcl/inc/outfont.hxx b/vcl/inc/fontentry.hxx similarity index 96% rename from vcl/inc/outfont.hxx rename to vcl/inc/fontentry.hxx index 5049cadbaf3e..2768423d97dd 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/fontentry.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_OUTFONT_HXX -#define INCLUDED_VCL_INC_OUTFONT_HXX +#ifndef INCLUDED_VCL_INC_FONTENTRY_HXX +#define INCLUDED_VCL_INC_FONTENTRY_HXX #include #include @@ -67,6 +67,6 @@ private: UnicodeFallbackList* mpUnicodeFallbackList; }; -#endif // INCLUDED_VCL_INC_OUTFONT_HXX +#endif // INCLUDED_VCL_INC_FONTENTRY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index a14d8f03ae9d..e0513583540b 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -32,7 +32,7 @@ #include #include -#include +#include #include #include "fontattributes.hxx" diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index a3c50e6697d9..13ee4ecc7ec0 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h index 5814b7c449e9..88a7f5c382e8 100644 --- a/vcl/inc/outdev.h +++ b/vcl/inc/outdev.h @@ -27,7 +27,7 @@ #include #include -#include "outfont.hxx" +#include "fontentry.hxx" #include "PhysicalFontFace.hxx" class Size; diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index b2908a11c093..45c5dc6fa54b 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2015-11-14 14:16:45 using: + Generated on 2016-01-07 18:28:08 using: ./bin/update_pch vcl vcl --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -22,6 +22,8 @@ #include #include +#include +#include #include #include #include @@ -128,12 +130,12 @@ #include #include #include +#include #include #include #include #include #include -#include #include #include #include @@ -216,6 +218,7 @@ #include #include #include +#include #include #include #include @@ -257,19 +260,21 @@ #include #include #include +#include #include #include #include #include #include #include +#include #include #include #include #include -#include #include #include +#include #include #include #include diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h index d128950c1942..506895c1fe60 100644 --- a/vcl/inc/quartz/salgdi.h +++ b/vcl/inc/quartz/salgdi.h @@ -38,7 +38,7 @@ #include #include -#include "outfont.hxx" +#include "fontentry.hxx" #include "PhysicalFontFace.hxx" #include "salgdi.hxx" diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index 26b6c2fc9eda..c6dbd60a0aa7 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -23,7 +23,7 @@ #include "sallayout.hxx" #include "salgeom.hxx" #include "salgdi.hxx" -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "PhysicalFontFace.hxx" #include "impfont.hxx" diff --git a/vcl/quartz/ctfonts.cxx b/vcl/quartz/ctfonts.cxx index cceecd805aee..d516d76ea7a9 100644 --- a/vcl/quartz/ctfonts.cxx +++ b/vcl/quartz/ctfonts.cxx @@ -31,7 +31,7 @@ #include "osx/saldata.hxx" #include "osx/salinst.h" #endif -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "PhysicalFontCollection.hxx" #include "quartz/salgdi.h" diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index ce44f6003387..5eeaf9922df2 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -63,7 +63,7 @@ #include "accmgr.hxx" #include "idlemgr.hxx" #include "outdev.h" -#include "outfont.hxx" +#include "fontentry.hxx" #include "PhysicalFontCollection.hxx" #include "print.h" #include "salgdi.hxx" diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx index f8f4c725d111..fbe484fd5cf3 100644 --- a/vcl/source/font/PhysicalFontCollection.cxx +++ b/vcl/source/font/PhysicalFontCollection.cxx @@ -32,7 +32,7 @@ #include "magic.h" #include "outdev.h" -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "PhysicalFontFace.hxx" diff --git a/vcl/source/font/PhysicalFontFace.cxx b/vcl/source/font/PhysicalFontFace.cxx index a322aeba7380..de031139af5c 100644 --- a/vcl/source/font/PhysicalFontFace.cxx +++ b/vcl/source/font/PhysicalFontFace.cxx @@ -21,7 +21,7 @@ #include -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "PhysicalFontFace.hxx" diff --git a/vcl/source/gdi/embeddedfontshelper.cxx b/vcl/source/gdi/embeddedfontshelper.cxx index cfa9eaedc985..6f52df9ae4a1 100644 --- a/vcl/source/gdi/embeddedfontshelper.cxx +++ b/vcl/source/gdi/embeddedfontshelper.cxx @@ -17,7 +17,7 @@ #include "fontsubset.hxx" #include "outdev.h" -#include "outfont.hxx" +#include "fontentry.hxx" #include "PhysicalFontCollection.hxx" #include "salgdi.hxx" #include "sft.hxx" diff --git a/vcl/source/gdi/font.cxx b/vcl/source/gdi/font.cxx index ab0381c55622..58ecc0aa2843 100644 --- a/vcl/source/gdi/font.cxx +++ b/vcl/source/gdi/font.cxx @@ -27,7 +27,7 @@ #include "vcl/font.hxx" #include "impfont.hxx" -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "sft.hxx" diff --git a/vcl/source/gdi/impfont.cxx b/vcl/source/gdi/impfont.cxx index f99bed10dc11..ade5b851e180 100644 --- a/vcl/source/gdi/impfont.cxx +++ b/vcl/source/gdi/impfont.cxx @@ -16,7 +16,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include -#include +#include #include #include diff --git a/vcl/source/gdi/pdffontcache.cxx b/vcl/source/gdi/pdffontcache.cxx index 68ede0bd676e..8aa0ad24e607 100644 --- a/vcl/source/gdi/pdffontcache.cxx +++ b/vcl/source/gdi/pdffontcache.cxx @@ -21,7 +21,7 @@ #include -#include "outfont.hxx" +#include "fontentry.hxx" #include "PhysicalFontFace.hxx" #include "salgdi.hxx" #include "sallayout.hxx" diff --git a/vcl/source/gdi/textlayout.cxx b/vcl/source/gdi/textlayout.cxx index 2138c0d11599..ab9d69e2d215 100644 --- a/vcl/source/gdi/textlayout.cxx +++ b/vcl/source/gdi/textlayout.cxx @@ -20,7 +20,7 @@ #include "vcl/ctrl.hxx" #include "vcl/outdev.hxx" -#include "outfont.hxx" +#include "fontentry.hxx" #include "textlayout.hxx" #include diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx index ffb418823758..40e12c908e40 100644 --- a/vcl/source/outdev/font.cxx +++ b/vcl/source/outdev/font.cxx @@ -33,7 +33,7 @@ #include "impfont.hxx" #include "outdata.hxx" -#include "outfont.hxx" +#include "fontentry.hxx" #include "fontattributes.hxx" #include "outdev.h" diff --git a/vcl/source/window/accessibility.cxx b/vcl/source/window/accessibility.cxx index 87af1209a5e4..c8e2d88ab466 100644 --- a/vcl/source/window/accessibility.cxx +++ b/vcl/source/window/accessibility.cxx @@ -63,7 +63,7 @@ #include "salgdi.hxx" #include "svdata.hxx" #include "dbggui.hxx" -#include "outfont.hxx" +#include "fontentry.hxx" #include "window.h" #include "toolbox.h" #include "outdev.h" diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index d39810a8f44a..3740e77cb07f 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -36,7 +36,7 @@ #include #include -#include +#include #include #include #include