Home
last modified time | relevance | path

Searched refs:maFontList (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx265 XclExpFontList maFontList; /// List of all FONT records. member in XclExpFontBuffer
H A Dxistyle.hxx205 ScfDelList< XclImpFont > maFontList; /// List of all FONT records in the Excel file. member in XclImpFontBuffer
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx529 for( FontList::const_iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in ~FreetypeManager()
534 maFontList.clear(); in ~FreetypeManager()
552 if( maFontList.find( nFontId ) != maFontList.end() ) in AddFontFile()
557 maFontList[ nFontId ] = pFontInfo; in AddFontFile()
648 for( FontList::const_iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in AnnounceFonts()
659 for( FontList::iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in ClearFontList()
664 maFontList.clear(); in ClearFontList()
675 FontList::iterator it = maFontList.find( nFontId ); in CreateFont()
676 if( it != maFontList.end() ) in CreateFont()
H A Dgcach_ftyp.hxx161 FontList maFontList; member in FreetypeManager
H A Dglyphcache.cxx86 for( FontList::iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in InvalidateAllGlyphs()
88 maFontList.clear(); in InvalidateAllGlyphs()
238 FontList::iterator it = maFontList.find( aFontSelData ); in CacheFont()
239 if( it != maFontList.end() ) in CacheFont()
255 maFontList[ aFontSelData ] = pNew; in CacheFont()
298 for( FontList::const_iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in CalcByteCount()
315 FontList::iterator it = maFontList.begin(); in GarbageCollect()
316 if( it != maFontList.end() ) in GarbageCollect()
344 maFontList.erase( rIFSD ); in GarbageCollect()
/trunk/main/vcl/inc/
H A Dglyphcache.hxx96 FontList maFontList; member in GlyphCache
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx469 maFontList.Clear(); in Initialize()
484 maFontList.GetObject( (nFontIndex < 4) ? nFontIndex : (nFontIndex - 1) ); in GetFont()
491 maFontList.Append( pFont ); in ReadFont()
493 if( maFontList.Count() == 1 ) in ReadFont()
503 if( XclImpFont* pFont = maFontList.Last() ) in ReadEfont()
H A Dxestyle.cxx1048 return maFontList.GetRecord( nXclFont ).get(); in GetFont()
1062 maFontList.ReplaceRecord( xFont, EXC_FONT_APP ); in Insert()
1072 size_t nSize = maFontList.GetSize(); in Insert()
1116 maFontList.Save( rStrm ); in Save()
1121 if( maFontList.IsEmpty() ) in SaveXml()
1129 maFontList.SaveXml( rStrm ); in SaveXml()
1168 maFontList.AppendRecord( xFont ); in InitDefaultFonts()
1169 maFontList.AppendRecord( xFont ); in InitDefaultFonts()
1170 maFontList.AppendRecord( xFont ); in InitDefaultFonts()
1171 maFontList.AppendRecord( xFont ); in InitDefaultFonts()
[all …]

Completed in 80 milliseconds