Lines Matching refs:rParam

1108                                   OutputAreaParam& rParam )  in GetOutputArea()  argument
1187 rParam.mnColWidth = nMergeSizeX; // store the actual column width. in GetOutputArea()
1195 rParam.maAlignRect.Left() = nCellPosX; in GetOutputArea()
1196 rParam.maAlignRect.Right() = nCellPosX + ( nMergeSizeX - 1 ) * nLayoutSign; in GetOutputArea()
1197 rParam.maAlignRect.Top() = nCellPosY; in GetOutputArea()
1198 rParam.maAlignRect.Bottom() = nCellPosY + nMergeSizeY - 1; in GetOutputArea()
1203 rParam.maClipRect = rParam.maAlignRect; in GetOutputArea()
1244 rParam.maClipRect.Right() += nAdd * nLayoutSign; in GetOutputArea()
1258 rParam.maClipRect.Left() -= nAdd * nLayoutSign; in GetOutputArea()
1269 rParam.maClipRect.Right() -= nMarkPixel * nLayoutSign; in GetOutputArea()
1276 rParam.maClipRect.Left() += nMarkPixel * nLayoutSign; in GetOutputArea()
1279 rParam.mbLeftClip = ( nLeftMissing > 0 ); in GetOutputArea()
1280 rParam.mbRightClip = ( nRightMissing > 0 ); in GetOutputArea()
1284 rParam.mbLeftClip = rParam.mbRightClip = sal_False; in GetOutputArea()
1301 rParam.maAlignRect.Right() -= nFilter * nLayoutSign; in GetOutputArea()
1302 rParam.maClipRect.Right() -= nFilter * nLayoutSign; in GetOutputArea()
1308 rParam.mbLeftClip = rParam.mbRightClip = sal_True; in GetOutputArea()
1315 rParam.maAlignRect.Justify(); in GetOutputArea()
1316 rParam.maClipRect.Justify(); in GetOutputArea()
1323 pDev->DrawRect( pDev->PixelToLogic(rParam.maClipRect) ); in GetOutputArea()
1324 pDev->DrawRect( rParam.maClipRect ); // print preview in GetOutputArea()