Searched refs:ConvertFontWeight (Results 1 – 14 of 14) sorted by relevance
112 static float ConvertFontWeight( FontWeight eWeight );113 static FontWeight ConvertFontWeight( float f );
270 float VCLUnoHelper::ConvertFontWeight( FontWeight eWeight ) in ConvertFontWeight() function in VCLUnoHelper297 FontWeight VCLUnoHelper::ConvertFontWeight( float f ) in ConvertFontWeight() function in VCLUnoHelper336 aFD.Weight= VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()365 aFont.SetWeight( VCLUnoHelper::ConvertFontWeight( rDescr.Weight ) ); in CreateFont()
59 rFont.SetWeight( VCLUnoHelper::ConvertFontWeight(rDesc.Weight) ); in ConvertToFont()77 rDesc.Weight = VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in ConvertFromFont()
246 FontWeight eWeight=VCLUnoHelper::ConvertFontWeight(nFontWeight); in translatePropertiesToItems()362 float nWeight = VCLUnoHelper::ConvertFontWeight( rWeightItem.GetWeight()); in translateItemsToProperties()
777 ::FontWeight eWeight = VCLUnoHelper::ConvertFontWeight( aFont.Weight ); in convertToControlValue()
951 …_rxOutStream->writeShort( sal::static_int_cast< sal_Int16 >( VCLUnoHelper::ConvertFontWeight( aFon… in write()1085 aFont.Weight = (float)VCLUnoHelper::ConvertFontWeight( _rxInStream->readShort() ); in read()
416 return VCLUnoHelper::ConvertFontWeight( GetScWeight() ); in GetApiWeight()484 SetScWeight( VCLUnoHelper::ConvertFontWeight( fApiWeight ) ); in SetApiWeight()
799 VCLUnoHelper::ConvertFontWeight( aFD.Weight )) ); in write()1007 pFD->Weight = VCLUnoHelper::ConvertFontWeight( (FontWeight) InStream->readShort() ); in read()
990 float ConvertFontWeight( ::FontWeight eWeight ) in ConvertFontWeight() function1055 aFD.Weight = ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()
755 rVal <<= (float)( VCLUnoHelper::ConvertFontWeight( (FontWeight)GetValue() ) ); in QueryValue()783 SetValue( (sal_uInt16)VCLUnoHelper::ConvertFontWeight((float)fValue) ); in PutValue()
97 aFD.Weight= VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in ImplCreateFontDescriptor()119 aFont.SetWeight( VCLUnoHelper::ConvertFontWeight( rDescr.Weight ) ); in ImplCreateFont()
1162 VCLUnoHelper::ConvertFontWeight( *(float*)aTmp.getValue() ); in OutHTML_DrawFrmFmtAsControl()
1127 float fVal = VCLUnoHelper::ConvertFontWeight( in InsertControl()
2496 aTmp <<= (float)VCLUnoHelper::ConvertFontWeight( in MiserableDropDownFormHack()
Completed in 110 milliseconds