Searched refs:nPHeight (Results 1 – 3 of 3) sorted by relevance
1086 long nPHeight = (long)pExpr->GetNumber(); in ParseCSS1_font_size() local1087 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in ParseCSS1_font_size()1088 nHeight = (sal_uLong)nPHeight; in ParseCSS1_font_size()1703 long nPHeight = (long)pExpr->GetNumber(); in ParseCSS1_line_height() local1704 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in ParseCSS1_line_height()1705 nHeight = (sal_uInt16)nPHeight; in ParseCSS1_line_height()1710 sal_uInt16 nPHeight = (sal_uInt16)pExpr->GetNumber(); in ParseCSS1_line_height() local1711 nPropHeight = nPHeight <= 200 ? (sal_uInt8)nPHeight : 200; in ParseCSS1_line_height()1716 sal_uInt16 nPHeight = (sal_uInt16)(pExpr->GetNumber() * 100); in ParseCSS1_line_height() local1717 nPropHeight = nPHeight <= 200 ? (sal_uInt8)nPHeight : 200; in ParseCSS1_line_height()[all …]
1022 long nPHeight = nBorderOpt==USHRT_MAX ? 0 : nBorderOpt; in InitCtor() local1023 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in InitCtor()1038 nPHeight = 1; in InitCtor()1041 SvxCSS1Parser::SetBorderWidth( aTopBorderLine, (sal_uInt16)nPHeight, in InitCtor()1046 if( nPWidth == nPHeight ) in InitCtor()1089 nPHeight = pOptions->nVSpace; in InitCtor()1090 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in InitCtor()1092 nVSpace = (sal_uInt16)nPHeight; in InitCtor()
5241 long nPHeight = (long)nSize; in InsertHorzRule() local5242 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in InsertHorzRule()5243 SvxCSS1Parser::SetBorderWidth( aBorderLine, (sal_uInt16)nPHeight, in InsertHorzRule()