Searched refs:nPropHeight (Results 1 – 2 of 2) sorted by relevance
1076 sal_uInt16 nPropHeight = 100; in ParseCSS1_font_size() local1094 nPropHeight = (sal_uInt16)pExpr->GetNumber(); in ParseCSS1_font_size()1111 nPropHeight = 150; in ParseCSS1_font_size()1115 nPropHeight = 67; in ParseCSS1_font_size()1125 if( nHeight || nPropHeight!=100 ) in ParseCSS1_font_size()1127 SvxFontHeightItem aFontHeight( nHeight, nPropHeight, in ParseCSS1_font_size()1693 sal_uInt8 nPropHeight = 0; in ParseCSS1_line_height() local1711 nPropHeight = nPHeight <= 200 ? (sal_uInt8)nPHeight : 200; in ParseCSS1_line_height()1737 else if( nPropHeight ) in ParseCSS1_line_height()1741 if( 100 == nPropHeight ) in ParseCSS1_line_height()[all …]
57 SvxFontHeightItem( const sal_uLong nSz /*= 240*/, const sal_uInt16 nPropHeight /*= 100*/,
Completed in 24 milliseconds