| /trunk/main/vcl/inc/vcl/ |
| H A D | fontmanager.hxx | 487 bool getFontInfo( fontID nFontID, PrintFontInfo& rInfo ) const; 489 bool getFontFastInfo( fontID nFontID, FastPrintFontInfo& rInfo ) const; 494 const rtl::OUString& getFontFamily( fontID nFontID ) const; 496 const rtl::OUString& getPSName( fontID nFontID ) const; 499 family::type getFontFamilyType( fontID nFontID ) const; 502 void getFontFamilyAliases( fontID nFontID ) const; 505 fonttype::type getFontType( fontID nFontID ) const in getFontType() 507 PrintFont* pFont = getFont( nFontID ); in getFontType() 512 italic::type getFontItalic( fontID nFontID ) const in getFontItalic() 514 PrintFont* pFont = getFont( nFontID ); in getFontItalic() [all …]
|
| /trunk/main/vcl/aqua/source/gdi/ |
| H A D | atsfonts.cxx | 334 static bool GetDevFontAttributes( ATSUFontID nFontID, ImplDevFontAttributes& rDFA ) in GetDevFontAttributes() argument 350 ATSFontRef rATSFontRef = FMGetATSFontRefFromFont( nFontID ); in GetDevFontAttributes() 365 rc = ATSUCountFontNames( nFontID, &nFontNameCount ); in GetDevFontAttributes() 384 rc = ATSUGetIndFontName( nFontID, nNameIndex, 0, NULL, in GetDevFontAttributes() 429 rc = ATSUGetIndFontName( nFontID, nNameIndex, nNameLength, &aNameBuffer[0], in GetDevFontAttributes() 523 const ATSUFontID nFontID = *it; in AtsFontList() local 525 if( !GetDevFontAttributes( nFontID, aDevFontAttr ) ) in AtsFontList() 527 AtsFontData* pFontData = new AtsFontData( aDevFontAttr, nFontID ); in AtsFontList() 528 maFontContainer[ nFontID ] = pFontData; in AtsFontList() 624 ATSUFontID nFontID = (ATSUFontID)pFontData->GetFontId(); in InitGlyphFallbacks() local [all …]
|
| /trunk/main/vcl/unx/generic/fontmanager/ |
| H A D | fontmanager.cxx | 2705 bool PrintFontManager::getFontInfo( fontID nFontID, PrintFontInfo& rInfo ) const in getFontInfo() argument 2707 PrintFont* pFont = getFont( nFontID ); in getFontInfo() 2710 rInfo.m_nID = nFontID; in getFontInfo() 2718 bool PrintFontManager::getFontFastInfo( fontID nFontID, FastPrintFontInfo& rInfo ) const in getFontFastInfo() argument 2720 PrintFont* pFont = getFont( nFontID ); in getFontFastInfo() 2723 rInfo.m_nID = nFontID; in getFontFastInfo() 2731 bool PrintFontManager::getFontBoundingBox( fontID nFontID, int& xMin, int& yMin, int& xMax, int& yM… in getFontBoundingBox() argument 2734 PrintFont* pFont = getFont( nFontID ); in getFontBoundingBox() 2756 int PrintFontManager::getFontFaceNumber( fontID nFontID ) const in getFontFaceNumber() 2759 PrintFont* pFont = getFont( nFontID ); in getFontFaceNumber() [all …]
|
| /trunk/main/sd/source/ui/func/ |
| H A D | bulmaper.cxx | 120 long nFontID = SID_ATTR_CHAR_FONT; in MapFontsInNumRule() local 127 nFontID = EE_CHAR_FONTINFO_CJK; in MapFontsInNumRule() 134 nFontID = EE_CHAR_FONTINFO_CTL; in MapFontsInNumRule() 142 (SvxFontItem&)rSet.Get(GetWhich( (sal_uInt16)nFontID )); in MapFontsInNumRule()
|
| /trunk/main/vcl/unx/generic/printergfx/ |
| H A D | text_gfx.cxx | 115 PrinterGfx::PSUploadPS1Font (sal_Int32 nFontID) in PSUploadPS1Font() argument 120 if( nFontID == *aFont ) in PSUploadPS1Font() 125 maPS1Font.push_back (nFontID); in PSUploadPS1Font() 134 sal_Int32 nFontID, in SetFont() argument 145 mnFontID = nFontID; in SetFont() 159 PrinterGfx::SetFallbackFont ( sal_Int32 nFontID ) in SetFallbackFont() argument 161 mnFallbackID = nFontID; in SetFallbackFont()
|
| H A D | glyphset.cxx | 57 GlyphSet::GlyphSet (sal_Int32 nFontID, sal_Bool bVertical) in GlyphSet() argument 58 : mnFontID (nFontID), in GlyphSet() 93 GlyphSet::SetFont (sal_Int32 nFontID, sal_Bool bVertical) in SetFont() argument 98 mnFontID = nFontID; in SetFont()
|
| H A D | glyphset.hxx | 99 GlyphSet (sal_Int32 nFontID, sal_Bool bVertical); 112 sal_Bool SetFont (sal_Int32 nFontID, sal_Bool bVertical);
|
| /trunk/main/vcl/inc/ |
| H A D | printergfx.hxx | 270 void PSUploadPS1Font (sal_Int32 nFontID); 386 sal_Int32 nFontID, 394 sal_uInt16 SetFallbackFont ( sal_Int32 nFontID );
|
| /trunk/main/sdext/source/pdfimport/wrapper/ |
| H A D | wrapper.cxx | 540 sal_Int64 nFontID; in readFont() local 544 readInt64(nFontID); in readFont() 558 FontMapType::const_iterator pFont( m_aFontMap.find(nFontID) ); in readFont() 625 m_aFontMap[nFontID] = aResult; in readFont()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtw8num.cxx | 308 sal_uInt16 nFontID = m_rWW8Export.maFontHelper.GetId( *pFont ); in NumberingLevel() local 313 m_rWW8Export.InsUInt16( nFontID ); in NumberingLevel() 318 m_rWW8Export.InsUInt16( nFontID ); in NumberingLevel()
|
| H A D | ww8atr.cxx | 1096 sal_uInt16 nFontID = m_rWW8Export.GetId( rFont ); in CharFont() local 1101 m_rWW8Export.InsUInt16( nFontID ); in CharFont() 1107 m_rWW8Export.InsUInt16( nFontID ); in CharFont()
|
| /trunk/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 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() [all …]
|
| /trunk/main/vcl/inc/aqua/ |
| H A D | salgdi.h | 57 ImplMacFontData( const ImplDevFontAttributes&, sal_IntPtr nFontID );
|