Searched refs:maBottomRight (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 356 maBottomRight = GetPixelPos( maBottomRight ); in InitFields() 669 maBottomRight.Y() = aPoint.Y(); in IMPL_LINK() 676 maBottomRight.X() = aPoint.X(); in IMPL_LINK() 930 maBottomRight.X() = aMousePos.X(); in MouseMove() 937 maBottomRight.Y() = aMousePos.Y(); in MouseMove() 946 maTopLeft.X() = maBottomRight.X(); in MouseMove() 947 maBottomRight.X() = nSwap; in MouseMove() 952 maTopLeft.Y() = maBottomRight.Y(); in MouseMove() 953 maBottomRight.Y() = nSwap; in MouseMove() 1033 aMousePixel = maBottomRight; in MouseButtonDown() [all …]
|
H A D | sanedlg.hxx | 49 Point maTopLeft, maBottomRight; member in SaneDlg
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | discreteshadowprimitive2d.cxx | 46 maBottomRight(), in DiscreteShadow() 114 if(maBottomRight.IsEmpty()) in getBottomRight() 117 const_cast< DiscreteShadow* >(this)->maBottomRight = getBitmapEx(); in getBottomRight() 118 const_cast< DiscreteShadow* >(this)->maBottomRight.Crop( in getBottomRight() 122 return maBottomRight; in getBottomRight()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 41 maBottomRight(rShadowBitmap,+1,+1), in FramePainter() 80 maBottomRight.PaintCorner(rDevice, aBox.BottomRight()); in PaintFrame() 82 maRight.PaintSide(rDevice, aBox.TopRight(), aBox.BottomRight(), maTopRight, maBottomRight); in PaintFrame() 84 maBottom.PaintSide(rDevice, aBox.BottomLeft(), aBox.BottomRight(), maBottomLeft, maBottomRight); in PaintFrame() 117 maBottomRight.maBitmap.Replace(aSourceColor, aNewColor, 0); in AdaptColor()
|
H A D | SlsFramePainter.hxx | 109 OffsetBitmap maBottomRight; member in sd::slidesorter::view::FramePainter
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | discreteshadowprimitive2d.hxx | 53 BitmapEx maBottomRight; member in drawinglayer::primitive2d::DiscreteShadow
|
Completed in 31 milliseconds