Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx4303 const SvxBorderLine* pLeftRightBorder = 0; in lcl_PaintLeftRightLine() local
4306 pLeftRightBorder = bR2L ? rBox.GetRight() : rBox.GetLeft(); in lcl_PaintLeftRightLine()
4310 pLeftRightBorder = bR2L ? rBox.GetLeft() : rBox.GetRight(); in lcl_PaintLeftRightLine()
4316 if ( !pLeftRightBorder ) in lcl_PaintLeftRightLine()
4324 (aRect.*_rRectFn->fnAddRight)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()
4329 (aRect.*_rRectFn->fnSubLeft)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()
4407 if ( !pLeftRightBorder->GetInWidth() ) in lcl_PaintLeftRightLine()
4434 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pLeftRightBorder->GetColor() ); in lcl_PaintLeftRightLine()
4437 if ( pLeftRightBorder->GetInWidth() ) in lcl_PaintLeftRightLine()
4439 const long nDist = ::lcl_MinWidthDist( pLeftRightBorder->GetDistance() ); in lcl_PaintLeftRightLine()
[all …]