Searched refs:pLeftRightBorder (Results 1 – 1 of 1) sorted by relevance
4336 const SvxBorderLine* pLeftRightBorder = 0; in lcl_PaintLeftRightLine() local4339 pLeftRightBorder = bR2L ? rBox.GetRight() : rBox.GetLeft(); in lcl_PaintLeftRightLine()4343 pLeftRightBorder = bR2L ? rBox.GetLeft() : rBox.GetRight(); in lcl_PaintLeftRightLine()4349 if ( !pLeftRightBorder ) in lcl_PaintLeftRightLine()4357 (aRect.*_rRectFn->fnAddRight)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()4362 (aRect.*_rRectFn->fnSubLeft)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()4440 if ( !pLeftRightBorder->GetInWidth() ) in lcl_PaintLeftRightLine()4467 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pLeftRightBorder->GetColor() ); in lcl_PaintLeftRightLine()4470 if ( pLeftRightBorder->GetInWidth() ) in lcl_PaintLeftRightLine()4472 const long nDist = ::lcl_MinWidthDist( pLeftRightBorder->GetDistance() ); in lcl_PaintLeftRightLine()[all …]
Completed in 43 milliseconds