Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/layout/
H A Dpaintfrm.cxx1285 const SwRectFn& _rRectFn ) in lcl_ExtendLeftAndRight() argument
1293 (_rRect.*_rRectFn->fnSetTop)( (pPrevFrm->*_rRectFn->fnGetPrtBottom)() ); in lcl_ExtendLeftAndRight()
1298 (_rRect.*_rRectFn->fnSetBottom)( (pNextFrm->*_rRectFn->fnGetPrtTop)() ); in lcl_ExtendLeftAndRight()
4086 const SwRectFn& _rRectFn, in lcl_SubTopBottom() argument
4112 (_iorRect.*_rRectFn->fnSubTop)( -nDist ); in lcl_SubTopBottom()
4162 (_iorRect.*_rRectFn->fnAddBottom)( -nDist ); in lcl_SubTopBottom()
4219 const SwRectFn& _rRectFn ) in lcl_PaintLeftRightLine() argument
4244 (aRect.*_rRectFn->fnAddRight)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()
4245 (aRect.*_rRectFn->fnGetWidth)() ); in lcl_PaintLeftRightLine()
4249 (aRect.*_rRectFn->fnSubLeft)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()
[all …]