Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Ddialog.cxx474 case 2: pActiveListBox = &aFunctionFont; break; in IMPL_LINK()
516 aFunctionFont (this, SmResId(2)), in IMPL_LINK_INLINE_END()
548 aFunctionFont = pp->GetConfig()->GetFontPickList(FNT_FUNCTION); in ReadFrom()
556 aFunctionFont.Insert( rFormat.GetFont(FNT_FUNCTION) ); in ReadFrom()
569 pp->GetConfig()->GetFontPickList(FNT_FUNCTION) = aFunctionFont; in WriteTo()
577 rFormat.SetFont( FNT_FUNCTION, aFunctionFont.Get(0) ); in WriteTo()
/trunk/main/starmath/inc/
H A Ddialog.hxx162 SmFontPickListBox aFunctionFont; member in SmFontTypeDialog