Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx367 nTotalWidth = aSize100.Width() - pAttr->GetLeftCrop() - pAttr->GetRightCrop(); in ImplGetCropParams()
373 …t = -FRound( ( ( pAttr->GetMirrorFlags() & BMP_MIRROR_HORZ ) ? pAttr->GetRightCrop() : pAttr->GetL… in ImplGetCropParams()
983 Size(rAttr.GetRightCrop(), rAttr.GetBottomCrop()), in GetTransformedGraphic()
994 Size(rAttr.GetRightCrop(), rAttr.GetBottomCrop()), in GetTransformedGraphic()
1056 Size(rAttr.GetRightCrop(), rAttr.GetBottomCrop()), in GetTransformedGraphic()
1066 Size(rAttr.GetRightCrop(), rAttr.GetBottomCrop()), in GetTransformedGraphic()
/AOO41X/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitive2d.cxx181 getGraphicAttr().GetRightCrop(), in create2DDecomposition()
191 getGraphicAttr().GetRightCrop() * aCropScaleFactor.getX(), in create2DDecomposition()
/AOO41X/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx825 … const double fDivX(aBitmapSize.Width() - rAttr.GetLeftCrop() - rAttr.GetRightCrop()); in processBasePrimitive2D()
842 …CropRange.expand(aCurrentRange.getMaximum() + basegfx::B2DPoint(rAttr.GetRightCrop() * fFactorX, r… in processBasePrimitive2D()
/AOO41X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx136 long GetRightCrop() const { return mnRightCrop; } in GetRightCrop() function in GraphicAttr
/AOO41X/main/svx/source/svdraw/
H A Dsvdograf.cxx1432 …fCropItem( aGrafInfo.GetLeftCrop(), aGrafInfo.GetTopCrop(), aGrafInfo.GetRightCrop(), aGrafInfo.Ge… in ImpSetGrafInfoToAttr()
/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx4123 << pGraphicAttr->GetRightCrop() in EscherBlibEntry()