Searched refs:pFList (Results 1 – 3 of 3) sorted by relevance
1158 const FontList *pFList = rParser.GetFontList(); in ParseCSS1_font_family() local1183 if( !bFound && pFList ) in ParseCSS1_font_family()1185 sal_Handle hFont = pFList->GetFirstFontInfo( aIdent ); in ParseCSS1_font_family()1188 const FontInfo& rFInfo = pFList->GetFontInfo( hFont ); in ParseCSS1_font_family()
1166 const FontList *pFList = 0; in GetFontList() local1173 pFList = pFListItem->GetFontList(); in GetFontList()1176 return pFList; in GetFontList()
3684 const FontList *pFList = 0; in NewFontAttr() local3691 pFList = pFListItem->GetFontList(); in NewFontAttr()3702 if( !bFound && pFList ) in NewFontAttr()3704 sal_Handle hFont = pFList->GetFirstFontInfo( aFName ); in NewFontAttr()3707 const FontInfo& rFInfo = pFList->GetFontInfo( hFont ); in NewFontAttr()
Completed in 64 milliseconds