/trunk/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.hxx | 70 FtFontInfo( const ImplDevFontAttributes&, 108 ImplDevFontAttributes maDevFontAttributes; 152 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes&, 243 ImplFTSFontData( FtFontInfo*, const ImplDevFontAttributes& );
|
H A D | gcach_ftyp.cxx | 289 FtFontInfo::FtFontInfo( const ImplDevFontAttributes& rDevFontAttributes, in FtFontInfo() 546 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes& rDevFontAttr, in AddFontFile() 598 ImplDevFontAttributes aDFA; in AddFontDir() 689 ImplFTSFontData::ImplFTSFontData( FtFontInfo* pFI, const ImplDevFontAttributes& rDFA ) in ImplFTSFontData()
|
H A D | glyphcache.cxx | 208 sal_IntPtr nFontId, const ImplDevFontAttributes& rDFA, const ExtraKernInfo* pExtraKern ) in AddFontFile()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 119 typedef std::map< String, ImplDevFontAttributes > FontAttrMap; 138 ImplDevFontAttributes GetFontAttr( const String& rFontFileName ) const; 161 ImplDevFontAttributes aDFA; in ImplFontAttrCache() 198 const ImplDevFontAttributes& rDFA( (*aIter).second ); in ~ImplFontAttrCache() 229 ImplDevFontAttributes ImplFontAttrCache::GetFontAttr( const String& rFontFileName ) const in GetFontAttr() 231 ImplDevFontAttributes aDFA; in GetFontAttr() 834 ImplDevFontAttributes aDFA; in WinFont2DevFontAttributes() 909 ImplDevFontAttributes aDFA; in WinFont2DevFontAttributes() 1097 ImplWinFontData::ImplWinFontData( const ImplDevFontAttributes& rDFS, in ImplWinFontData() 2174 ImplDevFontAttributes& rDFA ) in ImplGetFontAttrFromFile() [all …]
|
/trunk/main/vcl/inc/ |
H A D | outfont.hxx | 86 class ImplDevFontAttributes : public ImplFontAttributes class 115 class VCL_PLUGIN_PUBLIC ImplFontData : public ImplDevFontAttributes 139 explicit ImplFontData( const ImplDevFontAttributes&, int nMagic );
|
H A D | impfont.hxx | 235 void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& );
|
H A D | glyphcache.hxx | 68 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes&,
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | atsfonts.cxx | 48 explicit AtsFontData( const ImplDevFontAttributes&, ATSUFontID ); 79 AtsFontData::AtsFontData( const ImplDevFontAttributes& rDFA, ATSUFontID nFontId ) in AtsFontData() 334 static bool GetDevFontAttributes( ATSUFontID nFontID, ImplDevFontAttributes& rDFA ) in GetDevFontAttributes() 524 ImplDevFontAttributes aDevFontAttr; in AtsFontList()
|
H A D | ctfonts.cxx | 48 explicit CTFontData( const ImplDevFontAttributes&, sal_IntPtr nFontId ); 290 CTFontData::CTFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in CTFontData() 359 ImplDevFontAttributes rDFA; in CTFontEnumCallBack() 448 ImplDevFontAttributes rDFA2; in CTFontEnumCallBack()
|
H A D | salgdi.cxx | 81 ImplMacFontData::ImplMacFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in ImplMacFontData()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.hxx | 36 class ImplDevFontAttributes; 82 static ImplDevFontAttributes Info2DevFontAttributes( const psp::FastPrintFontInfo& );
|
H A D | svppspgraphics.cxx | 832 ImplDevFontAttributes aDFA = Info2DevFontAttributes( aInfo ); in GetFontMetric() 1179 ImplDevFontAttributes PspGraphics::Info2DevFontAttributes( const psp::FastPrintFontInfo& rInfo ) in Info2DevFontAttributes() 1181 ImplDevFontAttributes aDFA; in Info2DevFontAttributes()
|
H A D | svptext.cxx | 313 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in GetDevFontList()
|
/trunk/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 37 class ImplDevFontAttributes; 73 static ImplDevFontAttributes Info2DevFontAttributes( const psp::FastPrintFontInfo& );
|
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 42 class ImplDevFontAttributes; 57 ImplMacFontData( const ImplDevFontAttributes&, sal_IntPtr nFontID );
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 923 ImplDevFontAttributes aDFA = Info2DevFontAttributes( aInfo ); in GetFontMetric() 1299 ImplDevFontAttributes PspGraphics::Info2DevFontAttributes( const psp::FastPrintFontInfo& rInfo ) in Info2DevFontAttributes() 1301 ImplDevFontAttributes aDFA; in Info2DevFontAttributes()
|
H A D | salgdi3.cxx | 1006 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in AddTempDevFont() 1058 ImplDevFontAttributes aDFA = PspGraphics::Info2DevFontAttributes( aInfo ); in GetDevFontList()
|
/trunk/main/vcl/inc/win/ |
H A D | salgdi.h | 55 explicit ImplWinFontData( const ImplDevFontAttributes&,
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 283 static ImplDevFontAttributes Os2Font2DevFontAttributes( const PFONTMETRICS pFontMetric) in Os2Font2DevFontAttributes() 285 ImplDevFontAttributes aDFA; in Os2Font2DevFontAttributes()
|
/trunk/main/vcl/source/gdi/ |
H A D | impfont.cxx | 718 void UpdateAttributesFromPSName( const String& rPSName, ImplDevFontAttributes& rDFA ) in UpdateAttributesFromPSName()
|
H A D | outdev3.cxx | 769 ImplFontData::ImplFontData( const ImplDevFontAttributes& rDFA, int nMagic ) in ImplFontData() 770 : ImplDevFontAttributes( rDFA ), in ImplFontData()
|
H A D | pdfwriter_impl.cxx | 2257 static ImplDevFontAttributes GetDevFontAttributes( const PDFWriterImpl::BuiltinFont& rBuiltin ) in GetDevFontAttributes() 2259 ImplDevFontAttributes aDFA; in GetDevFontAttributes()
|