Searched refs:aPolygons (Results 1 – 3 of 3) sorted by relevance
652 Sequence<Sequence<geometry::RealPoint2D> > aPolygons(1); in PaintTitle() local653 aPolygons[0] = Sequence<geometry::RealPoint2D>(4); in PaintTitle()654 aPolygons[0][0] = geometry::RealPoint2D(0, -nTextHeight); in PaintTitle()655 aPolygons[0][1] = geometry::RealPoint2D(0, 0); in PaintTitle()656 aPolygons[0][2] = geometry::RealPoint2D(nTextWidth, 0); in PaintTitle()657 aPolygons[0][3] = geometry::RealPoint2D(nTextWidth, -nTextHeight); in PaintTitle()659 mxCanvas->getDevice()->createCompatibleLinePolyPolygon(aPolygons), UNO_QUERY); in PaintTitle()
208 void addPolygons(PolyPolygonVector aPolygons);926 void SlideImpl::addPolygons(PolyPolygonVector aPolygons) in addPolygons() argument928 if(!aPolygons.empty()) in addPolygons()930 for( PolyPolygonVector::iterator aIter=aPolygons.begin(), in addPolygons()931 aEnd=aPolygons.end(); in addPolygons()
1491 PolyPolygonVector aPolygons; in registerUserPaintPolygons() local1498 aPolygons = aIter->second; in registerUserPaintPolygons()1502 for( PolyPolygonVector::iterator aIterPoly=aPolygons.begin(), in registerUserPaintPolygons()1503 aEnd=aPolygons.end(); in registerUserPaintPolygons()
Completed in 28 milliseconds