From 4cd18919dd8cb5afb2fb8c467ef79cf4cfa1df39 Mon Sep 17 00:00:00 2001 From: Herbert Duerr Date: Mon, 9 Jul 2001 15:09:25 +0000 Subject: [PATCH] #81268# dummy implementation for SalGraphics:GetFontCodeRanges() --- vcl/aqua/source/gdi/salgdi.cxx | 12 ++++++++++-- vcl/os2/source/gdi/salgdi3.cxx | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/vcl/aqua/source/gdi/salgdi.cxx b/vcl/aqua/source/gdi/salgdi.cxx index 4e03a1e8f313..96ca37aa36d5 100644 --- a/vcl/aqua/source/gdi/salgdi.cxx +++ b/vcl/aqua/source/gdi/salgdi.cxx @@ -2,8 +2,8 @@ * * $RCSfile: salgdi.cxx,v $ * - * $Revision: 1.54 $ - * last change: $Author: pluby $ $Date: 2001-03-13 09:44:47 $ + * $Revision: 1.55 $ + * last change: $Author: hdu $ $Date: 2001-07-09 16:09:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1297,6 +1297,14 @@ ULONG SalGraphics::GetKernPairs( ULONG nPairs, // ----------------------------------------------------------------------- +ULONG SalGraphics::GetFontCodeRanges( sal_uInt32* pCodePairs ) const +{ + // TODO: try to get the necessary info from Aqua + return 0; +} // SalGraphics::GetFontCodeRanges + +// ----------------------------------------------------------------------- + void SalGraphics::GetDevFontList( ImplDevFontList *pList ) { if ( pList != NULL ) diff --git a/vcl/os2/source/gdi/salgdi3.cxx b/vcl/os2/source/gdi/salgdi3.cxx index 0876f5c4f606..387b7fdd7401 100644 --- a/vcl/os2/source/gdi/salgdi3.cxx +++ b/vcl/os2/source/gdi/salgdi3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: salgdi3.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:05:34 $ + * last change: $Author: hdu $ $Date: 2001-07-09 16:05:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -539,6 +539,14 @@ ULONG SalGraphics::GetKernPairs( ULONG nPairs, ImplKernPairData* pKernPairs ) // ----------------------------------------------------------------------- +ULONG SalGraphics::GetFontCodeRanges( sal_uInt32* pCodePairs ) const +{ + // TODO: try to get the necessary info + return 0; +} + +// ----------------------------------------------------------------------- + void SalGraphics::GetDevFontList( ImplDevFontList* pList ) { PFONTMETRICS pFontMetrics;