Searched refs:aPolygons (Results 1 – 3 of 3) sorted by relevance
646 Sequence<Sequence<geometry::RealPoint2D> > aPolygons(1); in PaintTitle() local647 aPolygons[0] = Sequence<geometry::RealPoint2D>(4); in PaintTitle()648 aPolygons[0][0] = geometry::RealPoint2D(0, -nTextHeight); in PaintTitle()649 aPolygons[0][1] = geometry::RealPoint2D(0, 0); in PaintTitle()650 aPolygons[0][2] = geometry::RealPoint2D(nTextWidth, 0); in PaintTitle()651 aPolygons[0][3] = geometry::RealPoint2D(nTextWidth, -nTextHeight); in PaintTitle()653 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()
1471 PolyPolygonVector aPolygons; in registerUserPaintPolygons() local1478 aPolygons = aIter->second; in registerUserPaintPolygons()1482 for( PolyPolygonVector::iterator aIterPoly=aPolygons.begin(), in registerUserPaintPolygons()1483 aEnd=aPolygons.end(); in registerUserPaintPolygons()