Home
last modified time | relevance | path

Searched refs:nFontId (Results 1 – 25 of 35) sorted by last modified time

12

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx81 ImplMacFontData::ImplMacFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in ImplMacFontData() argument
83 , mnFontId( nFontId ) in ImplMacFontData()
H A Dctfonts.cxx48 explicit CTFontData( const ImplDevFontAttributes&, sal_IntPtr nFontId );
290 CTFontData::CTFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in CTFontData() argument
291 : ImplMacFontData( rDFA, nFontId ) in CTFontData()
486 const sal_IntPtr nFontId = (sal_IntPtr)pValue; in CTFontEnumCallBack() local
487 CTFontData* pFontData = new CTFontData( rDFA, nFontId ); in CTFontEnumCallBack()
519 sal_IntPtr nFontId = pFontData->GetFontId(); in AddFont() local
520 maFontContainer[ nFontId ] = pFontData; in AddFont()
534 ImplMacFontData* CTFontList::GetFontDataFromId( sal_IntPtr nFontId ) const in GetFontDataFromId()
536 CTFontContainer::const_iterator it = maFontContainer.find( nFontId ); in GetFontDataFromId()
H A Datslayout.cxx1215 int FallbackInfo::AddFallback( ATSUFontID nFontId ) in AddFallback() argument
1219 if( maATSUFontId[ nLevel ] == nFontId ) in AddFallback()
1226 maATSUFontId[ mnMaxLevel ] = nFontId; in AddFallback()
1229 const ImplMacFontData* pFontData = pSFL->GetFontDataFromId( nFontId ); in AddFallback()
H A Datsfonts.cxx67 virtual ImplMacFontData* GetFontDataFromId( sal_IntPtr nFontId ) const;
79 AtsFontData::AtsFontData( const ImplDevFontAttributes& rDFA, ATSUFontID nFontId ) in AtsFontData() argument
80 : ImplMacFontData( rDFA, (sal_IntPtr)nFontId ) in AtsFontData()
557 ImplMacFontData* AtsFontList::GetFontDataFromId( sal_IntPtr nFontId ) const in GetFontDataFromId()
559 AtsFontContainer::const_iterator it = maFontContainer.find( nFontId ); in GetFontDataFromId()
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx1027 FontRef getFont( sal_Int32 nFontId ) const;
1057 void writeFontToPropertyMap( PropertyMap& rPropMap, sal_Int32 nFontId ) const;
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2284 sal_uInt8 nFontId, nNumFmtId, nFlags; in importXf() local
2285 rStrm >> nFontId; in importXf()
2297 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2306 sal_uInt8 nFontId, nNumFmtId; in importXf() local
2320 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2329 sal_uInt8 nFontId, nNumFmtId; in importXf() local
2343 maModel.mnFontId = static_cast< sal_Int32 >( nFontId ); in importXf()
2351 sal_uInt16 nFontId, nNumFmtId, nTypeProt, nAlign; in importXf() local
3324 FontRef StylesBuffer::getFont( sal_Int32 nFontId ) const in getFont()
3326 return maFonts.get( nFontId ); in getFont()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx465 sal_uInt16 nFontId = GetWhichOfScript( RES_CHRATR_FONT, GetScript() ); in OutAttr() local
468 (const SwTxtFmtColl&)rNd.GetAnyFmtColl(), nFontId); in OutAttr()
481 const SvxFontItem &rNdFont = ItemGet<SvxFontItem>(rNd.GetSwAttrSet(), nFontId); in OutAttr()
483 aExportSet.ClearItem(nFontId); in OutAttr()
511 if (nWhichId == nFontId) in OutAttr()
H A Dwrtw8num.cxx729 sal_uInt16 nFontId; in BuildAnlvBulletBase() local
740 nFontId = maFontHelper.GetId(aPseudoFont); in BuildAnlvBulletBase()
753 nFontId = maFontHelper.GetId(rFont); in BuildAnlvBulletBase()
765 ShortToSVBT16(nFontId, rAnlv.ftc); in BuildAnlvBulletBase()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx173 PspKernInfo( int nFontId ) : ExtraKernInfo(nFontId) {} in PspKernInfo() argument
H A Dsvpgdi.cxx602 aSysFontData.nFontId = 0; in GetSysFontData()
H A Dsvppspgraphics.cxx910 int nFontId = m_pPrinterGfx->GetFontID(); in GetTextLayout() local
911 if( psp::fonttype::TrueType != psp::PrintFontManager::get().getFontType( nFontId ) ) in GetTextLayout()
1380 aSysFontData.nFontId = 0; in GetSysFontData()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1001 int nFontId = m_pPrinterGfx->GetFontID(); in GetTextLayout() local
1002 if( psp::fonttype::TrueType != psp::PrintFontManager::get().getFontType( nFontId ) ) in GetTextLayout()
1527 aSysFontData.nFontId = 0; in GetSysFontData()
H A Dsalgdi3.cxx115 PspKernInfo( int nFontId ) : ExtraKernInfo(nFontId) {} in PspKernInfo() argument
996 int nFontId = rMgr.addFontFile( aOFileName, 0 ); in AddTempDevFont() local
997 if( !nFontId ) in AddTempDevFont()
1002 rMgr.getFontFastInfo( nFontId, aInfo ); in AddTempDevFont()
1303 aSysFontData.nFontId = 0; in GetSysFontData()
1311 aSysFontData.nFontId = rFont->GetFtFace(); in GetSysFontData()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1259 fontID nFontId = findFontFileID( nDirID, aName ); in addFontFile() local
1260 if( !nFontId ) in addFontFile()
1268 m_aFonts[ nFontId = m_nNextFontID++ ] = *it; in addFontFile()
1269 m_aFontFileToFontID[ aName ].insert( nFontId ); in addFontFile()
1274 return nFontId; in addFontFile()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx290 const ::rtl::OString& rNativeFileName, int nFaceNum, sal_IntPtr nFontId, int nSynthetic, in FtFontInfo() argument
298 mnFontId( nFontId ), in FtFontInfo()
306 maDevFontAttributes.mnQuality += 10000 - nFontId; in FtFontInfo()
546 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes& rDevFontAttr, in AddFontFile() argument
552 if( maFontList.find( nFontId ) != maFontList.end() ) in AddFontFile()
556 rNormalizedName, nFaceNum, nFontId, 0, pExtraKernInfo ); in AddFontFile()
557 maFontList[ nFontId ] = pFontInfo; in AddFontFile()
558 if( mnMaxFontId < nFontId ) in AddFontFile()
559 mnMaxFontId = nFontId; in AddFontFile()
674 sal_IntPtr nFontId = reinterpret_cast<sal_IntPtr>( rFSD.mpFontData ); in CreateFont() local
[all …]
H A Dgcach_ftyp.hxx72 int nFaceNum, sal_IntPtr nFontId, int nSynthetic,
152 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes&,
H A Dglyphcache.cxx99 sal_IntPtr nFontId = reinterpret_cast<sal_IntPtr>( rFontSelData.mpFontData ); in operator ()() local
105 nFontId ^= aFeatName.hashCode(); in operator ()()
108 size_t nHash = nFontId << 8; in operator ()()
208 sal_IntPtr nFontId, const ImplDevFontAttributes& rDFA, const ExtraKernInfo* pExtraKern ) in AddFontFile() argument
211 mpFtManager->AddFontFile( rNormalizedName, nFaceNum, nFontId, rDFA, pExtraKern ); in AddFontFile()
231 sal_IntPtr nFontId = rFontSelData.mpFontData->GetFontId(); in CacheFont() local
232 if( nFontId <= 0 ) in CacheFont()
237 aFontSelData.mpFontData = reinterpret_cast<ImplFontData*>( nFontId ); in CacheFont()
541 ExtraKernInfo::ExtraKernInfo( sal_IntPtr nFontId ) in ExtraKernInfo() argument
543 mnFontId( nFontId ), in ExtraKernInfo()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx572 sal_Int32 nFontId, in PDFGlyph()
575 m_nMappedFontId( nFontId ), m_nMappedGlyphId( nMappedGlyphId ) in PDFGlyph()
/trunk/main/vcl/inc/vcl/
H A Dsysdata.hxx167 void* nFontId; // native font id member
/trunk/main/vcl/inc/
H A Dglyphcache.hxx68 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes&,
351 ExtraKernInfo( sal_IntPtr nFontId );
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h140 virtual ImplMacFontData* GetFontDataFromId( sal_IntPtr nFontId ) const = 0;
/trunk/main/sw/source/ui/config/
H A Dfontcfg.cxx255 sal_uInt16 nFontId; in GetDefaultFor() local
259 nFontId = DEFAULTFONT_LATIN_HEADING; in GetDefaultFor()
262 nFontId = DEFAULTFONT_CJK_HEADING; in GetDefaultFor()
265 nFontId = DEFAULTFONT_CTL_HEADING; in GetDefaultFor()
271 nFontId = DEFAULTFONT_CJK_TEXT; in GetDefaultFor()
277 nFontId = DEFAULTFONT_CTL_TEXT; in GetDefaultFor()
284 nFontId = DEFAULTFONT_LATIN_TEXT; in GetDefaultFor()
286 Font aFont = OutputDevice::GetDefaultFont(nFontId, eLang, DEFAULTFONT_FLAGS_ONLYONE); in GetDefaultFor()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx202 sal_uInt16 nFontId = aFontIds[i]; in InitNew() local
206 if(!pStdFont->IsFontDefault(nFontId)) in InitNew()
208 sEntry = pStdFont->GetFontFor(nFontId); in InitNew()
250 nFontHeight = pStdFont->GetDefaultHeightFor( nFontId, eLanguage ); in InitNew()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx754 const FontAttributes& PDFIProcessor::getFont( sal_Int32 nFontId ) const in getFont()
756 IdToFontMap::const_iterator it = m_aIdToFont.find( nFontId ); in getFont()
H A Dpdfiprocessor.hxx103 const FontAttributes& getFont( sal_Int32 nFontId ) const;

Completed in 203 milliseconds

12