Lines Matching refs:nFont

3057 bool PrintFontManager::isFontDownloadingAllowed( fontID nFont ) const  in isFontDownloadingAllowed()
3064 PrintFont* pFont = getFont( nFont ); in isFontDownloadingAllowed()
3465 bool PrintFontManager::getFileDuplicates( fontID nFont, ::std::list< fontID >& rFonts ) const in getFileDuplicates() argument
3471 PrintFont* pSearchFont = getFont( nFont ); in getFileDuplicates()
3478 OString aFile( getFontFileSysPath( nFont ) ); in getFileDuplicates()
3484 if( nFont != it->first ) in getFileDuplicates()
3555 bool PrintFontManager::isPrivateFontFile( fontID nFont ) const in isPrivateFontFile()
3559 PrintFont* pFont = getFont( nFont ); in isPrivateFontFile()
3585 bool PrintFontManager::getAlternativeFamilyNames( fontID nFont, ::std::list< OUString >& rNames ) c… in getAlternativeFamilyNames() argument
3589 PrintFont* pFont = getFont( nFont ); in getAlternativeFamilyNames()
3627 fontID nFont, in createFontSubset() argument
3636 PrintFont* pFont = getFont( nFont ); in createFontSubset()
3724 if( ! getFontInfo( nFont, aFontInfo ) ) in createFontSubset()
3729 rInfo.m_aPSName = getPSName( nFont ); in createFontSubset()
3732 getFontBoundingBox( nFont, xMin, yMin, xMax, yMax ); in createFontSubset()
3766 void PrintFontManager::getGlyphWidths( fontID nFont, in getGlyphWidths() argument
3771 PrintFont* pFont = getFont( nFont ); in getGlyphWidths()
3857 const std::map< sal_Unicode, sal_Int32 >* PrintFontManager::getEncodingMap( fontID nFont, const std… in getEncodingMap() argument
3859 PrintFont* pFont = getFont( nFont ); in getEncodingMap()