Searched refs:pTopBottomBorder (Results 1 – 1 of 1) sorted by relevance
4490 const SvxBorderLine* pTopBottomBorder = 0; in lcl_PaintTopBottomLine() local4493 pTopBottomBorder = rBox.GetTop(); in lcl_PaintTopBottomLine()4497 pTopBottomBorder = rBox.GetBottom(); in lcl_PaintTopBottomLine()4500 if ( !pTopBottomBorder ) in lcl_PaintTopBottomLine()4508 (aRect.*_rRectFn->fnAddBottom)( ::lcl_AlignHeight( pTopBottomBorder->GetOutWidth() ) - in lcl_PaintTopBottomLine()4513 (aRect.*_rRectFn->fnSubTop)( ::lcl_AlignHeight( pTopBottomBorder->GetOutWidth() ) - in lcl_PaintTopBottomLine()4538 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pTopBottomBorder->GetColor() ); in lcl_PaintTopBottomLine()4541 if ( pTopBottomBorder->GetInWidth() ) in lcl_PaintTopBottomLine()4543 const long nDist = ::lcl_MinHeightDist( pTopBottomBorder->GetDistance() ); in lcl_PaintTopBottomLine()4544 const long nHeight = ::lcl_AlignHeight( pTopBottomBorder->GetInWidth() ); in lcl_PaintTopBottomLine()[all …]