Searched refs:aFixedFont (Results 1 – 6 of 6) sorted by relevance
72 QFont aFixedFont; in getValue() local75 aFixedFont = KGlobalSettings::fixedFont(); in getValue()76 nFontHeight = aFixedFont.pointSize(); in getValue()82 QFont aFixedFont; in getValue() local86 aFixedFont = KGlobalSettings::fixedFont(); in getValue()87 aFontName = aFixedFont.family(); in getValue()
68 QFont aFixedFont; in getValue() local71 aFixedFont = KGlobalSettings::fixedFont(); in getValue()72 nFontHeight = aFixedFont.pointSize(); in getValue()78 QFont aFixedFont; in getValue() local82 aFixedFont = KGlobalSettings::fixedFont(); in getValue()83 aFontName = aFixedFont.family(); in getValue()
630 Font aFixedFont( OutputDevice::GetDefaultFont( in lcl_html_setFixedFontProperty() local634 aTmp <<= OUString( aFixedFont.GetName() ); in lcl_html_setFixedFontProperty()637 aTmp <<= OUString( aFixedFont.GetStyleName() ); in lcl_html_setFixedFontProperty()641 aTmp <<= (sal_Int16) aFixedFont.GetFamily(); in lcl_html_setFixedFontProperty()644 aTmp <<= (sal_Int16) aFixedFont.GetCharSet(); in lcl_html_setFixedFontProperty()648 aTmp <<= (sal_Int16) aFixedFont.GetPitch(); in lcl_html_setFixedFontProperty()
1136 Font aFixedFont( OutputDevice::GetDefaultFont( in OutHTML_DrawFrmFmtAsControl() local1140 if( !bEdit || aFName != aFixedFont.GetName() ) in OutHTML_DrawFrmFmtAsControl()
514 case 7: pActiveListBox = &aFixedFont; bHideCheckboxes = sal_True; break; in IMPL_LINK()563 aFixedFont (this, SmResId(7)), in IMPL_LINK_INLINE_END()590 aFixedFont = pp->GetConfig()->GetFontPickList(FNT_FIXED); in ReadFrom()598 aFixedFont .Insert( rFormat.GetFont(FNT_FIXED) ); in ReadFrom()612 pp->GetConfig()->GetFontPickList(FNT_FIXED) = aFixedFont; in WriteTo()620 rFormat.SetFont( FNT_FIXED, aFixedFont .Get(0) ); in WriteTo()
173 SmFontPickListBox aFixedFont; member in SmFontTypeDialog
Completed in 41 milliseconds