Searched refs:rFont2 (Results 1 – 3 of 3) sorted by relevance
389 bool compare_fonts_for_me(const Font& rFont1, const Font& rFont2) in compare_fonts_for_me() argument391 return rFont1.GetName() == rFont2.GetName() && in compare_fonts_for_me()392 rFont1.GetWeight() == rFont2.GetWeight() && in compare_fonts_for_me()393 rFont1.GetItalic() == rFont2.GetItalic() && in compare_fonts_for_me()394 rFont1.IsOutline() == rFont2.IsOutline() && in compare_fonts_for_me()395 rFont1.IsShadow() == rFont2.IsShadow() && in compare_fonts_for_me()396 rFont1.GetRelief() == rFont2.GetRelief(); in compare_fonts_for_me()
162 SvLBoxEntry* SvxFontSubstTabPage::CreateEntry(String& rFont1, String& rFont2) in CreateEntry() argument179 pEntry->AddItem( new SvLBoxString( pEntry, 0, rFont2 ) ); in CreateEntry()
104 SvLBoxEntry* CreateEntry(String& rFont1, String& rFont2);
Completed in 42 milliseconds