Searched refs:nPWidth (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sw/source/filter/html/ |
| H A D | svxcss1.cxx | 1085 long nPWidth = 0; in ParseCSS1_font_size() local 1087 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in ParseCSS1_font_size() 1702 long nPWidth = 0; in ParseCSS1_line_height() local 1704 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in ParseCSS1_line_height() 1878 long nPWidth = (long)pExpr->GetNumber(); in ParseCSS1_letter_spacing() local 1880 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in ParseCSS1_letter_spacing() 1881 rItemSet.Put( SvxKerningItem( (short)nPWidth, aItemIds.nKerning ) ); in ParseCSS1_letter_spacing() 2056 long nPWidth = (long)pExpr->GetNumber(); in ParseCSS1_text_indent() local 2058 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in ParseCSS1_text_indent() 2059 nIndent = (short)nPWidth; in ParseCSS1_text_indent() [all …]
|
| H A D | htmltab.cxx | 1020 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 D | swhtml.cxx | 5240 long nPWidth = 0; in InsertHorzRule() local 5242 SvxCSS1Parser::PixelToTwip( nPWidth, nPHeight ); in InsertHorzRule()
|