Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx4223 const SvxBorderLine* pLeftRightBorder = 0; in lcl_PaintLeftRightLine() local
4226 pLeftRightBorder = bR2L ? rBox.GetRight() : rBox.GetLeft(); in lcl_PaintLeftRightLine()
4230 pLeftRightBorder = bR2L ? rBox.GetLeft() : rBox.GetRight(); in lcl_PaintLeftRightLine()
4236 if ( !pLeftRightBorder ) in lcl_PaintLeftRightLine()
4244 (aRect.*_rRectFn->fnAddRight)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()
4249 (aRect.*_rRectFn->fnSubLeft)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()
4327 if ( !pLeftRightBorder->GetInWidth() ) in lcl_PaintLeftRightLine()
4354 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pLeftRightBorder->GetColor() ); in lcl_PaintLeftRightLine()
4357 if ( pLeftRightBorder->GetInWidth() ) in lcl_PaintLeftRightLine()
4359 const long nDist = ::lcl_MinWidthDist( pLeftRightBorder->GetDistance() ); in lcl_PaintLeftRightLine()
[all …]

Completed in 59 milliseconds