Lines Matching refs:pList

682 void FontNameBox::Fill( const FontList* pList )  in Fill()  argument
692 sal_uInt16 nFontCount = pList->GetFontNameCount(); in Fill()
695 const FontInfo& rFontInfo = pList->GetFontName( i ); in Fill()
699 sal_uInt16 nType = pList->GetFontNameType( i ); in Fill()
986 void FontStyleBox::Fill( const XubString& rName, const FontList* pList ) in Fill() argument
996 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
1011 aInfo = pList->GetFontInfo( hFontInfo ); in Fill()
1040 aStyleText = pList->GetStyleName( aInfo ); in Fill()
1044 aStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
1058 const XubString& rAttrStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
1061 XubString aTempStyleText = pList->GetStyleName( aInfo ); in Fill()
1069 if ( !bItalic && (aStyleText == pList->GetItalicStr()) ) in Fill()
1071 else if ( !bBold && (aStyleText == pList->GetBoldStr()) ) in Fill()
1073 else if ( !bBoldItalic && (aStyleText == pList->GetBoldItalicStr()) ) in Fill()
1076 hFontInfo = pList->GetNextFontInfo( hFontInfo ); in Fill()
1086 InsertEntry( pList->GetItalicStr() ); in Fill()
1088 InsertEntry( pList->GetBoldStr() ); in Fill()
1093 InsertEntry( pList->GetBoldItalicStr() ); in Fill()
1111 InsertEntry( pList->GetNormalStr() ); in Fill()
1112 InsertEntry( pList->GetItalicStr() ); in Fill()
1113 InsertEntry( pList->GetBoldStr() ); in Fill()
1114 InsertEntry( pList->GetBoldItalicStr() ); in Fill()
1243 void FontSizeBox::Fill( const FontInfo* pInfo, const FontList* pList ) in Fill() argument
1246 pFontList = pList; in Fill()
1259 pAry = pList->GetSizeAry( *pInfo ); in Fill()
1263 pAry = pList->GetStdSizeAry(); in Fill()
1268 if ( pAry == pList->GetStdSizeAry() ) in Fill()
1286 if ( pAry == pList->GetStdSizeAry() ) in Fill()