Home
last modified time | relevance | path

Searched refs:aFixedFont (Results 1 – 6 of 6) sorted by relevance

/trunk/main/shell/source/backends/kde4be/
H A Dkde4access.cxx72 QFont aFixedFont; in getValue() local
75 aFixedFont = KGlobalSettings::fixedFont(); in getValue()
76 nFontHeight = aFixedFont.pointSize(); in getValue()
82 QFont aFixedFont; in getValue() local
86 aFixedFont = KGlobalSettings::fixedFont(); in getValue()
87 aFontName = aFixedFont.family(); in getValue()
/trunk/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx68 QFont aFixedFont; in getValue() local
71 aFixedFont = KGlobalSettings::fixedFont(); in getValue()
72 nFontHeight = aFixedFont.pointSize(); in getValue()
78 QFont aFixedFont; in getValue() local
82 aFixedFont = KGlobalSettings::fixedFont(); in getValue()
83 aFontName = aFixedFont.family(); in getValue()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx630 Font aFixedFont( OutputDevice::GetDefaultFont( in lcl_html_setFixedFontProperty() local
634 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()
H A Dhtmlforw.cxx1136 Font aFixedFont( OutputDevice::GetDefaultFont( in OutHTML_DrawFrmFmtAsControl() local
1140 if( !bEdit || aFName != aFixedFont.GetName() ) in OutHTML_DrawFrmFmtAsControl()
/trunk/main/starmath/source/
H A Ddialog.cxx514 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()
/trunk/main/starmath/inc/
H A Ddialog.hxx173 SmFontPickListBox aFixedFont; member in SmFontTypeDialog

Completed in 55 milliseconds