Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx263 Reference<rendering::XLinePolyPolygon2D> xPolygon ( in CreatePolygon() local
265 Reference<rendering::XPolyPolygon2D> xRectangle (xPolygon, UNO_QUERY); in CreatePolygon()
288 Reference<rendering::XLinePolyPolygon2D> xPolygon ( in CreatePolygon() local
290 Reference<rendering::XPolyPolygon2D> xRectangle (xPolygon, UNO_QUERY); in CreatePolygon()
319 Reference<rendering::XLinePolyPolygon2D> xPolygon ( in CreatePolygon() local
321 Reference<rendering::XPolyPolygon2D> xRectangle (xPolygon, UNO_QUERY); in CreatePolygon()
H A DPresenterSlidePreview.cxx370 Reference<rendering::XPolyPolygon2D> xPolygon ( in Paint() local
372 if (xPolygon.is()) in Paint()
373 mxCanvas->fillPolyPolygon(xPolygon, aViewState, aRenderState); in Paint()
H A DPresenterPaneBorderPainter.cxx658 Reference<rendering::XPolyPolygon2D> xPolygon ( in PaintTitle() local
660 if (xPolygon.is()) in PaintTitle()
661 xPolygon->setClosed(0, sal_True); in PaintTitle()
663 xPolygon, in PaintTitle()
H A DPresenterClock.cxx788 Reference<rendering::XPolyPolygon2D> xPolygon ( in Paint() local
792 if (xPolygon.is()) in Paint()
793 xBitmapCanvas->fillPolyPolygon(xPolygon, rViewState, aRenderState); in Paint()
H A DPresenterPaneAnimator.cxx1038 Reference<rendering::XPolyPolygon2D> xPolygon ( in CreateBackgroundSprite() local
1040 if (xPolygon.is()) in CreateBackgroundSprite()
1042 xPolygon, in CreateBackgroundSprite()
H A DPresenterSlideShowView.cxx377 Reference<rendering::XPolyPolygon2D> xPolygon (PresenterGeometryHelper::CreatePolygon( in clear() local
390 mxViewCanvas->fillPolyPolygon(xPolygon, aViewState, aRenderState); in clear()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx1015 Reference<rendering::XPolyPolygon2D> xPolygon; in UpdateSpriteClip() local
1028 xPolygon = ::basegfx::unotools::xPolyPolygonFromB2DPolyPolygon( in UpdateSpriteClip()
1045 xPolygon = Reference<rendering::XPolyPolygon2D>(xLinePolygon, UNO_QUERY); in UpdateSpriteClip()
1048 return xPolygon; in UpdateSpriteClip()

Completed in 75 milliseconds