Lines Matching refs:pList

66 void FontNameMenu::Fill( const FontList* pList )  in Fill()  argument
75 sal_uInt16 nFontCount = ::std::min( pList->GetFontNameCount(), static_cast< sal_uInt16 >(100) ); in Fill()
78 const XubString& rName = pList->GetFontName( i ).GetName(); in Fill()
183 void FontStyleMenu::Fill( const XubString& rName, const FontList* pList ) in Fill() argument
194 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
211 aInfo = pList->GetFontInfo( hFontInfo ); in Fill()
245 aStyleText = pList->GetStyleName( aInfo ); in Fill()
249 aStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
263 const XubString& rAttrStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
266 XubString aTempStyleText = pList->GetStyleName( aInfo ); in Fill()
274 if ( !bItalic && (aStyleText == pList->GetItalicStr()) ) in Fill()
276 else if ( !bBold && (aStyleText == pList->GetBoldStr()) ) in Fill()
278 else if ( !bBoldItalic && (aStyleText == pList->GetBoldItalicStr()) ) in Fill()
281 hFontInfo = pList->GetNextFontInfo( hFontInfo ); in Fill()
297 InsertItem( nId, pList->GetItalicStr(), in Fill()
304 InsertItem( nId, pList->GetBoldStr(), in Fill()
314 InsertItem( nId, pList->GetBoldItalicStr(), in Fill()
324 InsertItem( FONTSTYLEMENU_FIRSTID, pList->GetNormalStr(), in Fill()
326 InsertItem( FONTSTYLEMENU_FIRSTID+1, pList->GetItalicStr(), in Fill()
328 InsertItem( FONTSTYLEMENU_FIRSTID+2, pList->GetBoldStr(), in Fill()
330 InsertItem( FONTSTYLEMENU_FIRSTID+3, pList->GetBoldItalicStr(), in Fill()
414 void FontSizeMenu::Fill( const FontInfo& rInfo, const FontList* pList ) in Fill() argument
423 const long* pAry = pList->GetSizeAry( rInfo ); in Fill()
435 if ( pAry == pList->GetStdSizeAry() ) in Fill()