Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx733 void FillShapes(const Rectangle& aPixelPaintRect, const MapMode& aMapMode, sal_uInt8 nRangeId);
939 Rectangle aPixelPaintRect; in Init() local
944 rData.GetDrawRange(i, aPixelPaintRect, aMapMode, nRangeId); in Init()
945 FillShapes(aPixelPaintRect, aMapMode, nRangeId); in Init()
1125 void ScShapeChilds::FillShapes(const Rectangle& aPixelPaintRect, const MapMode& aMapMode, sal_uInt8… in FillShapes() argument
1135 Rectangle aClippedPixelPaintRect(aPixelPaintRect); in FillShapes()
1139 aClippedPixelPaintRect = aPixelPaintRect.GetIntersection(aRect2); in FillShapes()

Completed in 33 milliseconds