Lines Matching refs:ImplDirectFontSubstitution

350     ImplDirectFontSubstitution*& rpSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst;  in AddFontSubstitute()
352 rpSubst = new ImplDirectFontSubstitution(); in AddFontSubstitute()
359 void ImplDirectFontSubstitution::AddFontSubstitute( const String& rFontName, in AddFontSubstitute()
393 ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in RemoveFontSubstitute()
400 void ImplDirectFontSubstitution::RemoveFontSubstitute( int nIndex ) in RemoveFontSubstitute()
412 const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in GetFontSubstituteCount()
426 const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in GetFontSubstitute()
433 bool ImplDirectFontSubstitution::GetFontSubstitute( int nIndex, in GetFontSubstitute()
450 bool ImplDirectFontSubstitution::FindFontSubstitute( String& rSubstName, in FindFontSubstitute()
472 sal_uInt16 nFlags, ImplDirectFontSubstitution* pDevSpecific ) in ImplFontSubstitute()
483 const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in ImplFontSubstitute()
2333 …const Font& rFont, const Size& rSize, float fExactHeight, ImplDirectFontSubstitution* pDevSpecific… in GetFontEntry()
2361 ImplFontSelectData& aFontSelData, ImplDirectFontSubstitution* pDevSpecific ) in GetFontEntry()
2435 bool bPrinter, ImplDirectFontSubstitution* pDevSpecific ) const in ImplFindByFont()
3026 ImplDirectFontSubstitution* pDevSpecificSubst = NULL; in ImplNewFont()