Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx368 nTotalHeight = aSize100.Height() - pAttr->GetTopCrop() - pAttr->GetBottomCrop(); in ImplGetCropParams()
381 …p = -FRound( ( ( pAttr->GetMirrorFlags() & BMP_MIRROR_VERT ) ? pAttr->GetBottomCrop() : pAttr->Get… 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.cxx182 getGraphicAttr().GetBottomCrop())); in create2DDecomposition()
192 getGraphicAttr().GetBottomCrop() * aCropScaleFactor.getY())); in create2DDecomposition()
/AOO41X/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx826 … const double fDivY(aBitmapSize.Height() - rAttr.GetTopCrop() - rAttr.GetBottomCrop()); in processBasePrimitive2D()
842 …tMaximum() + basegfx::B2DPoint(rAttr.GetRightCrop() * fFactorX, rAttr.GetBottomCrop() * fFactorY)); in processBasePrimitive2D()
/AOO41X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx137 long GetBottomCrop() const { return mnBottomCrop; } in GetBottomCrop() function in GraphicAttr
/AOO41X/main/svx/source/svdraw/
H A Dsvdograf.cxx1432 …nfo.GetLeftCrop(), aGrafInfo.GetTopCrop(), aGrafInfo.GetRightCrop(), aGrafInfo.GetBottomCrop() ) ); in ImpSetGrafInfoToAttr()
/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx4124 << pGraphicAttr->GetBottomCrop() in EscherBlibEntry()