Home
last modified time | relevance | path

Searched refs:nPHeight (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/filter/html/
H A Dsvxcss1.cxx1086 long nPHeight = (long)pExpr->GetNumber(); in ParseCSS1_font_size() local
1087 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() local
1704 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() local
1711 nPropHeight = nPHeight <= 200 ? (sal_uInt8)nPHeight : 200; in ParseCSS1_line_height()
1716 sal_uInt16 nPHeight = (sal_uInt16)(pExpr->GetNumber() * 100); in ParseCSS1_line_height() local
1717 nPropHeight = nPHeight <= 200 ? (sal_uInt8)nPHeight : 200; in ParseCSS1_line_height()
[all …]
H A Dhtmltab.cxx1022 long nPHeight = nBorderOpt==USHRT_MAX ? 0 : nBorderOpt; in InitCtor() local
1023 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()
H A Dswhtml.cxx5241 long nPHeight = (long)nSize; in InsertHorzRule() local
5242 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in InsertHorzRule()
5243 SvxCSS1Parser::SetBorderWidth( aBorderLine, (sal_uInt16)nPHeight, in InsertHorzRule()