Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx652 Sequence<Sequence<geometry::RealPoint2D> > aPolygons(1); in PaintTitle() local
653 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()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx208 void addPolygons(PolyPolygonVector aPolygons);
926 void SlideImpl::addPolygons(PolyPolygonVector aPolygons) in addPolygons() argument
928 if(!aPolygons.empty()) in addPolygons()
930 for( PolyPolygonVector::iterator aIter=aPolygons.begin(), in addPolygons()
931 aEnd=aPolygons.end(); in addPolygons()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1491 PolyPolygonVector aPolygons; in registerUserPaintPolygons() local
1498 aPolygons = aIter->second; in registerUserPaintPolygons()
1502 for( PolyPolygonVector::iterator aIterPoly=aPolygons.begin(), in registerUserPaintPolygons()
1503 aEnd=aPolygons.end(); in registerUserPaintPolygons()

Completed in 49 milliseconds