| /aoo41x/main/oox/source/xls/ | 
| H A D | richstring.cxx | 78     mnFontId = nFontId;  in setFontId()234     sal_uInt16 nFontId;  in importPhoneticPr()  local
 237     maModel.mnFontId = nFontId;  in importPhoneticPr()
 243     sal_uInt16 nFontId, nFlags;  in importPhoneticPr()  local
 244     rStrm >> nFontId >> nFlags;  in importPhoneticPr()
 245     maModel.mnFontId = nFontId;  in importPhoneticPr()
 252     sal_uInt16 nFontId, nFlags;  in importStringData()  local
 253     rStrm >> nFontId >> nFlags;  in importStringData()
 254     maModel.mnFontId = nFontId;  in importStringData()
 260     sal_uInt16 nFontId, nFlags;  in importStringData()  local
 [all …]
 
 | 
| H A D | stylesbuffer.cxx | 2284             sal_uInt8 nFontId, nNumFmtId, nFlags;  in importXf()  local2285             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 …]
 
 | 
| /aoo41x/main/vcl/source/glyphs/ | 
| H A D | glyphcache.cxx | 99     sal_IntPtr nFontId = reinterpret_cast<sal_IntPtr>( rFontSelData.mpFontData );  in operator ()()  local105         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()
 
 | 
| H A D | gcach_ftyp.cxx | 290     const ::rtl::OString& rNativeFileName, int nFaceNum, sal_IntPtr nFontId, int nSynthetic,  in FtFontInfo()  argument298     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 D | gcach_ftyp.hxx | 72                                int nFaceNum, sal_IntPtr nFontId, int nSynthetic,152                             int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes&,
 
 | 
| /aoo41x/main/sw/source/ui/config/ | 
| H A D | fontcfg.cxx | 255     sal_uInt16 nFontId;  in GetDefaultFor()  local259             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()
 
 | 
| /aoo41x/main/vcl/aqua/source/gdi/ | 
| H A D | ctfonts.cxx | 48 	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 D | atsfonts.cxx | 67 	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()
 
 | 
| H A D | atslayout.cxx | 1215 int FallbackInfo::AddFallback( ATSUFontID nFontId )  in AddFallback()  argument1219 		if( maATSUFontId[ nLevel ] == nFontId )  in AddFallback()
 1226 	maATSUFontId[ mnMaxLevel ] = nFontId;  in AddFallback()
 1229 	const ImplMacFontData* pFontData = pSFL->GetFontDataFromId( nFontId );  in AddFallback()
 
 | 
| /aoo41x/main/sdext/source/pdfimport/tree/ | 
| H A D | genericelements.hxx | 168         TextElement( Element* pParent, sal_Int32 nGCId, sal_Int32 nFontId )  in TextElement()169         : GraphicalElement( pParent, nGCId ), FontId( nFontId ) {}  in TextElement()
 295 …     virtual TextElement* createTextElement( Element* pParent, sal_Int32 nGCId, sal_Int32 nFontId )  in createTextElement()  argument
 296         { return new TextElement( pParent, nGCId, nFontId ); }  in createTextElement()
 
 | 
| /aoo41x/main/oox/inc/oox/xls/ | 
| H A D | richstring.hxx | 62     void                setFontId( sal_Int32 nFontId );109     explicit inline     FontPortionModel( sal_Int32 nPos, sal_Int32 nFontId ) :  in FontPortionModel()
 110                             mnPos( nPos ), mnFontId( nFontId ) {}  in FontPortionModel()
 
 | 
| H A D | stylesbuffer.hxx | 1027     FontRef             getFont( sal_Int32 nFontId ) const;1057     void                writeFontToPropertyMap( PropertyMap& rPropMap, sal_Int32 nFontId ) const;
 
 | 
| /aoo41x/main/sw/source/ui/app/ | 
| H A D | docshini.cxx | 202             sal_uInt16 nFontId = aFontIds[i];  in InitNew()  local206             if(!pStdFont->IsFontDefault(nFontId))  in InitNew()
 208                 sEntry = pStdFont->GetFontFor(nFontId);  in InitNew()
 250                 nFontHeight = pStdFont->GetDefaultHeightFor( nFontId, eLanguage );  in InitNew()
 
 | 
| /aoo41x/main/filter/source/graphicfilter/epict/ | 
| H A D | epict.cxx | 701 	sal_uInt16 nDataLen,nFontId;  in WriteOpcode_FontName()  local704 		case FAMILY_MODERN:     nFontId=22; break;  in WriteOpcode_FontName()
 705 		case FAMILY_ROMAN:      nFontId=20; break;  in WriteOpcode_FontName()
 706 		case FAMILY_SWISS:      nFontId=21; break;  in WriteOpcode_FontName()
 707 		default:                nFontId=1;  in WriteOpcode_FontName()
 710 	if (bDstFontNameValid==sal_False || nDstFontNameId!=nFontId || aDstFontName!=rFont.GetName())  in WriteOpcode_FontName()
 717 			*pPict << (sal_uInt16)0x002c << nDataLen << nFontId;  in WriteOpcode_FontName()
 722 		*pPict << (sal_uInt16)0x0003 << nFontId;  in WriteOpcode_FontName()
 724 		nDstFontNameId=nFontId;  in WriteOpcode_FontName()
 
 | 
