/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterGeometryHelper.cxx | 264 rxDevice->createCompatibleLinePolyPolygon(aPoints)); in CreatePolygon() 289 rxDevice->createCompatibleLinePolyPolygon(aPoints)); in CreatePolygon() 320 rxDevice->createCompatibleLinePolyPolygon(aPoints)); in CreatePolygon()
|
H A D | PresenterPaneBorderPainter.cxx | 659 mxCanvas->getDevice()->createCompatibleLinePolyPolygon(aPolygons), UNO_QUERY); in PaintTitle()
|
H A D | PresenterClock.cxx | 885 rxCanvas->getDevice()->createCompatibleLinePolyPolygon(aPoints), in PaintAngledLine()
|
/aoo41x/main/canvas/workben/ |
H A D | canvasdemo.cxx | 200 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRect() 281 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawHilbert() 531 xPoly = mxDevice->createCompatibleLinePolyPolygon( aPolys ); in drawRegularPolygon()
|
/aoo41x/main/canvas/inc/canvas/base/ |
H A D | graphicdevicebase.hxx | 182 …< ::com::sun::star::rendering::XLinePolyPolygon2D > SAL_CALL createCompatibleLinePolyPolygon( cons… in createCompatibleLinePolyPolygon() function in canvas::GraphicDeviceBase 186 return maDeviceHelper.createCompatibleLinePolyPolygon( this, points ); in createCompatibleLinePolyPolygon()
|
/aoo41x/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 169 xRes.set( xGraphicDevice->createCompatibleLinePolyPolygon( outputSequence ), in xPolyPolygonFromB2DPolygon() 200 xRes.set( xGraphicDevice->createCompatibleLinePolyPolygon( in xPolyPolygonFromB2DPolyPolygon()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | devicehelper.hxx | 59 …uno::Reference< ::com::sun::star::rendering::XLinePolyPolygon2D > createCompatibleLinePolyPolygon(
|
H A D | devicehelper.cxx | 83 uno::Reference< rendering::XLinePolyPolygon2D > DeviceHelper::createCompatibleLinePolyPolygon( in createCompatibleLinePolyPolygon() function in vclcanvas::DeviceHelper
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_devicehelper.hxx | 66 …:uno::Reference< ::com::sun::star::rendering::XLinePolyPolygon2D > createCompatibleLinePolyPolygon(
|
H A D | dx_devicehelper.cxx | 114 uno::Reference< rendering::XLinePolyPolygon2D > DeviceHelper::createCompatibleLinePolyPolygon( in createCompatibleLinePolyPolygon() function in dxcanvas::DeviceHelper
|
/aoo41x/main/canvas/source/null/ |
H A D | null_devicehelper.cxx | 82 uno::Reference< rendering::XLinePolyPolygon2D > DeviceHelper::createCompatibleLinePolyPolygon( in createCompatibleLinePolyPolygon() function in nullcanvas::DeviceHelper
|
H A D | null_devicehelper.hxx | 56 …uno::Reference< ::com::sun::star::rendering::XLinePolyPolygon2D > createCompatibleLinePolyPolygon(
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_devicehelper.hxx | 72 …uno::Reference< ::com::sun::star::rendering::XLinePolyPolygon2D > createCompatibleLinePolyPolygon(
|
H A D | cairo_devicehelper.cxx | 131 uno::Reference< rendering::XLinePolyPolygon2D > DeviceHelper::createCompatibleLinePolyPolygon( in createCompatibleLinePolyPolygon() function in cairocanvas::DeviceHelper
|
/aoo41x/main/canvas/source/simplecanvas/ |
H A D | simplecanvasimpl.cxx | 82 xDevice->createCompatibleLinePolyPolygon( sequenceSequence ), in rect2Poly()
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XGraphicDevice.idl | 129 …XLinePolyPolygon2D createCompatibleLinePolyPolygon( [in] sequence< sequence< ::co…
|
/aoo41x/main/sd/source/ui/presenter/ |
H A D | PresenterCanvas.cxx | 1042 xDevice->createCompatibleLinePolyPolygon(aPoints)); in UpdateSpriteClip()
|