Searched refs:nCellPadding (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/sw/source/filter/writer/ |
| H A D | wrtswtbl.cxx | 286 if( nDist && (!nCellPadding || nDist < nCellPadding) ) in MergeBoxBorders() 287 nCellPadding = nDist; in MergeBoxBorders() 289 if( nDist && (!nCellPadding || nDist < nCellPadding) ) in MergeBoxBorders() 290 nCellPadding = nDist; in MergeBoxBorders() 292 if( nDist && (!nCellPadding || nDist < nCellPadding) ) in MergeBoxBorders() 293 nCellPadding = nDist; in MergeBoxBorders() 295 if( nDist && (!nCellPadding || nDist < nCellPadding) ) in MergeBoxBorders() 296 nCellPadding = nDist; in MergeBoxBorders() 314 sal_uInt16 nSpace = nCellPadding + nCellSpacing; in GetLeftSpace() 331 sal_uInt16 nSpace = nCellPadding; in GetRightSpace() [all …]
|
| /trunk/main/sw/source/filter/html/ |
| H A D | htmltab.cxx | 99 sal_uInt16 nCellPadding; member 427 sal_uInt16 nCellPadding; // Abstand Umrandung zum Text member in HTMLTable 1070 if( nCellPadding ) in InitCtor() 1072 if( nCellPadding==USHRT_MAX ) in InitCtor() 1073 nCellPadding = MIN_BORDER_DIST; // default in InitCtor() 1076 nCellPadding = pParser->ToTwips( nCellPadding ); in InitCtor() 1077 if( nCellPadding<MIN_BORDER_DIST ) in InitCtor() 1078 nCellPadding = MIN_BORDER_DIST; in InitCtor() 1115 nCellPadding( pOptions->nCellPadding ), in HTMLTable() 1176 nW, bPrcWidth, nBorder, nCellPadding, in CreateLayoutInfo() [all …]
|
| H A D | htmltabw.cxx | 143 Pixelize( nCellPadding ); in PixelizeBorders() 723 += ByteString::CreateFromInt32( rWrt.ToPixel( nCellPadding ) ); in Write()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | htmltbl.cxx | 211 nCellPadding( nCellPad ), nCellSpacing( nCellSp ), nBorder( nBorderOpt ), in SwHTMLTableLayout() 252 sal_uInt16 nSpace = nCellSpacing + nCellPadding; in GetLeftCellSpace() 271 ASSERT( !nCellPadding, "GetLeftCellSpace: CELLPADDING!=0" ); in GetLeftCellSpace() 286 sal_uInt16 nSpace = nCellPadding; in GetRightCellSpace() 297 ASSERT( !nCellPadding, "GetRightCellSpace: CELLPADDING!=0" ); in GetRightCellSpace()
|
| /trunk/main/sw/inc/ |
| H A D | htmltbl.hxx | 214 sal_uInt16 nCellPadding; // Abstand zum Inhalt (in Twip) member in SwHTMLTableLayout 360 sal_uInt16 GetCellPadding() const { return nCellPadding; } in GetCellPadding()
|
| /trunk/main/sw/source/filter/inc/ |
| H A D | wrtswtbl.hxx | 243 sal_uInt16 nCellPadding; // Absatnd Umrandung-Inhalt member in SwWriteTable
|