Home
last modified time | relevance | path

Searched refs:nPWidth (Results 1 – 3 of 3) sorted by path

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1020 long nPWidth = nBorderOpt==USHRT_MAX ? NETSCAPE_DFLT_BORDER in InitCtor() local
1023 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in InitCtor()
1029 nBorder = (sal_uInt16)nPWidth; in InitCtor()
1031 nPWidth = 0; in InitCtor()
1037 nPWidth = 1; in InitCtor()
1046 if( nPWidth == nPHeight ) in InitCtor()
1052 SvxCSS1Parser::SetBorderWidth( aLeftBorderLine, (sal_uInt16)nPWidth, in InitCtor()
1088 nPWidth = pOptions->nHSpace; in InitCtor()
1090 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in InitCtor()
1091 nHSpace = (sal_uInt16)nPWidth; in InitCtor()
H A Dsvxcss1.cxx1085 long nPWidth = 0; in ParseCSS1_font_size() local
1702 long nPWidth = 0; in ParseCSS1_line_height() local
2059 nIndent = (short)nPWidth; in ParseCSS1_text_indent()
2228 long nPWidth = 0; in ParseCSS1_margin_top() local
2288 long nPWidth = 0; in ParseCSS1_margin_bottom() local
2351 long nPWidth = 0; in ParseCSS1_margin() local
2496 if( nPWidth < 0 ) in ParseCSS1_padding_xxx()
2497 nPWidth = 0; in ParseCSS1_padding_xxx()
2499 if( nPWidth > USHRT_MAX-1 ) in ParseCSS1_padding_xxx()
2500 nPWidth = USHRT_MAX-1; in ParseCSS1_padding_xxx()
[all …]
H A Dswhtml.cxx5213 long nPWidth = 0; in InsertHorzRule() local
5215 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in InsertHorzRule()

Completed in 66 milliseconds