Searched refs:GetRightCellSpace (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 286 sal_uInt16 SwHTMLTableLayout::GetRightCellSpace( sal_uInt16 nCol, sal_uInt16 nColSpan, in GetRightCellSpace() function in SwHTMLTableLayout 317 GetRightCellSpace( nCol, nColSpan, bSwBorders ); in AddBorderWidth() 1690 nRSpace = GetRightCellSpace( j, nColSpan ); in SetWidths()
|
/trunk/main/sw/inc/ |
H A D | htmltbl.hxx | 281 sal_uInt16 GetRightCellSpace( sal_uInt16 nCol, sal_uInt16 nColSpan,
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 1870 sal_uInt16 nRSpace = pLayoutInfo->GetRightCellSpace( nLeftCol, nColSpan ); in MakeTableBox() 1919 sal_uInt16 nRSpace = pLayoutInfo->GetRightCellSpace( nLeftCol, in MakeTableBox() 2794 nWidth2 = nWidth2 - pLayoutInfo->GetRightCellSpace( nCol, nColSpan ); in MakeTable()
|
Completed in 44 milliseconds