Lines Matching refs:FontList

86 	friend class FontList;
109 friend class FontList;
162 ImplFontListNameInfo* FontList::ImplFind( const XubString& rSearchName, sal_uLong* pIndex ) const in ImplFind()
236 ImplFontListNameInfo* FontList::ImplFindByName( const XubString& rStr ) const in ImplFindByName()
245 void FontList::ImplInsertFonts( OutputDevice* pDevice, sal_Bool bAll, in ImplInsertFonts()
343 FontList::FontList( OutputDevice* pDevice, OutputDevice* pDevice2, sal_Bool bAll ) : in FontList() function in FontList
379 FontList::~FontList() in ~FontList()
403 FontList* FontList::Clone() const in Clone()
405 FontList* pReturn = new FontList( in Clone()
412 const XubString& FontList::GetStyleName( FontWeight eWeight, FontItalic eItalic ) const in GetStyleName()
453 XubString FontList::GetStyleName( const FontInfo& rInfo ) const in GetStyleName()
508 XubString FontList::GetFontMapText( const FontInfo& rInfo ) const in GetFontMapText()
521 ((FontList*)this)->maMapNotAvailable = XubString( SvtResId( STR_SVT_FONTMAP_NOTAVAILABLE ) ); in GetFontMapText()
555 …((FontList*)this)->maMapStyleNotAvailable = XubString( SvtResId( STR_SVT_FONTMAP_STYLENOTAVAILABLE… in GetFontMapText()
576 ((FontList*)this)->maMapPrinterOnly = XubString( SvtResId( STR_SVT_FONTMAP_PRINTERONLY ) ); in GetFontMapText()
584 ((FontList*)this)->maMapScreenOnly = XubString( SvtResId( STR_SVT_FONTMAP_SCREENONLY ) ); in GetFontMapText()
590 ((FontList*)this)->maMapBoth = XubString( SvtResId( STR_SVT_FONTMAP_BOTH ) ); in GetFontMapText()
597 sal_uInt16 FontList::GetFontNameType( const XubString& rFontName ) const in GetFontNameType()
608 FontInfo FontList::Get( const XubString& rName, const XubString& rStyleName ) const in Get()
696 FontInfo FontList::Get( const XubString& rName, in Get()
745 sal_Bool FontList::IsAvailable( const XubString& rName ) const in IsAvailable()
752 const FontInfo& FontList::GetFontName( sal_uInt16 nFont ) const in GetFontName()
762 sal_uInt16 FontList::GetFontNameType( sal_uInt16 nFont ) const in GetFontNameType()
772 sal_Handle FontList::GetFirstFontInfo( const XubString& rName ) const in GetFirstFontInfo()
783 sal_Handle FontList::GetNextFontInfo( sal_Handle hFontInfo ) const in GetNextFontInfo()
791 const FontInfo& FontList::GetFontInfo( sal_Handle hFontInfo ) const in GetFontInfo()
799 const long* FontList::GetSizeAry( const FontInfo& rInfo ) const in GetSizeAry()
804 delete[] ((FontList*)this)->mpSizeAry; in GetSizeAry()
805 ((FontList*)this)->mpSizeAry = NULL; in GetSizeAry()
831 ((FontList*)this)->mpSizeAry = new long[nDevSizeCount+1]; in GetSizeAry()
838 ((FontList*)this)->mpSizeAry[nRealCount] = nOldHeight; in GetSizeAry()
842 ((FontList*)this)->mpSizeAry[nRealCount] = 0; in GetSizeAry()
850 const long* FontList::GetStdSizeAry() in GetStdSizeAry()