Home
last modified time | relevance | path

Searched refs:XPolyPolygon2D (Results 26 – 50 of 90) sorted by relevance

1234

/aoo42x/main/cppcanvas/source/wrapper/
H A Dimplpolypolygon.hxx57 ::com::sun::star::rendering::XPolyPolygon2D >& rPolyPoly );
75 ::com::sun::star::rendering::XPolyPolygon2D > getUNOPolyPolygon() const;
82 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > mxPolyPoly;
H A Dimplpolypolygon.cxx48 … const uno::Reference< rendering::XPolyPolygon2D >& rPolyPoly ) : in ImplPolyPolygon()
191 uno::Reference< rendering::XPolyPolygon2D > ImplPolyPolygon::getUNOPolyPolygon() const in getUNOPolyPolygon()
/aoo42x/main/sdext/source/presenter/
H A DPresenterCanvasHelper.cxx99 Reference<rendering::XPolyPolygon2D> xPolyPolygon ( in PaintRectangle()
152 const css::uno::Reference<css::rendering::XPolyPolygon2D>& rxPolygon, in PaintTiledBitmap()
209 const css::uno::Reference<css::rendering::XPolyPolygon2D>& rxPolygon, in PaintBitmap()
246 const css::uno::Reference<css::rendering::XPolyPolygon2D>& rxPolygon, in PaintColor()
H A DPresenterGeometryHelper.hxx103 static css::uno::Reference<css::rendering::XPolyPolygon2D> CreatePolygon(
107 static css::uno::Reference<css::rendering::XPolyPolygon2D> CreatePolygon(
111 static css::uno::Reference<css::rendering::XPolyPolygon2D> CreatePolygon(
H A DPresenterCanvasHelper.hxx90 const css::uno::Reference<css::rendering::XPolyPolygon2D>& rxPolygon,
100 const css::uno::Reference<css::rendering::XPolyPolygon2D>& rxPolygon,
108 const css::uno::Reference<css::rendering::XPolyPolygon2D>& rxPolygon,
/aoo42x/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl65 published interface XPolyPolygon2D;
96 <type>XPolyPolygon2D</type> in the returned sequence.<p>
98 @returns a sequence of <type>XPolyPolygon2D</type> in font
101 sequence<XPolyPolygon2D> queryTextShapes();
110 <type>XPolyPolygon2D</type> describing the glyph 'a' is
348 XPolyPolygon2D queryVisualHighlighting( [in] long nStartIndex,
374 XPolyPolygon2D queryLogicalHighlighting( [in] long nStartIndex,
H A DXCanvas.idl81 published interface XPolyPolygon2D;
245 …XCachedPrimitive drawPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in…
278 …XCachedPrimitive strokePolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, […
320 …XCachedPrimitive strokeTexturedPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aView…
368 …XCachedPrimitive strokeTextureMappedPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState …
401XPolyPolygon2D queryStrokeShapes( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewS…
427 …XCachedPrimitive fillPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in…
461 …XCachedPrimitive fillTexturedPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewSt…
501 …XCachedPrimitive fillTextureMappedPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aV…
H A DXParametricPolyPolygon2D.idl36 #include <com/sun/star/rendering/XPolyPolygon2D.idl>
62 returned XPolyPolygon2D should be monotonically decreasing
66 XPolyPolygon2D getOutline( [in] double t )
H A DXPolyPolygon2D.idl48 published interface XPolyPolygon2D : ::com::sun::star::uno::XInterface
75 if the XPolyPolygon2D parameter does not support one of the
80 …lyPolygon( [in] ::com::sun::star::geometry::RealPoint2D position, [in] XPolyPolygon2D polyPolygon )
/aoo42x/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx50 class XPolyPolygon2D;
79 … BASEGFX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >
84 … BASEGFX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >
118 ::com::sun::star::rendering::XPolyPolygon2D >& rPoly );
/aoo42x/main/canvas/source/directx/
H A Ddx_impltools.hxx59 class XPolyPolygon2D;
72 ::com::sun::star::rendering::XPolyPolygon2D >& );
112 const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >&,
H A Ddx_textlayout.hxx66 …ence< ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > > SAL_CALL q…
77 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL q…
78 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL q…
H A Ddx_spritehelper.cxx95 …iteHelper::polyPolygonFromXPolyPolygon2D( uno::Reference< rendering::XPolyPolygon2D >& xPoly ) con… in polyPolygonFromXPolyPolygon2D()
144 const uno::Reference< rendering::XPolyPolygon2D >& xClip( getClip() ); in redraw()
/aoo42x/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1041 …void CanvasHelper::doPolyPolygonPath( const uno::Reference< rendering::XPolyPolygon2D >& xPolyPoly… in doPolyPolygonPath()
1097 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in drawPolyPolygon()
1126 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in strokePolyPolygon()
1204 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in strokeTexturedPolyPolygon()
1215 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in strokeTextureMappedPolyPolygon()
1226 …uno::Reference< rendering::XPolyPolygon2D > CanvasHelper::queryStrokeShapes( const rendering::XC… in queryStrokeShapes() argument
1227 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in queryStrokeShapes()
1233 return uno::Reference< rendering::XPolyPolygon2D >(NULL); in queryStrokeShapes()
1237 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in fillPolyPolygon()
1264 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in fillTexturedPolyPolygon()
[all …]
H A Dcairo_textlayout.hxx65 …ence< ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > > SAL_CALL q…
76 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL q…
77 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL q…
H A Dcairo_spritehelper.cxx140 const uno::Reference<rendering::XPolyPolygon2D>& rClip( getClip() ); in redraw()
175 …iteHelper::polyPolygonFromXPolyPolygon2D( uno::Reference< rendering::XPolyPolygon2D >& xPoly ) con… in polyPolygonFromXPolyPolygon2D()
/aoo42x/main/canvas/workben/
H A Dcanvasdemo.cxx202 uno::Reference< rendering::XPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY ); in drawRect()
283 uno::Reference< rendering::XPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY ); in drawHilbert()
339 uno::Reference< rendering::XPolyPolygon2D > xPoly( in drawEllipses()
443 uno::Reference< rendering::XPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY ); in drawCurves()
535 uno::Reference< rendering::XPolyPolygon2D> xPP( xPoly, uno::UNO_QUERY ); in drawRegularPolygon()
/aoo42x/main/basegfx/source/tools/
H A Dcanvastools.cxx148 …uno::Reference< rendering::XPolyPolygon2D > xPolyPolygonFromB2DPolygon( const uno::Reference< rend… in xPolyPolygonFromB2DPolygon()
151 uno::Reference< rendering::XPolyPolygon2D > xRes; in xPolyPolygonFromB2DPolygon()
181 …uno::Reference< rendering::XPolyPolygon2D > xPolyPolygonFromB2DPolyPolygon( const uno::Reference< … in xPolyPolygonFromB2DPolyPolygon()
184 uno::Reference< rendering::XPolyPolygon2D > xRes; in xPolyPolygonFromB2DPolyPolygon()
291 …olygon b2DPolyPolygonFromXPolyPolygon2D( const uno::Reference< rendering::XPolyPolygon2D >& xPoly ) in b2DPolyPolygonFromXPolyPolygon2D()
/aoo42x/main/canvas/source/null/
H A Dnull_textlayout.hxx63 …ence< ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > > SAL_CALL q…
74 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL q…
75 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL q…
/aoo42x/main/canvas/source/vcl/
H A Dtextlayout.hxx66 …ence< ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > > SAL_CALL q…
77 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL q…
78 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL q…
/aoo42x/main/vcl/inc/vcl/
H A Dcanvastools.hxx72 class XPolyPolygon2D;
84 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >
91 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >
/aoo42x/main/cppcanvas/inc/cppcanvas/
H A Dpolypolygon.hxx40 class XPolyPolygon2D;
83 ::com::sun::star::rendering::XPolyPolygon2D > getUNOPolyPolygon() const = 0;
/aoo42x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx164 uno::Reference<rendering::XPolyPolygon2D> readPath( double* );
305 uno::Reference<rendering::XPolyPolygon2D> Parser::readPath( double* pArea = NULL ) in readPath()
785 uno::Reference<rendering::XPolyPolygon2D> xPoly; in parseLine()
815 uno::Reference<rendering::XPolyPolygon2D> path = readPath( &area ); in parseLine()
825 uno::Reference<rendering::XPolyPolygon2D> path = readPath( &area ); in parseLine()
/aoo42x/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx87 const uno::Reference< rendering::XPolyPolygon2D > mxPolyPoly;
278 const uno::Reference< rendering::XPolyPolygon2D > mxPolyPoly;
392 const uno::Reference< rendering::XPolyPolygon2D > mxPolyPoly;
/aoo42x/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx671 void PDFIProcessor::strokePath( const uno::Reference< rendering::XPolyPolygon2D >& rPath ) in strokePath()
685 void PDFIProcessor::fillPath( const uno::Reference< rendering::XPolyPolygon2D >& rPath ) in fillPath()
699 void PDFIProcessor::eoFillPath( const uno::Reference< rendering::XPolyPolygon2D >& rPath ) in eoFillPath()
713 void PDFIProcessor::intersectClip(const uno::Reference< rendering::XPolyPolygon2D >& rPath) in intersectClip()
726 void PDFIProcessor::intersectEoClip(const uno::Reference< rendering::XPolyPolygon2D >& rPath) in intersectEoClip()

Completed in 101 milliseconds

1234