Home
last modified time | relevance | path

Searched refs:pTopBottomBorder (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx4523 const SvxBorderLine* pTopBottomBorder = 0; in lcl_PaintTopBottomLine() local
4526 pTopBottomBorder = rBox.GetTop(); in lcl_PaintTopBottomLine()
4530 pTopBottomBorder = rBox.GetBottom(); in lcl_PaintTopBottomLine()
4533 if ( !pTopBottomBorder ) in lcl_PaintTopBottomLine()
4541 (aRect.*_rRectFn->fnAddBottom)( ::lcl_AlignHeight( pTopBottomBorder->GetOutWidth() ) - in lcl_PaintTopBottomLine()
4546 (aRect.*_rRectFn->fnSubTop)( ::lcl_AlignHeight( pTopBottomBorder->GetOutWidth() ) - in lcl_PaintTopBottomLine()
4571 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pTopBottomBorder->GetColor() ); in lcl_PaintTopBottomLine()
4574 if ( pTopBottomBorder->GetInWidth() ) in lcl_PaintTopBottomLine()
4576 const long nDist = ::lcl_MinHeightDist( pTopBottomBorder->GetDistance() ); in lcl_PaintTopBottomLine()
4577 const long nHeight = ::lcl_AlignHeight( pTopBottomBorder->GetInWidth() ); in lcl_PaintTopBottomLine()
[all …]

Completed in 45 milliseconds