Lines Matching refs:nFontID
6863 sal_Int32 nFontID = 0; in getSystemFont() local
6866 nFontID = it->second.m_nNormalFontID; in getSystemFont()
6869 nFontID = m_nNextFID++; in getSystemFont()
6871 m_aSystemFonts[ pDevFont ].m_nNormalFontID = nFontID; in getSystemFont()
6877 return nFontID; in getSystemFont()
6898 sal_Int32 nFontID = 0; in registerGlyphs() local
6901 nFontID = it->second.m_nNormalFontID; in registerGlyphs()
6904 nFontID = m_nNextFID++; in registerGlyphs()
6906 m_aEmbeddedFonts[ pCurrentFont ].m_nNormalFontID = nFontID; in registerGlyphs()
6911 pMappedFontObjects[ i ] = nFontID; in registerGlyphs()
6964 sal_Int32 nFontID = 0; in registerGlyphs() local
6967 nFontID = it->second.m_nNormalFontID; in registerGlyphs()
6970 nFontID = m_nNextFID++; in registerGlyphs()
6972 m_aEmbeddedFonts[ pCurrentFont ].m_nNormalFontID = nFontID; in registerGlyphs()
6984 sal_Int32 nCurFontID = nFontID; in registerGlyphs()