Lines Matching refs:fnRect

1211 …SwRectFn fnRect = pFrm->IsVertical() ? ( pFrm->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH…  in lcl_CalcBorderRect()  local
1214 const sal_Bool bTop = 0 != (pFrm->*fnRect->fnGetTopMargin)(); in lcl_CalcBorderRect()
1224 (rRect.*fnRect->fnSubTop)( nDiff ); in lcl_CalcBorderRect()
1227 const sal_Bool bBottom = 0 != (pFrm->*fnRect->fnGetBottomMargin)(); in lcl_CalcBorderRect()
1250 (rRect.*fnRect->fnAddBottom)( nDiff ); in lcl_CalcBorderRect()
1254 (rRect.*fnRect->fnSubLeft)( rBox.CalcLineSpace( BOX_LINE_LEFT ) ); in lcl_CalcBorderRect()
1257 (rRect.*fnRect->fnSubLeft)( rBox.GetDistance( BOX_LINE_LEFT ) ); in lcl_CalcBorderRect()
1260 (rRect.*fnRect->fnAddRight)( rBox.CalcLineSpace( BOX_LINE_RIGHT ) ); in lcl_CalcBorderRect()
1263 (rRect.*fnRect->fnAddRight)( rBox.GetDistance( BOX_LINE_RIGHT ) ); in lcl_CalcBorderRect()
1269 (rRect.*fnRect->fnSubTop)(rShadow.CalcShadowSpace(SHADOW_TOP)); in lcl_CalcBorderRect()
1270 (rRect.*fnRect->fnSubLeft)(rShadow.CalcShadowSpace(SHADOW_LEFT)); in lcl_CalcBorderRect()
1272 (rRect.*fnRect->fnAddBottom) in lcl_CalcBorderRect()
1274 (rRect.*fnRect->fnAddRight)(rShadow.CalcShadowSpace(SHADOW_RIGHT)); in lcl_CalcBorderRect()
2892 (aPageRectTemp.*fnRect->fnSetLeftAndWidth)( in Paint()
2893 (pPage->Frm().*fnRect->fnGetLeft)(), in Paint()
2894 (pPage->Frm().*fnRect->fnGetWidth)() ); in Paint()
3887 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
3915 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
3943 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
3971 ::lcl_ExtendLeftAndRight( aOut, *(this), rAttrs, fnRect ); in PaintShadow()
4802 ::lcl_PaintLeftRightLine ( sal_True, *(this), *(pPage), aRect, rRect, rAttrs, fnRect ); in PaintBorder()
4803 ::lcl_PaintLeftRightLine ( sal_False, *(this), *(pPage), aRect, rRect, rAttrs, fnRect ); in PaintBorder()
4816 … ::lcl_PaintTopBottomLine( sal_True, *(this), *(pPage), aRect, rRect, rTopAttrs, fnRect ); in PaintBorder()
4822 … ::lcl_PaintTopBottomLine( sal_True, *(this), *(pPage), aRect, rRect, rAttrs, fnRect ); in PaintBorder()
4837 … ::lcl_PaintTopBottomLine(sal_False, *(this), *(pPage), aRect, rRect, rBottomAttrs, fnRect); in PaintBorder()
4843 … ::lcl_PaintTopBottomLine(sal_False, *(this), *(pPage), aRect, rRect, rAttrs, fnRect); in PaintBorder()
4894 SwTwips nPrtWidth = (Prt().*fnRect->fnGetWidth)(); in PaintLine()
4898 SwTwips nX = (this->*fnRect->fnGetPrtLeft)(); in PaintLine()
4938 …SwRectFn fnRect = pCol->IsVertical() ? ( pCol->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH… in PaintColLines() local
4943 SwTwips nTop = ((aLineRect.*fnRect->fnGetHeight)()*rFmtCol.GetLineHeight()) in PaintColLines()
4944 / 100 - (aLineRect.*fnRect->fnGetHeight)(); in PaintColLines()
4960 (aLineRect.*fnRect->fnSubTop)( nTop ); in PaintColLines()
4962 (aLineRect.*fnRect->fnAddBottom)( nBottom ); in PaintColLines()
4965 (aLineRect.*fnRect->fnSetWidth)( nPenHalf ); in PaintColLines()
4970 (aRect.*fnRect->fnSubLeft)( nPenHalf + nPixelSzW ); in PaintColLines()
4971 (aRect.*fnRect->fnAddRight)( nPenHalf + nPixelSzW ); in PaintColLines()
4972 SwRectGet fnGetX = IsRightToLeft() ? fnRect->fnGetLeft : fnRect->fnGetRight; in PaintColLines()
4975 (aLineRect.*fnRect->fnSetPosX) in PaintColLines()