Home
last modified time | relevance | path

Searched refs:nPHeight (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx5214 long nPHeight = (long)nSize; in InsertHorzRule() local
5215 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in InsertHorzRule()
5216 SvxCSS1Parser::SetBorderWidth( aBorderLine, (sal_uInt16)nPHeight, in InsertHorzRule()
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 Dsvxcss1.cxx1711 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() local
2057 long nPHeight = 0; in ParseCSS1_text_indent() local
2112 long nPHeight = 0; in ParseCSS1_margin_left() local
2169 long nPHeight = 0; in ParseCSS1_margin_right() local
2230 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 …]

Completed in 81 milliseconds