Home
last modified time | relevance | path

Searched refs:nFontId (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/oox/source/xls/
H A Drichstring.cxx78 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 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/vcl/source/glyphs/
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()
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&,
/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/vcl/aqua/source/gdi/
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 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()
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()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.hxx168 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()
/trunk/main/oox/inc/oox/xls/
H A Drichstring.hxx62 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 Dstylesbuffer.hxx1027 FontRef getFont( sal_Int32 nFontId ) const;
1057 void writeFontToPropertyMap( PropertyMap& rPropMap, sal_Int32 nFontId ) const;
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx701 sal_uInt16 nDataLen,nFontId; in WriteOpcode_FontName() local
704 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()
/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/vcl/unx/generic/gdi/
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()
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()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx247 sal_uInt16 nFontId, nHeightId, nWeightId, nPostureId, nLangId; in GetFont() local
250 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()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx233 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 …]
/trunk/main/sw/source/filter/ww8/
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()
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()
/trunk/main/vcl/inc/
H A Dglyphcache.hxx68 int nFaceNum, sal_IntPtr nFontId, const ImplDevFontAttributes&,
351 ExtraKernInfo( sal_IntPtr nFontId );
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx173 PspKernInfo( int nFontId ) : ExtraKernInfo(nFontId) {} in PspKernInfo() argument
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/oox/inc/oox/dump/
H A Dbiffdumper.hxx110 rtl_TextEncoding getFontEncoding( sal_uInt16 nFontId ) const;
115 void appendXfFontId( sal_uInt16 nFontId );
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx364 if (!aSysFontData.nFontId) return false; in isCairoRenderable()
532 font_face = cairo_ft_font_face_create_for_ft_face((FT_Face)rSysFontData.nFontId, in draw()

Completed in 208 milliseconds

12