Searched refs:nRangeId (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleDocumentPagePreview.cxx | 733 void FillShapes(const Rectangle& aPixelPaintRect, const MapMode& aMapMode, sal_uInt8 nRangeId); 940 sal_uInt8 nRangeId; in Init() local 944 rData.GetDrawRange(i, aPixelPaintRect, aMapMode, nRangeId); in Init() 945 FillShapes(aPixelPaintRect, aMapMode, nRangeId); in Init() 1125 …peChilds::FillShapes(const Rectangle& aPixelPaintRect, const MapMode& aMapMode, sal_uInt8 nRangeId) in FillShapes() argument 1127 DBG_ASSERT(nRangeId < maShapeRanges.size(), "this is not a valid range for draw objects"); in FillShapes() 1141 maShapeRanges[nRangeId].maPixelRect = aClippedPixelPaintRect; in FillShapes() 1142 maShapeRanges[nRangeId].maMapMode = aMapMode; in FillShapes() 1144 maShapeRanges[nRangeId].maViewForwarder = aViewForwarder; in FillShapes() 1159 aShape.mnRangeId = nRangeId; in FillShapes() [all …]
|