/trunk/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 171 … aPolygon.append(basegfx::B2DPoint(getBasePosition().getX(), getViewport().getMaxY())); in create2DDecomposition() 374 aLine.append(basegfx::B2DPoint(getBasePosition().getX(), getViewport().getMaxY())); in create2DDecomposition() 491 … aLine.append(basegfx::B2DPoint(getViewport().getMinX(), getRollingRectangle().getMaxY())); in create2DDecomposition() 492 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getRollingRectangle().getMaxY())); in create2DDecomposition() 502 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMaxX(), getRollingRectangle().getMaxY())); in create2DDecomposition() 503 … aLine.append(basegfx::B2DPoint(getViewport().getMaxX(), getRollingRectangle().getMaxY())); in create2DDecomposition() 519 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getRollingRectangle().getMaxY())); in create2DDecomposition() 520 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getViewport().getMaxY())); in create2DDecomposition() 524 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMaxX(), getRollingRectangle().getMaxY())); in create2DDecomposition() 525 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMaxX(), getViewport().getMaxY())); in create2DDecomposition()
|
H A D | overlaymanagerbuffered.cxx | 110 maBufferRememberedRangePixel.getMaxX(), maBufferRememberedRangePixel.getMaxY()); in ImpRestoreBackground() 314 maBufferRememberedRangePixel.getMaxX(), maBufferRememberedRangePixel.getMaxY()); 354 maBufferRememberedRangePixel.getMaxX(), maBufferRememberedRangePixel.getMaxY()); 447 maBufferRememberedRangePixel.getMaxX(), maBufferRememberedRangePixel.getMaxY()); 571 (sal_Int32)ceil(aDiscreteRange.getMaxY() + fDiscreteOne)); in invalidateRange() 579 …aBottomRight((sal_Int32)ceil(aDiscreteRange.getMaxX()), (sal_Int32)ceil(aDiscreteRange.getMaxY())); in invalidateRange()
|
H A D | overlaymanager.cxx | 317 (sal_Int32)ceil(rRange.getMaxY() + fDiscreteOne)); in invalidateRange() 328 (sal_Int32)ceil(rRange.getMaxX()), (sal_Int32)ceil(rRange.getMaxY())); in invalidateRange()
|
/trunk/main/basegfx/source/range/ |
H A D | b3drange.cxx | 45 maRangeY.expand( rRange.getMaxY() ); in B3DRange() 58 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMinZ())); in transform() 59 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMaxY(), aSource.getMinZ())); in transform() 62 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMaxZ())); in transform() 63 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMaxY(), aSource.getMaxZ())); in transform() 75 fround(rRange.getMaxY()), in fround()
|
H A D | b2drange.cxx | 44 maRangeY.expand(rRange.getMaxY()); in B2DRange() 56 expand(rMatrix * B2DPoint(aSource.getMinX(), aSource.getMaxY())); in transform() 57 expand(rMatrix * B2DPoint(aSource.getMaxX(), aSource.getMaxY())); in transform()
|
/trunk/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 1252 double fBottom(maWorkRange.getMaxY()); in IMPL_LINK_INLINE_END() 1338 fBottom = maWorkRange.getMaxY(); in IMPL_LINK_INLINE_END() 1520 maMtrPosY.SetValue( basegfx::fround64(maRange.getMaxY()) ); in PointChanged() 1526 maMtrPosY.SetValue( basegfx::fround64(maRange.getMaxY()) ); in PointChanged() 1532 maMtrPosY.SetValue( basegfx::fround64(maRange.getMaxY()) ); in PointChanged() 1587 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ) / 2.0; in GetRect() 1593 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ) / 2.0; in GetRect() 1599 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ) / 2.0; in GetRect() 1604 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect() 1610 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect() [all …]
|
/trunk/main/basegfx/test/ |
H A D | testtools.cxx | 181 rRect.getMaxY()) ); in plot() 183 rRect.getMaxY()), in plot() 185 rRect.getMaxY()) ); in plot() 187 rRect.getMaxY()), in plot()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygonclipper.cxx | 167 …else if(B3DORIENTATION_Y == ePlaneOrthogonal && fTools::lessOrEqual(aCandidateRange.getMaxY(), fPl… in clipPolygonOnOrthogonalPlane() 337 aCandidateRange3D.getMaxX(), aCandidateRange3D.getMaxY()); in clipPolygonOnRange() 390 …onalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Y, !bInside, rRange.getMaxY(), bStroke); in clipPolygonOnRange() 394 …olyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_Y, !bInside, rRange.getMaxY(), bStroke); in clipPolygonOnRange() 453 …B2DRange aCandidateRange2D(rRange.getMinX(), rRange.getMinY(), rRange.getMaxX(), rRange.getMaxY()); in clipPolygonOnRange()
|
H A D | b2dpolygonclipper.cxx | 61 else if(bParallelToXAxis && fTools::lessOrEqual(aCandidateRange.getMaxY(), fValueOnOtherAxis)) in clipPolygonOnParallelAxis() 101 … bParallelToXAxis ? fValueOnOtherAxis : aCandidateRange.getMaxY() + fSmallExtension); in clipPolygonOnParallelAxis() 272 …aRetval = clipPolygonOnParallelAxis(aRetval.getB2DPolygon(0L), true, !bInside, rRange.getMaxY(), b… in clipPolygonOnRange() 276 aRetval = clipPolyPolygonOnParallelAxis(aRetval, true, !bInside, rRange.getMaxY(), bStroke); in clipPolygonOnRange() 759 sp[3].d = +(rRange.getMaxY()); in clipTriangleListOnRange()
|
H A D | b2dpolygontools.cxx | 1732 const B2DPoint aBottomCenter(rRect.getCenter().getX(), rRect.getMaxY()); in createPolygonFromRect() 1735 aRetval.append( B2DPoint( rRect.getMinX(), rRect.getMaxY() ) ); in createPolygonFromRect() 1738 aRetval.append( B2DPoint( rRect.getMaxX(), rRect.getMaxY() ) ); in createPolygonFromRect() 1764 const B2DPoint aBottomCenter(rRect.getCenter().getX(), rRect.getMaxY()); in createPolygonFromRect() 1770 const B2DPoint aBottomRight(rRect.getMaxX(), rRect.getMaxY()); in createPolygonFromRect() 1797 const B2DPoint aBottomLeft(rRect.getMinX(), rRect.getMaxY()); in createPolygonFromRect() 1823 aRetval.append( B2DPoint( rRect.getMaxX(), rRect.getMaxY() ) ); in createPolygonFromRect() 1824 aRetval.append( B2DPoint( rRect.getMinX(), rRect.getMaxY() ) ); in createPolygonFromRect() 3149 B2DPoint(rRect.getMaxX(),rRect.getMaxY()), in isPolyPolygonEqualRectangle() 3150 B2DPoint(rRect.getMinX(),rRect.getMaxY()) in isPolyPolygonEqualRectangle()
|
/trunk/main/svx/source/engine3d/ |
H A D | obj3d.cxx | 1089 …case 2 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList() 1090 …case 3 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList() 1093 …case 6 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList() 1094 …case 7 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList() 1166 aBoundVolume.getMaxX(), aBoundVolume.getMaxY()); in RecalcSnapRect() 1175 sal_Int32(ceil(aSnapRange.getMaxX())), sal_Int32(ceil(aSnapRange.getMaxY()))); in RecalcSnapRect()
|
H A D | e3dsceneupdater.cxx | 103 aAllContentRange.getMaxX(), aAllContentRange.getMaxY()); in ~E3DModifySceneSnapRectUpdater() 111 sal_Int32(ceil(aSnapRange.getMaxX())), sal_Int32(ceil(aSnapRange.getMaxY()))); in ~E3DModifySceneSnapRectUpdater()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | sceneprimitive2d.cxx | 130 …onst double fMaxY(basegfx::fTools::equal(rVisibleDiscreteRange.getMaxY(), rDiscreteRange.getMaxY()) in calculateDiscreteSizes() 132 : (rVisibleDiscreteRange.getMaxY() - rDiscreteRange.getMinY()) * fDiscreteScaleFactorY); in calculateDiscreteSizes() 450 aRetval.expand(basegfx::B2DTuple(ceil(aRetval.getMaxX()), ceil(aRetval.getMaxY()))); in getB2DRange()
|
H A D | helplineprimitive2d.cxx | 107 …const double fCutB((rViewInformation.getDiscreteViewport().getMaxY() - aViewPosition.getY()) / get… in create2DDecomposition() 111 …rViewInformation.getDiscreteViewport().getMaxY() && aPosB.getY() < rViewInformation.getDiscreteVie… in create2DDecomposition()
|
H A D | gridprimitive2d.cxx | 162 … const double fMaxY(ceil((aExtendedViewport.getMaxY() + fHalfCrossSize) / fStepY) * fStepY); in create2DDecomposition() 183 for(double fY(aExtendedViewport.getMinY()); fY < aExtendedViewport.getMaxY(); fY += fStepY) in create2DDecomposition() 224 … for(sal_uInt32 a(1); a < nSmallStepsY && fF < aExtendedViewport.getMaxY(); a++, fF += fSmallStepY) in create2DDecomposition()
|
H A D | wallpaperprimitive2d.cxx | 133 aTargetTopLeft.setY(getLocalObjectRange().getMaxY() - aLogicSize.getY()); in create2DDecomposition() 140 aTargetTopLeft.setY(getLocalObjectRange().getMaxY() - aLogicSize.getY()); in create2DDecomposition()
|
/trunk/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 469 rRect.getMaxY() ); in rectangle2DFromB2DRectangle() 478 rRect.getMaxY(), in rectangle3DFromB3DRectangle() 527 rRectangle.getMaxX(), rRectangle.getMaxY() ); in integerRectangle2DFromB2IRectangle() 600 static_cast<sal_Int32>( ceil(rRange.getMaxY()) ) ); in b2ISurroundingRangeFromB2DRange() 608 ceil(rRange.getMaxY()) ); in b2DSurroundingIntegerRangeFromB2DRange()
|
H A D | tools.cxx | 66 rFitTarget.getMaxY(), in moveLineOutsideRect() 75 rFitTarget.getMaxY(), in moveLineOutsideRect()
|
/trunk/main/slideshow/source/engine/ |
H A D | tools.cxx | 506 rShapeBounds.getMaxY() / rPageSize.getY() ); in calcRelativeShapeBounds() 641 rShapeBounds.getMaxY(), in getShapeUpdateArea() 647 rShapeBounds.getMaxY(), in getShapeUpdateArea() 648 rUnitBounds.getMaxY() ) ); in getShapeUpdateArea()
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 245 basegfx::fround(aPrimitiveRange.getMaxX()), basegfx::fround(aPrimitiveRange.getMaxY())); in impDumpToMetaFile() 797 sal_Int32(ceil(aCurrentRange.getMaxX())), sal_Int32(ceil(aCurrentRange.getMaxY()))); in processBasePrimitive2D() 846 sal_Int32(ceil(aCropRange.getMaxX())), sal_Int32(ceil(aCropRange.getMaxY()))); in processBasePrimitive2D() 908 … (sal_Int32)ceil(aRangeLogic.getMaxX()), (sal_Int32)ceil(aRangeLogic.getMaxY())); in processBasePrimitive2D() 1017 (sal_Int32)ceil(aViewRange.getMaxX()), (sal_Int32)ceil(aViewRange.getMaxY())); in processBasePrimitive2D() 1807 … (sal_Int32)ceil(aInvisibleRange.getMaxX()), (sal_Int32)ceil(aInvisibleRange.getMaxY())); in processBasePrimitive2D() 2014 … (sal_Int32)ceil(aViewRange.getMaxX()), (sal_Int32)ceil(aViewRange.getMaxY())); in processBasePrimitive2D()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | viewmediashape.cxx | 246 rRangePix.getMaxY() - rRangePix.getMinY() ); in resize() 434 rRangePix.getMaxY() - rRangePix.getMinY() ); in implInitializeVCLBasedPlayerWindow() 510 … rRangePix.getMaxY() - rRangePix.getMinY() ); in implInitializeDXBasedPlayerWindow()
|
/trunk/main/svx/source/sdr/primitive2d/ |
H A D | sdrdecompositiontools.cxx | 283 …tomRight(aSnapRange.getMaxX() - rText.getTextRightDistance(), aSnapRange.getMaxY() - rText.getText… in createTextPrimitive() 396 aClipBottomRight.setY(aScaledRange.getMaxY()); in createTextPrimitive() 404 aLeft.translate(0.0, -aScaledRange.getMaxY()); in createTextPrimitive()
|
/trunk/main/chart2/source/view/main/ |
H A D | Clipping.cxx | 118 if( lcl_CLIPt(-aDirection.getY(), rPoint0.getY() - rRectangle.getMaxY(), fTE, fTL) ) in lcl_clip2d() 223 …2DRange a2DRange( a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRange.getMaxY() ); in clipPolygonAtRectangle()
|
/trunk/main/basebmp/inc/basebmp/ |
H A D | polypolygonrenderer.hxx | 152 const sal_Int32 nClipY2( rClipRect.getMaxY() ); in renderClippedPolyPolygon() 162 basegfx::fround(aPolyBounds.getMaxY()))); in renderClippedPolyPolygon()
|
H A D | clippedlinerenderer.hxx | 263 rClipRect.getMaxY(), basegfx::tools::RectClipFlags::BOTTOM, in renderClippedLine() 337 rClipRect.getMaxY(), basegfx::tools::RectClipFlags::BOTTOM, in renderClippedLine()
|