Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx1166 const FontList *pFList = 0; in GetFontList() local
1173 pFList = pFListItem->GetFontList(); in GetFontList()
1176 return pFList; in GetFontList()
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 Dswhtml.cxx3663 const FontList *pFList = 0; in NewFontAttr() local
3670 pFList = pFListItem->GetFontList(); in NewFontAttr()
3681 if( !bFound && pFList ) in NewFontAttr()
3683 sal_Handle hFont = pFList->GetFirstFontInfo( aFName ); in NewFontAttr()
3686 const FontInfo& rFInfo = pFList->GetFontInfo( hFont ); in NewFontAttr()

Completed in 42 milliseconds