Lines Matching refs:f

243 FontWidth VCLUnoHelper::ConvertFontWidth( float f )  in ConvertFontWidth()  argument
245 if( f <= ::com::sun::star::awt::FontWidth::DONTKNOW ) in ConvertFontWidth()
247 else if( f <= ::com::sun::star::awt::FontWidth::ULTRACONDENSED ) in ConvertFontWidth()
249 else if( f <= ::com::sun::star::awt::FontWidth::EXTRACONDENSED ) in ConvertFontWidth()
251 else if( f <= ::com::sun::star::awt::FontWidth::CONDENSED ) in ConvertFontWidth()
253 else if( f <= ::com::sun::star::awt::FontWidth::SEMICONDENSED ) in ConvertFontWidth()
255 else if( f <= ::com::sun::star::awt::FontWidth::NORMAL ) in ConvertFontWidth()
257 else if( f <= ::com::sun::star::awt::FontWidth::SEMIEXPANDED ) in ConvertFontWidth()
259 else if( f <= ::com::sun::star::awt::FontWidth::EXPANDED ) in ConvertFontWidth()
261 else if( f <= ::com::sun::star::awt::FontWidth::EXTRAEXPANDED ) in ConvertFontWidth()
263 else if( f <= ::com::sun::star::awt::FontWidth::ULTRAEXPANDED ) in ConvertFontWidth()
297 FontWeight VCLUnoHelper::ConvertFontWeight( float f ) in ConvertFontWeight() argument
299 if( f <= ::com::sun::star::awt::FontWeight::DONTKNOW ) in ConvertFontWeight()
301 else if( f <= ::com::sun::star::awt::FontWeight::THIN ) in ConvertFontWeight()
303 else if( f <= ::com::sun::star::awt::FontWeight::ULTRALIGHT ) in ConvertFontWeight()
305 else if( f <= ::com::sun::star::awt::FontWeight::LIGHT ) in ConvertFontWeight()
307 else if( f <= ::com::sun::star::awt::FontWeight::SEMILIGHT ) in ConvertFontWeight()
309 else if( f <= ::com::sun::star::awt::FontWeight::NORMAL ) in ConvertFontWeight()
311 else if( f <= ::com::sun::star::awt::FontWeight::SEMIBOLD ) in ConvertFontWeight()
313 else if( f <= ::com::sun::star::awt::FontWeight::BOLD ) in ConvertFontWeight()
315 else if( f <= ::com::sun::star::awt::FontWeight::ULTRABOLD ) in ConvertFontWeight()
317 else if( f <= ::com::sun::star::awt::FontWeight::BLACK ) in ConvertFontWeight()