Home
last modified time | relevance | path

Searched refs:aSansFont (Results 1 – 2 of 2) sorted by relevance

/trunk/main/starmath/source/
H A Ddialog.cxx478 case 6: pActiveListBox = &aSansFont; bHideCheckboxes = sal_True; break; in IMPL_LINK()
524 aSansFont (this, SmResId(6)), in IMPL_LINK_INLINE_END()
552 aSansFont = pp->GetConfig()->GetFontPickList(FNT_SANS); in ReadFrom()
560 aSansFont .Insert( rFormat.GetFont(FNT_SANS) ); in ReadFrom()
573 pp->GetConfig()->GetFontPickList(FNT_SANS) = aSansFont; in WriteTo()
581 rFormat.SetFont( FNT_SANS, aSansFont .Get(0) ); in WriteTo()
/trunk/main/starmath/inc/
H A Ddialog.hxx170 SmFontPickListBox aSansFont; member in SmFontTypeDialog