Home
last modified time | relevance | path

Searched refs:pFList (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/source/filter/html/
H A Dsvxcss1.cxx1158 const FontList *pFList = rParser.GetFontList(); in ParseCSS1_font_family() local
1183 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()
H A Dhtmlcss1.cxx1166 const FontList *pFList = 0; in GetFontList() local
1173 pFList = pFListItem->GetFontList(); in GetFontList()
1176 return pFList; in GetFontList()
H A Dswhtml.cxx3684 const FontList *pFList = 0; in NewFontAttr() local
3691 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 55 milliseconds