Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/ !
H A Dpaintfrm.cxx1277 const SwRectFn& _rRectFn ) in lcl_ExtendLeftAndRight() argument
1285 (_rRect.*_rRectFn->fnSetTop)( (pPrevFrm->*_rRectFn->fnGetPrtBottom)() ); in lcl_ExtendLeftAndRight()
1290 (_rRect.*_rRectFn->fnSetBottom)( (pNextFrm->*_rRectFn->fnGetPrtTop)() ); in lcl_ExtendLeftAndRight()
4166 const SwRectFn& _rRectFn, in lcl_SubTopBottom() argument
4192 (_iorRect.*_rRectFn->fnSubTop)( -nDist ); in lcl_SubTopBottom()
4242 (_iorRect.*_rRectFn->fnAddBottom)( -nDist ); in lcl_SubTopBottom()
4299 const SwRectFn& _rRectFn ) in lcl_PaintLeftRightLine() argument
4324 (aRect.*_rRectFn->fnAddRight)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()
4325 (aRect.*_rRectFn->fnGetWidth)() ); in lcl_PaintLeftRightLine()
4329 (aRect.*_rRectFn->fnSubLeft)( ::lcl_AlignWidth( pLeftRightBorder->GetOutWidth() ) - in lcl_PaintLeftRightLine()
[all …]