Lines Matching refs:fnRect
1203 …SwRectFn fnRect = pFrm->IsVertical() ? ( pFrm->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH… in lcl_CalcBorderRect() local
1206 const sal_Bool bTop = 0 != (pFrm->*fnRect->fnGetTopMargin)(); in lcl_CalcBorderRect()
1216 (rRect.*fnRect->fnSubTop)( nDiff ); in lcl_CalcBorderRect()
1219 const sal_Bool bBottom = 0 != (pFrm->*fnRect->fnGetBottomMargin)(); in lcl_CalcBorderRect()
1242 (rRect.*fnRect->fnAddBottom)( nDiff ); in lcl_CalcBorderRect()
1246 (rRect.*fnRect->fnSubLeft)( rBox.CalcLineSpace( BOX_LINE_LEFT ) ); in lcl_CalcBorderRect()
1249 (rRect.*fnRect->fnSubLeft)( rBox.GetDistance( BOX_LINE_LEFT ) ); in lcl_CalcBorderRect()
1252 (rRect.*fnRect->fnAddRight)( rBox.CalcLineSpace( BOX_LINE_RIGHT ) ); in lcl_CalcBorderRect()
1255 (rRect.*fnRect->fnAddRight)( rBox.GetDistance( BOX_LINE_RIGHT ) ); in lcl_CalcBorderRect()
1261 (rRect.*fnRect->fnSubTop)(rShadow.CalcShadowSpace(SHADOW_TOP)); in lcl_CalcBorderRect()
1262 (rRect.*fnRect->fnSubLeft)(rShadow.CalcShadowSpace(SHADOW_LEFT)); in lcl_CalcBorderRect()
1264 (rRect.*fnRect->fnAddBottom) in lcl_CalcBorderRect()
1266 (rRect.*fnRect->fnAddRight)(rShadow.CalcShadowSpace(SHADOW_RIGHT)); in lcl_CalcBorderRect()
2967 (aPageRectTemp.*fnRect->fnSetLeftAndWidth)( in Paint()
2968 (pPage->Frm().*fnRect->fnGetLeft)(), in Paint()
2969 (pPage->Frm().*fnRect->fnGetWidth)() ); in Paint()
3971 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
3999 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
4027 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
4055 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
4875 ::lcl_PaintLeftRightLine ( sal_True, *(this), *(pPage), aRect, rRect, rAttrs, fnRect ); in PaintBorder()
4876 ::lcl_PaintLeftRightLine ( sal_False, *(this), *(pPage), aRect, rRect, rAttrs, fnRect ); in PaintBorder()
4889 … ::lcl_PaintTopBottomLine( sal_True, *(this), *(pPage), aRect, rRect, rTopAttrs, fnRect ); in PaintBorder()
4895 … ::lcl_PaintTopBottomLine( sal_True, *(this), *(pPage), aRect, rRect, rAttrs, fnRect ); in PaintBorder()
4910 … ::lcl_PaintTopBottomLine(sal_False, *(this), *(pPage), aRect, rRect, rBottomAttrs, fnRect); in PaintBorder()
4916 … ::lcl_PaintTopBottomLine(sal_False, *(this), *(pPage), aRect, rRect, rAttrs, fnRect); in PaintBorder()
4963 SwTwips nPrtWidth = (Prt().*fnRect->fnGetWidth)(); in PaintLine()
4967 SwTwips nX = (this->*fnRect->fnGetPrtLeft)(); in PaintLine()
5005 …SwRectFn fnRect = pCol->IsVertical() ? ( pCol->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH… in PaintColLines() local
5010 SwTwips nTop = ((aLineRect.*fnRect->fnGetHeight)()*rFmtCol.GetLineHeight()) in PaintColLines()
5011 / 100 - (aLineRect.*fnRect->fnGetHeight)(); in PaintColLines()
5027 (aLineRect.*fnRect->fnSubTop)( nTop ); in PaintColLines()
5029 (aLineRect.*fnRect->fnAddBottom)( nBottom ); in PaintColLines()
5032 (aLineRect.*fnRect->fnSetWidth)( nPenHalf ); in PaintColLines()
5037 (aRect.*fnRect->fnSubLeft)( nPenHalf + nPixelSzW ); in PaintColLines()
5038 (aRect.*fnRect->fnAddRight)( nPenHalf + nPixelSzW ); in PaintColLines()
5039 SwRectGet fnGetX = IsRightToLeft() ? fnRect->fnGetLeft : fnRect->fnGetRight; in PaintColLines()
5042 (aLineRect.*fnRect->fnSetPosX) in PaintColLines()