Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dpaintfrm.cxx4410 const SvxBorderLine* pTopBottomBorder = 0; in lcl_PaintTopBottomLine() local
4413 pTopBottomBorder = rBox.GetTop(); in lcl_PaintTopBottomLine()
4417 pTopBottomBorder = rBox.GetBottom(); in lcl_PaintTopBottomLine()
4420 if ( !pTopBottomBorder ) in lcl_PaintTopBottomLine()
4428 (aRect.*_rRectFn->fnAddBottom)( ::lcl_AlignHeight( pTopBottomBorder->GetOutWidth() ) - in lcl_PaintTopBottomLine()
4433 (aRect.*_rRectFn->fnSubTop)( ::lcl_AlignHeight( pTopBottomBorder->GetOutWidth() ) - in lcl_PaintTopBottomLine()
4458 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pTopBottomBorder->GetColor() ); in lcl_PaintTopBottomLine()
4461 if ( pTopBottomBorder->GetInWidth() ) in lcl_PaintTopBottomLine()
4463 const long nDist = ::lcl_MinHeightDist( pTopBottomBorder->GetDistance() ); in lcl_PaintTopBottomLine()
4464 const long nHeight = ::lcl_AlignHeight( pTopBottomBorder->GetInWidth() ); in lcl_PaintTopBottomLine()
[all …]

Completed in 42 milliseconds