Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Ddialog.cxx500 case 2: pActiveListBox = &aFunctionFont; break; in IMPL_LINK()
544 aFunctionFont (this, SmResId(2)), in IMPL_LINK_INLINE_END()
576 aFunctionFont = pp->GetConfig()->GetFontPickList(FNT_FUNCTION); in ReadFrom()
584 aFunctionFont.Insert( rFormat.GetFont(FNT_FUNCTION) ); in ReadFrom()
598 pp->GetConfig()->GetFontPickList(FNT_FUNCTION) = aFunctionFont; in WriteTo()
606 rFormat.SetFont( FNT_FUNCTION, aFunctionFont.Get(0) ); in WriteTo()
/trunk/main/starmath/inc/
H A Ddialog.hxx162 SmFontPickListBox aFunctionFont; member in SmFontTypeDialog