Lines Matching refs:XubString

112 	XubString				maSearchName;
116 ImplFontListNameInfo( const XubString& rSearchName ) : in ImplFontListNameInfo()
120 const XubString& GetSearchName() const { return maSearchName; } in GetSearchName()
143 static void ImplMakeSearchString( XubString& rStr ) in ImplMakeSearchString()
150 static void ImplMakeSearchStringFromName( XubString& rStr ) in ImplMakeSearchStringFromName()
162 ImplFontListNameInfo* FontList::ImplFind( const XubString& rSearchName, sal_uLong* pIndex ) const in ImplFind()
236 ImplFontListNameInfo* FontList::ImplFindByName( const XubString& rStr ) const in ImplFindByName()
238 XubString aSearchName = rStr; in ImplFindByName()
268 XubString aSearchName = aFontInfo.GetName(); in ImplInsertFonts()
352 maLight = XubString( SvtResId( STR_SVT_STYLE_LIGHT ) ); in FontList()
353 maLightItalic = XubString( SvtResId( STR_SVT_STYLE_LIGHT_ITALIC ) ); in FontList()
354 maNormal = XubString( SvtResId( STR_SVT_STYLE_NORMAL ) ); in FontList()
355 maNormalItalic = XubString( SvtResId( STR_SVT_STYLE_NORMAL_ITALIC ) ); in FontList()
356 maBold = XubString( SvtResId( STR_SVT_STYLE_BOLD ) ); in FontList()
357 maBoldItalic = XubString( SvtResId( STR_SVT_STYLE_BOLD_ITALIC ) ); in FontList()
358 maBlack = XubString( SvtResId( STR_SVT_STYLE_BLACK ) ); in FontList()
359 maBlackItalic = XubString( SvtResId( STR_SVT_STYLE_BLACK_ITALIC ) ); in FontList()
412 const XubString& FontList::GetStyleName( FontWeight eWeight, FontItalic eItalic ) const in GetStyleName()
453 XubString FontList::GetStyleName( const FontInfo& rInfo ) const in GetStyleName()
455 XubString aStyleName = rInfo.GetStyleName(); in GetStyleName()
466 XubString aCompareStyleName = aStyleName; in GetStyleName()
508 XubString FontList::GetFontMapText( const FontInfo& rInfo ) const in GetFontMapText()
512 XubString aEmptryStr; in GetFontMapText()
521 ((FontList*)this)->maMapNotAvailable = XubString( SvtResId( STR_SVT_FONTMAP_NOTAVAILABLE ) ); in GetFontMapText()
527 const XubString& rStyleName = rInfo.GetStyleName(); in GetFontMapText()
549 XubString aEmptryStr; 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()
728 aInfo.SetStyleName( XubString() ); in Get()
745 sal_Bool FontList::IsAvailable( const XubString& rName ) const in IsAvailable()
772 sal_Handle FontList::GetFirstFontInfo( const XubString& rName ) const in GetFirstFontInfo()