| /aoo41x/main/vcl/unx/generic/gdi/ | 
| H A D | salgdi3.cxx | 115     PspKernInfo( int nFontId ) : ExtraKernInfo(nFontId) {}  in PspKernInfo()  argument996     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()
 
 | 
| H A D | pspgraphics.cxx | 1001     int nFontId = m_pPrinterGfx->GetFontID();  in GetTextLayout()  local1002     if( psp::fonttype::TrueType != psp::PrintFontManager::get().getFontType( nFontId ) )  in GetTextLayout()
 1527     aSysFontData.nFontId = 0;  in GetSysFontData()
 
 | 
| /aoo41x/main/sc/source/core/data/ | 
| H A D | patattr.cxx | 247 	sal_uInt16 nFontId, nHeightId, nWeightId, nPostureId, nLangId;  in GetFont()  local250 		nFontId    = ATTR_CJK_FONT;  in GetFont()
 258 		nFontId    = ATTR_CTL_FONT;  in GetFont()
 266 		nFontId    = ATTR_FONT;  in GetFont()
 277 		if ( pCondSet->GetItemState( nFontId, sal_True, &pItem ) != SFX_ITEM_SET )  in GetFont()
 278             pItem = &rItemSet.Get( nFontId );  in GetFont()
 335         pFontAttr = &(const SvxFontItem&)rItemSet.Get( nFontId );  in GetFont()
 
 | 
| /aoo41x/main/oox/source/dump/ | 
| H A D | biffdumper.cxx | 233 rtl_TextEncoding BiffSharedData::getFontEncoding( sal_uInt16 nFontId ) const  in getFontEncoding()235     return (nFontId < getFontCount()) ? maFontEncs[ nFontId ] : meTextEnc;  in getFontEncoding()
 252     sal_uInt16 nFontId = (nXfId < getXfCount()) ? maXfFontIds[ nXfId ] : 0;  in getXfEncoding()  local
 253     return getFontEncoding( nFontId );  in getXfEncoding()
 256 void BiffSharedData::appendXfFontId( sal_uInt16 nFontId )  in appendXfFontId()  argument
 258     maXfFontIds.push_back( nFontId );  in appendXfFontId()
 3655     sal_uInt16 nFontId = getBiffData().getFontCount();  in dumpFontRec()  local
 3656     mxOut->resetItemIndex( nFontId );  in dumpFontRec()
 3684     if( !mbHasCodePage && (nFontId == 0) )  in dumpFontRec()
 3723     sal_uInt16 nFontId = dumpFontIdx( EMPTY_STRING, getBiff() >= BIFF5 );  in dumpXfRec()  local
 [all …]
 
 | 
| /aoo41x/main/sw/source/filter/ww8/ | 
| H A D | wrtw8num.cxx | 729         sal_uInt16 nFontId;  in BuildAnlvBulletBase()  local740             nFontId = maFontHelper.GetId(aPseudoFont);  in BuildAnlvBulletBase()
 753             nFontId = maFontHelper.GetId(rFont);  in BuildAnlvBulletBase()
 765         ShortToSVBT16(nFontId, rAnlv.ftc);  in BuildAnlvBulletBase()
 
 | 
| /aoo41x/main/vcl/inc/ | 
| H A D | glyphcache.hxx | 68                                     int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes&,351     ExtraKernInfo( sal_IntPtr nFontId );
 
 | 
| /aoo41x/main/vcl/unx/headless/ | 
| H A D | svptext.cxx | 173     PspKernInfo( int nFontId ) : ExtraKernInfo(nFontId) {}  in PspKernInfo()  argument
 | 
| H A D | svppspgraphics.cxx | 910     int nFontId = m_pPrinterGfx->GetFontID();  in GetTextLayout()  local911     if( psp::fonttype::TrueType != psp::PrintFontManager::get().getFontType( nFontId ) )  in GetTextLayout()
 1380     aSysFontData.nFontId = 0;  in GetSysFontData()
 
 | 
| /aoo41x/main/oox/inc/oox/dump/ | 
| H A D | biffdumper.hxx | 110     rtl_TextEncoding    getFontEncoding( sal_uInt16 nFontId ) const;115     void                appendXfFontId( sal_uInt16 nFontId );
 
 | 
| /aoo41x/main/canvas/source/cairo/ | 
| H A D | cairo_textlayout.cxx | 355         if (!aSysFontData.nFontId) return false;  in isCairoRenderable()517             font_face = cairo_ft_font_face_create_for_ft_face((FT_Face)rSysFontData.nFontId,  in draw()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | sysdata.hxx | 167     void*           nFontId;        // native font id  member
 |