Home
last modified time | relevance | path

Searched refs:ConvertFontWeight (Results 1 – 14 of 14) sorted by relevance

/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx112 static float ConvertFontWeight( FontWeight eWeight );
113 static FontWeight ConvertFontWeight( float f );
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx270 float VCLUnoHelper::ConvertFontWeight( FontWeight eWeight ) in ConvertFontWeight() function in VCLUnoHelper
297 FontWeight VCLUnoHelper::ConvertFontWeight( float f ) in ConvertFontWeight() function in VCLUnoHelper
336 aFD.Weight= VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()
365 aFont.SetWeight( VCLUnoHelper::ConvertFontWeight( rDescr.Weight ) ); in CreateFont()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx59 rFont.SetWeight( VCLUnoHelper::ConvertFontWeight(rDesc.Weight) ); in ConvertToFont()
77 rDesc.Weight = VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in ConvertFromFont()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx246 FontWeight eWeight=VCLUnoHelper::ConvertFontWeight(nFontWeight); in translatePropertiesToItems()
362 float nWeight = VCLUnoHelper::ConvertFontWeight( rWeightItem.GetWeight()); in translateItemsToProperties()
H A Dformcomponenthandler.cxx777 ::FontWeight eWeight = VCLUnoHelper::ConvertFontWeight( aFont.Weight ); in convertToControlValue()
/trunk/main/forms/source/component/
H A DGrid.cxx951 …_rxOutStream->writeShort( sal::static_int_cast< sal_Int16 >( VCLUnoHelper::ConvertFontWeight( aFon… in write()
1085 aFont.Weight = (float)VCLUnoHelper::ConvertFontWeight( _rxInStream->readShort() ); in read()
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx416 return VCLUnoHelper::ConvertFontWeight( GetScWeight() ); in GetApiWeight()
484 SetScWeight( VCLUnoHelper::ConvertFontWeight( fApiWeight ) ); in SetApiWeight()
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx799 VCLUnoHelper::ConvertFontWeight( aFD.Weight )) ); in write()
1007 pFD->Weight = VCLUnoHelper::ConvertFontWeight( (FontWeight) InStream->readShort() ); in read()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx990 float ConvertFontWeight( ::FontWeight eWeight ) in ConvertFontWeight() function
1055 aFD.Weight = ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx755 rVal <<= (float)( VCLUnoHelper::ConvertFontWeight( (FontWeight)GetValue() ) ); in QueryValue()
783 SetValue( (sal_uInt16)VCLUnoHelper::ConvertFontWeight((float)fValue) ); in PutValue()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx97 aFD.Weight= VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in ImplCreateFontDescriptor()
119 aFont.SetWeight( VCLUnoHelper::ConvertFontWeight( rDescr.Weight ) ); in ImplCreateFont()
/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx1162 VCLUnoHelper::ConvertFontWeight( *(float*)aTmp.getValue() ); in OutHTML_DrawFrmFmtAsControl()
H A Dhtmlform.cxx1127 float fVal = VCLUnoHelper::ConvertFontWeight( in InsertControl()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2496 aTmp <<= (float)VCLUnoHelper::ConvertFontWeight( in MiserableDropDownFormHack()

Completed in 177 milliseconds