Searched refs:nPHeight (Results 1 – 3 of 3) sorted by relevance
1711 nPropHeight = nPHeight <= 200 ? (sal_uInt8)nPHeight : 200; in ParseCSS1_line_height()1717 nPropHeight = nPHeight <= 200 ? (sal_uInt8)nPHeight : 200; in ParseCSS1_line_height()1879 long nPHeight = 0; in ParseCSS1_letter_spacing() local2057 long nPHeight = 0; in ParseCSS1_text_indent() local2112 long nPHeight = 0; in ParseCSS1_margin_left() local2169 long nPHeight = 0; in ParseCSS1_margin_right() local2230 if( nPHeight < 0 ) in ParseCSS1_margin_top()2231 nPHeight = 0; in ParseCSS1_margin_top()2290 if( nPHeight < 0 ) in ParseCSS1_margin_bottom()2291 nPHeight = 0; in ParseCSS1_margin_bottom()[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()
Completed in 106 milliseconds