/trunk/main/vcl/inc/ |
H A D | outdev.h | 75 void UpdateCloneFontList( ImplDevFontList&, 79 friend class ImplDevFontList; // TODO: remove soon 227 ImplFontEntry* GetFontEntry( ImplDevFontList*, 230 ImplFontEntry* GetFontEntry( ImplDevFontList*, 232 ImplFontEntry* GetGlyphFallbackFont( ImplDevFontList*, ImplFontSelectData&,
|
H A D | outfont.hxx | 184 class VCL_PLUGIN_PUBLIC ImplDevFontList class 198 explicit ImplDevFontList(); 199 virtual ~ImplDevFontList(); 220 ImplDevFontList* Clone( bool bScalable, bool bEmbeddable ) const;
|
H A D | salgdi.hxx | 39 class ImplDevFontList; 249 virtual void GetDevFontList( ImplDevFontList* ) = 0; 253 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName )…
|
H A D | window.h | 53 class ImplDevFontList; 166 ImplDevFontList* mpFontList; // Font-List for this frame
|
H A D | svdata.hxx | 74 class ImplDevFontList; 208 ImplDevFontList* mpScreenFontList; // Screen-Font-List
|
H A D | glyphcache.hxx | 70 void AnnounceFonts( ImplDevFontList* ) const;
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 1259 ImplDevFontList::ImplDevFontList() in ImplDevFontList() function in ImplDevFontList 1270 ImplDevFontList::~ImplDevFontList() in ~ImplDevFontList() 1291 void ImplDevFontList::Clear() in Clear() 1315 void ImplDevFontList::InitGenericGlyphFallback( void ) const in InitGenericGlyphFallback() 1506 void ImplDevFontList::Add( ImplFontData* pNewData ) in Add() 1672 void ImplDevFontList::InitMatchData() const in InitMatchData() 2068 ImplDevFontListData* ImplDevFontList::FindDefaultFont() const in FindDefaultFont() 2121 ImplDevFontList* ImplDevFontList::Clone( bool bScalable, bool bEmbeddable ) const in Clone() 2123 ImplDevFontList* pClonedList = new ImplDevFontList; in Clone() 2144 ImplGetDevFontList* ImplDevFontList::GetDevFontList() const in GetDevFontList() [all …]
|
H A D | pdfwriter_impl.hxx | 1081 ImplDevFontList* filterDevFontList( ImplDevFontList* pFontList );
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.hxx | 83 static void AnnounceFonts( ImplDevFontList*, const psp::FastPrintFontInfo& ); 111 virtual void GetDevFontList( ImplDevFontList* ); 113 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
H A D | svpgdi.hxx | 92 virtual void GetDevFontList( ImplDevFontList* ); 94 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
H A D | svptext.cxx | 282 void SvpSalGraphics::GetDevFontList( ImplDevFontList* pDevFontList ) in GetDevFontList() 330 bool SvpSalGraphics::AddTempDevFont( ImplDevFontList*, in AddTempDevFont() argument
|
H A D | svppspgraphics.cxx | 797 bool PspGraphics::AddTempDevFont( ImplDevFontList*, const String&, const String& ) in AddTempDevFont() argument 802 void PspGraphics::GetDevFontList( ImplDevFontList *pList ) in GetDevFontList() 1247 void PspGraphics::AnnounceFonts( ImplDevFontList* pFontList, const psp::FastPrintFontInfo& aInfo ) in AnnounceFonts()
|
/trunk/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 74 static void AnnounceFonts( ImplDevFontList*, const psp::FastPrintFontInfo& ); 102 virtual void GetDevFontList( ImplDevFontList* ); 104 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
H A D | salgdi.h | 249 virtual void GetDevFontList( ImplDevFontList* ); 251 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | atslayout.hxx | 28 class ImplDevFontList; 46 void AnnounceFonts( ImplDevFontList& ) const;
|
H A D | atsfonts.cxx | 66 virtual void AnnounceFonts( ImplDevFontList& ) const; 548 void AtsFontList::AnnounceFonts( ImplDevFontList& rFontList ) const in AnnounceFonts()
|
H A D | ctfonts.cxx | 69 virtual void AnnounceFonts( ImplDevFontList& ) const; 525 void CTFontList::AnnounceFonts( ImplDevFontList& rFontList ) const in AnnounceFonts()
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 139 virtual void AnnounceFonts( ImplDevFontList& ) const = 0; 340 virtual void GetDevFontList( ImplDevFontList* ); 344 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.hxx | 88 void AnnounceFont( ImplDevFontList* ); 154 void AnnounceFonts( ImplDevFontList* ) const;
|
H A D | glyphcache.cxx | 216 void GlyphCache::AnnounceFonts( ImplDevFontList* pList ) const in AnnounceFonts()
|
/trunk/main/vcl/inc/os2/ |
H A D | salgdi.h | 272 virtual void GetDevFontList( ImplDevFontList* ); 276 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 882 bool PspGraphics::AddTempDevFont( ImplDevFontList*, const String&,const String& ) in AddTempDevFont() argument 887 void RegisterFontSubstitutors( ImplDevFontList* ); 889 void PspGraphics::GetDevFontList( ImplDevFontList *pList ) in GetDevFontList() 1361 void PspGraphics::AnnounceFonts( ImplDevFontList* pFontList, const psp::FastPrintFontInfo& aInfo ) in AnnounceFonts()
|
H A D | salgdi3.cxx | 987 bool X11SalGraphics::AddTempDevFont( ImplDevFontList* pFontList, in AddTempDevFont() 1024 void RegisterFontSubstitutors( ImplDevFontList* ); 1026 void X11SalGraphics::GetDevFontList( ImplDevFontList *pList ) in GetDevFontList() 1419 void RegisterFontSubstitutors( ImplDevFontList* pList ) in RegisterFontSubstitutors()
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 302 virtual void GetDevFontList( ImplDevFontList* ); 306 …virtual bool AddTempDevFont( ImplDevFontList*, const String& rFileURL, const String& rFontName );
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 574 const ImplDevFontList* pDevFontList = ImplGetSVData()->maGDIData.mpScreenFontList; in FindFontSubstitute() 629 ImplDevFontList* mpList; 2268 bool WinSalGraphics::AddTempDevFont( ImplDevFontList* pFontList, in AddTempDevFont() 2326 void WinSalGraphics::GetDevFontList( ImplDevFontList* pFontList ) in GetDevFontList()
|